depot/net/crimp, branch refs/r/8324 monorepo for the virus lounge http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F8324 2024-03-11T16:52:45+00:00 chore(net/crimp): update dependencies 2024-03-11T16:52:45+00:00 sterni sternenseemann@systemli.org 2024-03-11T16:32:52+00:00 urn:sha1:b40c4500a3d982a72f9fca62bc61c8bf74606b16 Change-Id: I30b945859347d8f9b0c6947ecc278a3e9cb7ec2c Reviewed-on: https://cl.tvl.fyi/c/depot/+/11133 Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI fix(net/crimp): correctly set content length for PUT requests 2024-03-11T16:36:36+00:00 sterni sternenseemann@systemli.org 2024-03-11T16:17:13+00:00 urn:sha1:438db1be3065b451ebb232e8b3308e69a9e28fa4 Since https://github.com/curl/curl/commit/9c845be2797e20475 (presumably), libcurl will overwrite our previously set request method to POST if we set .post_field_size(…). The fix is to use the proper option for PUT/upload, .in_filesize(…). While we're at it, switch to using .upload(…) instead of the deprecated .put(…) which should be the same for HTTP. Change-Id: I393c1a02c70d5b99dff5901cd6e9d9434f68c15b Reviewed-on: https://cl.tvl.fyi/c/depot/+/11132 Tested-by: BuildkiteCI Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: tazjin <tazjin@tvl.su> 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> chore(crimp): prepare release of v4087 2022-05-16T18:15:18+00:00 Vincent Ambo mail@tazj.in 2022-05-16T18:08:06+00:00 urn:sha1:8f84059de8310ea8443b1c7f992ad5f38b6ad348 Just housekeeping changes (docs updates, dependency bumps). Change-Id: Id404490ae3c67a8d14c91fd53691f5809f0a1d08 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5620 Reviewed-by: grfn <grfn@gws.fyi> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI docs(crimp): update README with depot information 2022-05-16T18:06:54+00:00 Vincent Ambo mail@tazj.in 2022-05-16T18:02:43+00:00 urn:sha1:fe62a33645cb025ebd28bf97b67952181b662e47 Change-Id: I48aca4f96178e9f25d58900798997e55c5062b43 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5619 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI chore(crimp): bump cargo dependencies 2022-05-16T18:06:54+00:00 Vincent Ambo mail@tazj.in 2022-05-16T18:02:28+00:00 urn:sha1:e39e773464f26299188188a853c65d18ccaf70f7 a simple `cargo update` Change-Id: Ieabb10ef53aeef6416c849036317995fef5b6703 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5618 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI chore(net/crimp): Bump all dependencies via cargo update 2022-02-20T15:46:57+00:00 Vincent Ambo mail@tazj.in 2022-02-19T15:02:08+00:00 urn:sha1:f817ad86f24ce4387878cd10c4746599cb9167c9 Change-Id: I845d7911799a9287a63679fade5b47d651d822f8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5317 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> style(rust): Format all Rust code with rustfmt 2022-02-08T12:06:39+00:00 Vincent Ambo mail@tazj.in 2022-02-07T15:49:59+00:00 urn:sha1:3d8ee620875085ae7e8d7ef31f4f8e3738cfdca1 Change-Id: Iab7e00cc26a4f9727d3ab98691ef379921a33052 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5240 Tested-by: BuildkiteCI Reviewed-by: kanepyork <rikingcoding@gmail.com> Reviewed-by: Profpatsch <mail@profpatsch.de> Reviewed-by: grfn <grfn@gws.fyi> Reviewed-by: tazjin <tazjin@tvl.su> feat(crimp): Add Nix build for crate 2021-08-15T14:18:59+00:00 Vincent Ambo mail@tazj.in 2021-08-15T14:16:30+00:00 urn:sha1:509ea7f3cb0d29a9348b2d552445f9ee501de851 ... mostly to get CI. Note that this adds the Cargo.lock file because we require pinning, but it is generally not required for Rust libraries. Change-Id: I565c7c8e899694accf3efd825ff46225f3c47d1a Reviewed-on: https://cl.tvl.fyi/c/depot/+/3363 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI chore(crimp): Prepare for depot merge 2019-12-21T01:27:49+00:00 Vincent Ambo tazjin@google.com 2019-12-21T01:27:49+00:00 urn:sha1:48c738b1b5353a1a123cb1e9141ab4b2ec32018b
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/net/crimp, branch refs/r/8324</title>
<subtitle>monorepo for the virus lounge</subtitle>
<id>http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F8324</id>
<link rel="self" href="http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F8324"/>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/"/>
<updated>2024-03-11T16:52:45+00:00</updated>
<entry>
<title>chore(net/crimp): update dependencies</title>
<updated>2024-03-11T16:52:45+00:00</updated>
<author>
<name>sterni</name>
<email>sternenseemann@systemli.org</email>
</author>
<published>2024-03-11T16:32:52+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=b40c4500a3d982a72f9fca62bc61c8bf74606b16"/>
<id>urn:sha1:b40c4500a3d982a72f9fca62bc61c8bf74606b16</id>
<content type="text"> Change-Id: I30b945859347d8f9b0c6947ecc278a3e9cb7ec2c Reviewed-on: https://cl.tvl.fyi/c/depot/+/11133 Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI </content>
</entry>
<entry>
<title>fix(net/crimp): correctly set content length for PUT requests</title>
<updated>2024-03-11T16:36:36+00:00</updated>
<author>
<name>sterni</name>
<email>sternenseemann@systemli.org</email>
</author>
<published>2024-03-11T16:17:13+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=438db1be3065b451ebb232e8b3308e69a9e28fa4"/>
<id>urn:sha1:438db1be3065b451ebb232e8b3308e69a9e28fa4</id>
<content type="text"> Since https://github.com/curl/curl/commit/9c845be2797e20475 (presumably), libcurl will overwrite our previously set request method to POST if we set .post_field_size(…). The fix is to use the proper option for PUT/upload, .in_filesize(…). While we're at it, switch to using .upload(…) instead of the deprecated .put(…) which should be the same for HTTP. Change-Id: I393c1a02c70d5b99dff5901cd6e9d9434f68c15b Reviewed-on: https://cl.tvl.fyi/c/depot/+/11132 Tested-by: BuildkiteCI Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: tazjin <tazjin@tvl.su> </content>
</entry>
<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>chore(crimp): prepare release of v4087</title>
<updated>2022-05-16T18:15:18+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2022-05-16T18:08:06+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=8f84059de8310ea8443b1c7f992ad5f38b6ad348"/>
<id>urn:sha1:8f84059de8310ea8443b1c7f992ad5f38b6ad348</id>
<content type="text"> Just housekeeping changes (docs updates, dependency bumps). Change-Id: Id404490ae3c67a8d14c91fd53691f5809f0a1d08 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5620 Reviewed-by: grfn <grfn@gws.fyi> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI </content>
</entry>
<entry>
<title>docs(crimp): update README with depot information</title>
<updated>2022-05-16T18:06:54+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2022-05-16T18:02:43+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=fe62a33645cb025ebd28bf97b67952181b662e47"/>
<id>urn:sha1:fe62a33645cb025ebd28bf97b67952181b662e47</id>
<content type="text"> Change-Id: I48aca4f96178e9f25d58900798997e55c5062b43 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5619 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI </content>
</entry>
<entry>
<title>chore(crimp): bump cargo dependencies</title>
<updated>2022-05-16T18:06:54+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2022-05-16T18:02:28+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=e39e773464f26299188188a853c65d18ccaf70f7"/>
<id>urn:sha1:e39e773464f26299188188a853c65d18ccaf70f7</id>
<content type="text"> a simple `cargo update` Change-Id: Ieabb10ef53aeef6416c849036317995fef5b6703 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5618 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI </content>
</entry>
<entry>
<title>chore(net/crimp): Bump all dependencies via cargo update</title>
<updated>2022-02-20T15:46:57+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2022-02-19T15:02:08+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=f817ad86f24ce4387878cd10c4746599cb9167c9"/>
<id>urn:sha1:f817ad86f24ce4387878cd10c4746599cb9167c9</id>
<content type="text"> Change-Id: I845d7911799a9287a63679fade5b47d651d822f8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5317 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> </content>
</entry>
<entry>
<title>style(rust): Format all Rust code with rustfmt</title>
<updated>2022-02-08T12:06:39+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2022-02-07T15:49:59+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=3d8ee620875085ae7e8d7ef31f4f8e3738cfdca1"/>
<id>urn:sha1:3d8ee620875085ae7e8d7ef31f4f8e3738cfdca1</id>
<content type="text"> Change-Id: Iab7e00cc26a4f9727d3ab98691ef379921a33052 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5240 Tested-by: BuildkiteCI Reviewed-by: kanepyork <rikingcoding@gmail.com> Reviewed-by: Profpatsch <mail@profpatsch.de> Reviewed-by: grfn <grfn@gws.fyi> Reviewed-by: tazjin <tazjin@tvl.su> </content>
</entry>
<entry>
<title>feat(crimp): Add Nix build for crate</title>
<updated>2021-08-15T14:18:59+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2021-08-15T14:16:30+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=509ea7f3cb0d29a9348b2d552445f9ee501de851"/>
<id>urn:sha1:509ea7f3cb0d29a9348b2d552445f9ee501de851</id>
<content type="text"> ... mostly to get CI. Note that this adds the Cargo.lock file because we require pinning, but it is generally not required for Rust libraries. Change-Id: I565c7c8e899694accf3efd825ff46225f3c47d1a Reviewed-on: https://cl.tvl.fyi/c/depot/+/3363 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI </content>
</entry>
<entry>
<title>chore(crimp): Prepare for depot merge</title>
<updated>2019-12-21T01:27:49+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>tazjin@google.com</email>
</author>
<published>2019-12-21T01:27:49+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=48c738b1b5353a1a123cb1e9141ab4b2ec32018b"/>
<id>urn:sha1:48c738b1b5353a1a123cb1e9141ab4b2ec32018b</id>
<content type="text"> </content>
</entry>
</feed>