depot/web/tvl/default.nix, branch refs/r/4997 monorepo for the virus lounge http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F4997 2022-09-28T08:02:31+00:00 chore(3p/sources): Bump channels & overlays 2022-09-28T08:02:31+00:00 sterni sternenseemann@systemli.org 2022-09-26T17:33:05+00:00 urn:sha1:0c178a0ef61d2f5f4d6169c7a951663c62509cd7 Upstream nixpkgs removed a lot of aliases this time, so we needed to do the following transformations. It's a real shame that aliases only really become discoverable easily when they are removed. * runCommandNoCC -> runCommand * gmailieer -> lieer We also need to work around the fact that home-manager hasn't catched on to this rename. * mysql -> mariadb * pkgconfig -> pkg-config This also affects our Nix fork which needs to be bumped. * prometheus_client -> prometheus-client * rxvt_unicode -> rxvt-unicode-unwrapped * nix-review -> nixpkgs-review * oauth2_proxy -> oauth2-proxy Additionally, some Go-related builders decided to drop support for passing the sha256 hash in directly, so we need to use the generic hash arguments. Change-Id: I84aaa225ef18962937f8616a9ff064822f0d5dc3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6792 Autosubmit: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi> Reviewed-by: flokli <flokli@flokli.de> Reviewed-by: tazjin <tazjin@tvl.su> Reviewed-by: wpcarro <wpcarro@gmail.com> style: format entire depot with nixpkgs-fmt 2022-01-31T16:11:53+00:00 Vincent Ambo mail@tazj.in 2022-01-30T16:06:58+00:00 urn:sha1:aa122cbae78ce97d60c0c98ba14df753d97e40b1 This CL can be used to compare the style of nixpkgs-fmt against other formatters (nixpkgs, alejandra). Change-Id: I87c6abff6bcb546b02ead15ad0405f81e01b6d9e Reviewed-on: https://cl.tvl.fyi/c/depot/+/4397 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: lukegb <lukegb@tvl.fyi> Reviewed-by: wpcarro <wpcarro@gmail.com> Reviewed-by: Profpatsch <mail@profpatsch.de> Reviewed-by: kanepyork <rikingcoding@gmail.com> Reviewed-by: tazjin <tazjin@tvl.su> Reviewed-by: cynthia <cynthia@tvl.fyi> Reviewed-by: edef <edef@edef.eu> Reviewed-by: eta <tvl@eta.st> Reviewed-by: grfn <grfn@gws.fyi> docs(web/tvl): Document that channel is now reachable via Matrix 2022-01-12T10:18:25+00:00 Vincent Ambo mail@tazj.in 2022-01-12T08:25:44+00:00 urn:sha1:b6496b8e60ae4ccd6865cc69ba547af4aff77d71 We have a new channel visitor who joined via Matrix and pointed this out. Apparently hackint reestablished the Matrix bridge. Change-Id: I25ec7fdc5c1b68a9b0bc92b6c19ffe12ecb93c5f Reviewed-on: https://cl.tvl.fyi/c/depot/+/4864 Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: sterni <sternenseemann@systemli.org> feat(web/tvl): List blog posts on homepage 2021-12-01T09:37:50+00:00 Vincent Ambo mail@tazj.in 2021-11-05T13:34:15+00:00 urn:sha1:8318178b5f34bae0d625ada1170006cb2d6a6a51 Change-Id: Ic0ee18466fbaca1a374e7489be640f49571eb9c5 fix(web/tvl/blog): Include only published posts in listings & feed 2021-12-01T09:37:50+00:00 Vincent Ambo mail@tazj.in 2021-12-01T09:32:53+00:00 urn:sha1:79681c9e219c8dd2cc6690b78fce6bb48dcd10e1 Change-Id: I76c9c2c5cc82c7d0f59f907b6f1abee92a92cbf7 fix(web/blog): make base URL configurable for atom feeds 2021-11-08T10:39:04+00:00 Vincent Ambo mail@tazj.in 2021-11-05T13:19:06+00:00 urn:sha1:875ef0a605c298e3033ef950119092d09e21f306 This was previously hardcoded to tazj.in, which is not going to work of course. Instead it now takes the blog config which has a new baseUrl parameter. For ease of use, the configs of my and the TVL blog have been moved into a location that is accessible in the tree for reuse. Change-Id: I94e71aaa7859db4380eb7013740a17f6b6a02620 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3777 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in> feat(web/tvl): Render blog posts and atom feed for TVL 2021-11-05T14:24:53+00:00 Vincent Ambo mail@tazj.in 2021-11-05T13:11:41+00:00 urn:sha1:674603f6c8b91ca121a9ebfd4bb9a43ca89c009e Includes the blog posts and feed in the $out directory, but without linking them from the TVL homepage yet. Change-Id: If9c094b29e43e9a81b0cc3d731261dc4b10557c1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3776 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi> refactor(web): use static.tvl.{fyi|su} for static assets 2021-10-07T14:21:18+00:00 Vincent Ambo mail@tazj.in 2021-10-01T16:57:43+00:00 urn:sha1:26f0ba5464131630db06dcbba5b445516b95c2ff Replaces all uses of relative static paths in TVL pages with the static.tvl.fyi domain. Where possible, the drv hash is directly embedded in the content. Change-Id: Ia882dd37ceae9d047cd81cf1eb37a856b339643a Reviewed-on: https://cl.tvl.fyi/c/depot/+/3682 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> docs(web/tvl): Update copy on the TVL website 2021-09-27T20:11:21+00:00 Vincent Ambo mail@tazj.in 2021-09-26T10:50:45+00:00 urn:sha1:3e7ed058879810796503e4af781eb3729ff742e3 Pointing people at IRC and mentioning that there's technology involved, etc. Change-Id: I414c006952d60b1fff619edda5016bb2a8714dfb Reviewed-on: https://cl.tvl.fyi/c/depot/+/3640 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: grfn <grfn@gws.fyi> feat(web/tvl): Use new TVL logo on the main homepage 2021-09-24T15:31:01+00:00 Vincent Ambo mail@tazj.in 2021-09-24T14:15:57+00:00 urn:sha1:289de14fc43f5387a497e35d2e306ee5d5b16f1a Change-Id: I4b12b33bab54dbb099d97eaa4c14ca3072c4cd66 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3628 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<feed xmlns="http://www.w3.org/2005/Atom">
<title>depot/web/tvl/default.nix, branch refs/r/4997</title>
<subtitle>monorepo for the virus lounge</subtitle>
<id>http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F4997</id>
<link rel="self" href="http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F4997"/>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/"/>
<updated>2022-09-28T08:02:31+00:00</updated>
<entry>
<title>chore(3p/sources): Bump channels & overlays</title>
<updated>2022-09-28T08:02:31+00:00</updated>
<author>
<name>sterni</name>
<email>sternenseemann@systemli.org</email>
</author>
<published>2022-09-26T17:33:05+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=0c178a0ef61d2f5f4d6169c7a951663c62509cd7"/>
<id>urn:sha1:0c178a0ef61d2f5f4d6169c7a951663c62509cd7</id>
<content type="text"> Upstream nixpkgs removed a lot of aliases this time, so we needed to do the following transformations. It's a real shame that aliases only really become discoverable easily when they are removed. * runCommandNoCC -> runCommand * gmailieer -> lieer We also need to work around the fact that home-manager hasn't catched on to this rename. * mysql -> mariadb * pkgconfig -> pkg-config This also affects our Nix fork which needs to be bumped. * prometheus_client -> prometheus-client * rxvt_unicode -> rxvt-unicode-unwrapped * nix-review -> nixpkgs-review * oauth2_proxy -> oauth2-proxy Additionally, some Go-related builders decided to drop support for passing the sha256 hash in directly, so we need to use the generic hash arguments. Change-Id: I84aaa225ef18962937f8616a9ff064822f0d5dc3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6792 Autosubmit: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi> Reviewed-by: flokli <flokli@flokli.de> Reviewed-by: tazjin <tazjin@tvl.su> Reviewed-by: wpcarro <wpcarro@gmail.com> </content>
</entry>
<entry>
<title>style: format entire depot with nixpkgs-fmt</title>
<updated>2022-01-31T16:11:53+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2022-01-30T16:06:58+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=aa122cbae78ce97d60c0c98ba14df753d97e40b1"/>
<id>urn:sha1:aa122cbae78ce97d60c0c98ba14df753d97e40b1</id>
<content type="text"> This CL can be used to compare the style of nixpkgs-fmt against other formatters (nixpkgs, alejandra). Change-Id: I87c6abff6bcb546b02ead15ad0405f81e01b6d9e Reviewed-on: https://cl.tvl.fyi/c/depot/+/4397 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: lukegb <lukegb@tvl.fyi> Reviewed-by: wpcarro <wpcarro@gmail.com> Reviewed-by: Profpatsch <mail@profpatsch.de> Reviewed-by: kanepyork <rikingcoding@gmail.com> Reviewed-by: tazjin <tazjin@tvl.su> Reviewed-by: cynthia <cynthia@tvl.fyi> Reviewed-by: edef <edef@edef.eu> Reviewed-by: eta <tvl@eta.st> Reviewed-by: grfn <grfn@gws.fyi> </content>
</entry>
<entry>
<title>docs(web/tvl): Document that channel is now reachable via Matrix</title>
<updated>2022-01-12T10:18:25+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2022-01-12T08:25:44+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=b6496b8e60ae4ccd6865cc69ba547af4aff77d71"/>
<id>urn:sha1:b6496b8e60ae4ccd6865cc69ba547af4aff77d71</id>
<content type="text"> We have a new channel visitor who joined via Matrix and pointed this out. Apparently hackint reestablished the Matrix bridge. Change-Id: I25ec7fdc5c1b68a9b0bc92b6c19ffe12ecb93c5f Reviewed-on: https://cl.tvl.fyi/c/depot/+/4864 Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: sterni <sternenseemann@systemli.org> </content>
</entry>
<entry>
<title>feat(web/tvl): List blog posts on homepage</title>
<updated>2021-12-01T09:37:50+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2021-11-05T13:34:15+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=8318178b5f34bae0d625ada1170006cb2d6a6a51"/>
<id>urn:sha1:8318178b5f34bae0d625ada1170006cb2d6a6a51</id>
<content type="text"> Change-Id: Ic0ee18466fbaca1a374e7489be640f49571eb9c5 </content>
</entry>
<entry>
<title>fix(web/tvl/blog): Include only published posts in listings & feed</title>
<updated>2021-12-01T09:37:50+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2021-12-01T09:32:53+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=79681c9e219c8dd2cc6690b78fce6bb48dcd10e1"/>
<id>urn:sha1:79681c9e219c8dd2cc6690b78fce6bb48dcd10e1</id>
<content type="text"> Change-Id: I76c9c2c5cc82c7d0f59f907b6f1abee92a92cbf7 </content>
</entry>
<entry>
<title>fix(web/blog): make base URL configurable for atom feeds</title>
<updated>2021-11-08T10:39:04+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2021-11-05T13:19:06+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=875ef0a605c298e3033ef950119092d09e21f306"/>
<id>urn:sha1:875ef0a605c298e3033ef950119092d09e21f306</id>
<content type="text"> This was previously hardcoded to tazj.in, which is not going to work of course. Instead it now takes the blog config which has a new baseUrl parameter. For ease of use, the configs of my and the TVL blog have been moved into a location that is accessible in the tree for reuse. Change-Id: I94e71aaa7859db4380eb7013740a17f6b6a02620 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3777 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in> </content>
</entry>
<entry>
<title>feat(web/tvl): Render blog posts and atom feed for TVL</title>
<updated>2021-11-05T14:24:53+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2021-11-05T13:11:41+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=674603f6c8b91ca121a9ebfd4bb9a43ca89c009e"/>
<id>urn:sha1:674603f6c8b91ca121a9ebfd4bb9a43ca89c009e</id>
<content type="text"> Includes the blog posts and feed in the $out directory, but without linking them from the TVL homepage yet. Change-Id: If9c094b29e43e9a81b0cc3d731261dc4b10557c1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3776 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi> </content>
</entry>
<entry>
<title>refactor(web): use static.tvl.{fyi|su} for static assets</title>
<updated>2021-10-07T14:21:18+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2021-10-01T16:57:43+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=26f0ba5464131630db06dcbba5b445516b95c2ff"/>
<id>urn:sha1:26f0ba5464131630db06dcbba5b445516b95c2ff</id>
<content type="text"> Replaces all uses of relative static paths in TVL pages with the static.tvl.fyi domain. Where possible, the drv hash is directly embedded in the content. Change-Id: Ia882dd37ceae9d047cd81cf1eb37a856b339643a Reviewed-on: https://cl.tvl.fyi/c/depot/+/3682 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> </content>
</entry>
<entry>
<title>docs(web/tvl): Update copy on the TVL website</title>
<updated>2021-09-27T20:11:21+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2021-09-26T10:50:45+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=3e7ed058879810796503e4af781eb3729ff742e3"/>
<id>urn:sha1:3e7ed058879810796503e4af781eb3729ff742e3</id>
<content type="text"> Pointing people at IRC and mentioning that there's technology involved, etc. Change-Id: I414c006952d60b1fff619edda5016bb2a8714dfb Reviewed-on: https://cl.tvl.fyi/c/depot/+/3640 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: grfn <grfn@gws.fyi> </content>
</entry>
<entry>
<title>feat(web/tvl): Use new TVL logo on the main homepage</title>
<updated>2021-09-24T15:31:01+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2021-09-24T14:15:57+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=289de14fc43f5387a497e35d2e306ee5d5b16f1a"/>
<id>urn:sha1:289de14fc43f5387a497e35d2e306ee5d5b16f1a</id>
<content type="text"> Change-Id: I4b12b33bab54dbb099d97eaa4c14ca3072c4cd66 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3628 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> </content>
</entry>
</feed>