depot/tvix/store-go/go.sum, branch refs/r/7788 monorepo for the virus lounge http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F7788 2023-11-05T20:32:34+00:00 chore(tvix/store-go): bump castore-go 2023-11-05T20:32:34+00:00 Florian Klink flokli@flokli.de 2023-11-05T12:27:01+00:00 urn:sha1:72760b7716bad8434cd3548592688fadd6ca6abb Change-Id: I740251785f4ffb6c9305f430e0f2c3418dfaa15d Reviewed-on: https://cl.tvl.fyi/c/depot/+/9957 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> chore(tvix/store-go): rename go module 2023-10-17T20:36:36+00:00 Florian Klink flokli@flokli.de 2023-10-17T20:30:29+00:00 urn:sha1:2d51da7f40e85b9411642e4c65efb23a9a0c4255 `code.tvl.fyi/tvix/store/protos` now points to a directory that only contains the `.proto` files, while all golang tooling and .pb.go files live in tvix/store-go. As discussed in https://cl.tvl.fyi/c/depot/+/9787/comment/fc5d155c_1bd38e3a/, the amount of people currently using this is still small, so rename the go.mod now, while it doesn't yet hurt. Also, use code.tvl.fyi/tvix/castore-go instead of code.tvl.fyi/tvix/ castore/protos, to make use of cl/9791. Change-Id: I9ea89957d7c29dfae4c893b9aae8ac8a0bad2d8e Reviewed-on: https://cl.tvl.fyi/c/depot/+/9792 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: Connor Brewster <cbrewster@hey.com> chore(tvix): move store golang bindings to tvix/store-go 2023-10-17T19:51:24+00:00 Florian Klink flokli@flokli.de 2023-10-17T12:42:58+00:00 urn:sha1:1b26bf21e3305232b9bbdc928a063da9be9eaee0 Similar to the castore-go CL before, this also updates the store-go bindings to the new layout. Change-Id: Id73d7ad43f7d70171ab021728e303300c5db71f0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9788 Tested-by: BuildkiteCI Reviewed-by: Connor Brewster <cbrewster@hey.com>
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/tvix/store-go/go.sum, branch refs/r/7788</title>
<subtitle>monorepo for the virus lounge</subtitle>
<id>http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F7788</id>
<link rel="self" href="http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F7788"/>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/"/>
<updated>2023-11-05T20:32:34+00:00</updated>
<entry>
<title>chore(tvix/store-go): bump castore-go</title>
<updated>2023-11-05T20:32:34+00:00</updated>
<author>
<name>Florian Klink</name>
<email>flokli@flokli.de</email>
</author>
<published>2023-11-05T12:27:01+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=72760b7716bad8434cd3548592688fadd6ca6abb"/>
<id>urn:sha1:72760b7716bad8434cd3548592688fadd6ca6abb</id>
<content type="text"> Change-Id: I740251785f4ffb6c9305f430e0f2c3418dfaa15d Reviewed-on: https://cl.tvl.fyi/c/depot/+/9957 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> </content>
</entry>
<entry>
<title>chore(tvix/store-go): rename go module</title>
<updated>2023-10-17T20:36:36+00:00</updated>
<author>
<name>Florian Klink</name>
<email>flokli@flokli.de</email>
</author>
<published>2023-10-17T20:30:29+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=2d51da7f40e85b9411642e4c65efb23a9a0c4255"/>
<id>urn:sha1:2d51da7f40e85b9411642e4c65efb23a9a0c4255</id>
<content type="text"> `code.tvl.fyi/tvix/store/protos` now points to a directory that only contains the `.proto` files, while all golang tooling and .pb.go files live in tvix/store-go. As discussed in https://cl.tvl.fyi/c/depot/+/9787/comment/fc5d155c_1bd38e3a/, the amount of people currently using this is still small, so rename the go.mod now, while it doesn't yet hurt. Also, use code.tvl.fyi/tvix/castore-go instead of code.tvl.fyi/tvix/ castore/protos, to make use of cl/9791. Change-Id: I9ea89957d7c29dfae4c893b9aae8ac8a0bad2d8e Reviewed-on: https://cl.tvl.fyi/c/depot/+/9792 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: Connor Brewster <cbrewster@hey.com> </content>
</entry>
<entry>
<title>chore(tvix): move store golang bindings to tvix/store-go</title>
<updated>2023-10-17T19:51:24+00:00</updated>
<author>
<name>Florian Klink</name>
<email>flokli@flokli.de</email>
</author>
<published>2023-10-17T12:42:58+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=1b26bf21e3305232b9bbdc928a063da9be9eaee0"/>
<id>urn:sha1:1b26bf21e3305232b9bbdc928a063da9be9eaee0</id>
<content type="text"> Similar to the castore-go CL before, this also updates the store-go bindings to the new layout. Change-Id: Id73d7ad43f7d70171ab021728e303300c5db71f0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9788 Tested-by: BuildkiteCI Reviewed-by: Connor Brewster <cbrewster@hey.com> </content>
</entry>
</feed>