Authentication-Results: mail-b.sr.ht; dkim=pass header.d=cmpwn.com header.i=@cmpwn.com Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by mail-b.sr.ht (Postfix) with ESMTPS id 63AA311EEB5 for <~sircmpwn/sr.ht-announce@lists.sr.ht>; Wed, 15 Sep 2021 06:54:41 +0000 (UTC) MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1631688879; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=uW/9YUc3xPLk4tBGsY4kr0k+au63xSyrPQi49F4/Qp8=; b=F1oW1jnX3a2veEZX2MWFJ4CTCYVZxvvLct8fkuF0R/exypz9XGlTf90xvVyIc6PAYPWEGh GLRBx9DLeVuWtA4QSoczcUhXp91rTkJ1virV2gGMzLN0qgopuuW0Cy9usLM5fqcu7TqFtK v3FxxzW2FqdagP3cVd2ZTzxnF03l28r9XAoUFfTyctW2uXf1yBpCfWaZbCMzAlcclqM8Ne 2SrgDeasLGnkX777iTNbRukS2xSjArTIMPlyO3Uzym4zJcg/vwYvU7bnN1CBhME+76AhiN +ccrFelVr5gVvsxPDVwQ87XYjujw/SoHMFk72pGGF5OVVfyl80+KAqJEOxSi6A== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 15 Sep 2021 08:54:35 +0200 Message-Id: To: <~sircmpwn/sr.ht-announce@lists.sr.ht> Subject: What's cooking on SourceHut? September 2021 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Drew DeVault" X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com Another month passes us by, recording further progress on the road to the sr.ht beta. Joining us on this journey are another 448 new souls, bringing our total number to 24,552. As always, I=E2=80=99m depending on yo= u to show them kindness and patience as they learn how to use SourceHut. This month=E2=80=99s Mumble meeting will take place on the tomorrow, Septem= ber 16th, at 10:00 UTC. We=E2=80=99ll be on voice.mnus.de, port 64738, in the sourcehut room. # General news SourceHut put out a job posting[0] (now closed) a few weeks ago, and we have received many excellent applications. We are planning on making an offer to one of these candidates, and the details will be announced in the next status update. We have also spoken with NLnet[1], who may be interested in funding some additional contributors to work on SourceHut. Exciting stuff! [0]: https://sourcehut.org/blog/2021-08-23-work-at-sourcehut [1]: https://nlnet.nl Also, as of this month, SourceHut is a bronze sponsor of the OpenStreetMap Foundation[1]. We are proud to support a critical resource for free software and open data. [2]: https://wiki.osmfoundation.org/wiki/Corporate_Members#Bronze_Corporate= _Members # GraphQL Following the deployment of the first implementation of GraphQL-native webhooks for meta.sr.ht[3], our GraphQL completion chart has a new column: meta.sr.ht =E2=9C=93 read =E2=9C=93 write =E2=9C=93 webhooks git.sr.ht =E2=9C=93 read =E2=9C=93 write =E2=9C=97 webhooks hg.sr.ht =E2=9C=97 read =E2=9C=97 write =E2=9C=97 webhooks todo.sr.ht =E2=9C=93 read =E2=9C=97 write =E2=9C=97 webhooks builds.sr.ht =E2=9C=93 read =E2=9C=93 write =E2=9C=97 webhooks lists.sr.ht =E2=9C=93 read =E2=9C=93 write =E2=9C=97 webhooks hub.sr.ht =E2=9C=97 read =E2=9C=97 write =E2=9C=97 webhooks paste.sr.ht =E2=9C=97 read =E2=9C=97 write =E2=9C=97 webhooks pages.sr.ht =E2=9C=93 read =E2=9C=93 write =E2=9C=97 webhooks [3]: https://sourcehut.org/blog/2021-08-25-graphql-native-webhooks/ Additionally, we deployed write support for lists.sr.ht this week. You can find the updated schema here: https://git.sr.ht/~sircmpwn/lists.sr.ht/tree/master/item/api/graph/schema.g= raphqls I have written up a draft for the paste.sr.ht GraphQL API design here[4], which I intend to flesh out with an implemenation in the coming weeks (and also add GQL webhooks =E2=80=94 it=E2=80=99s simple enough that = we should be able to ship a complete GQL implementation in the first iteration). Ludovic and co. have also been hard at work on the first round of GraphQL support for hg.sr.ht, which is likely to ship in the foreseeable future. Following these, I would like to either implement a read-only hub.sr.ht GQL API, or add write support to todo.sr.ht, either of which is a considerable effort in their own right. [4]: https://git.sr.ht/~sircmpwn/paste.sr.ht/tree/api/item/api/graph/schema= .graphqls # todo.sr.ht Thanks to Ivan Habunek=E2=80=99s work, you can now specify the sort order o= f results on todo.sr.ht searches. Thanks Ivan! # builds.sr.ht Image updates: - Rocky Linux is now available (thanks Haowen Liu!) - debian/bookworm is now available, and stretch has been removed - ubuntu/xenial has been removed Tanguy Fardet also sent in their first patch this month, adding a =E2=80=9C= go to top=E2=80=9D button on the build logs page. Thanks Tanguy!