depot/net, branch refs/r/2094 monorepo for the virus lounge http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F2094 2020-08-26T22:21:10+00:00 chore(net): Remove mushroom 2020-08-26T22:21:10+00:00 Vincent Ambo mail@tazj.in 2020-08-26T22:17:50+00:00 urn:sha1:e90242d02944ba75f4ef03e4f9d632036d26cfe3 We don't need to build this anymore. Change-Id: I0ddd4ec3db9eb4774553003e18c5503b0f431810 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1842 Reviewed-by: tazjin <mail@tazj.in> Reviewed-by: lukegb <lukegb@tvl.fyi> Tested-by: BuildkiteCI fix(alcoholic_jwt): Support multiple values in jwt audience claim 2020-07-06T21:50:05+00:00 Caranatar caranatar@riseup.net 2020-07-06T10:47:20+00:00 urn:sha1:618e5540c23da5b425dd4ca79951dbbe8f651925 Per https://tools.ietf.org/html/rfc7519#section-4.1.3, the audience claim can consist of either a single string or an array of strings. The latter currently causes an error due to the type of aud in PartialClaims. Message-Id: <87r1toex8n.fsf@riseup.net> Change-Id: I6e00791d0ba56cb1e3c029e1b8617c33000d2ab1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/946 Tested-by: BuildkiteCI Reviewed-by: lukegb <lukegb@tvl.fyi> chore(net/mushroom): Bootstrap project 2020-06-07T23:31:52+00:00 Vincent Ambo tazjin@google.com 2020-06-07T22:45:49+00:00 urn:sha1:9b6afd090c0870c9ef194e3ecd264d582641a4a7 chore(net/stomp_erl): Remove erlang.mk 2019-12-21T03:05:51+00:00 Vincent Ambo tazjin@google.com 2019-12-21T03:05:51+00:00 urn:sha1:87cf3a2c6f87394a31fb449a1a3495078fef3244 The project should be migrated to one of the newer mechanisms, like rebar. merge(crimp): Integrate at //net/crimp 2019-12-21T01:28:09+00:00 Vincent Ambo tazjin@google.com 2019-12-21T01:28:09+00:00 urn:sha1:ad07fc31ed67d57db06434097469c121b2ab4cbe 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 merge(alcoholic_jwt): Integrate at //net/alcoholic_jwt 2019-12-21T01:24:22+00:00 Vincent Ambo tazjin@google.com 2019-12-21T01:24:22+00:00 urn:sha1:ec826db87aa53ecb8f82741583fc7479e1784c25 chore(alcoholic_jwt): Prepare for depot merge 2019-12-21T01:24:02+00:00 Vincent Ambo tazjin@google.com 2019-12-21T01:24:02+00:00 urn:sha1:14462d5ecd4b404c105aa2f8c57e500841a330b3 chore(stomp.erl): Prepare for depot merge 2019-12-21T01:20:41+00:00 Vincent Ambo tazjin@google.com 2019-12-21T01:20:41+00:00 urn:sha1:32d16e2b02bd9ef112107ae5408a1f8fb7fc92c1
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, branch refs/r/2094</title>
<subtitle>monorepo for the virus lounge</subtitle>
<id>http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F2094</id>
<link rel="self" href="http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F2094"/>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/"/>
<updated>2020-08-26T22:21:10+00:00</updated>
<entry>
<title>chore(net): Remove mushroom</title>
<updated>2020-08-26T22:21:10+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2020-08-26T22:17:50+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=e90242d02944ba75f4ef03e4f9d632036d26cfe3"/>
<id>urn:sha1:e90242d02944ba75f4ef03e4f9d632036d26cfe3</id>
<content type="text"> We don't need to build this anymore. Change-Id: I0ddd4ec3db9eb4774553003e18c5503b0f431810 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1842 Reviewed-by: tazjin <mail@tazj.in> Reviewed-by: lukegb <lukegb@tvl.fyi> Tested-by: BuildkiteCI </content>
</entry>
<entry>
<title>fix(alcoholic_jwt): Support multiple values in jwt audience claim</title>
<updated>2020-07-06T21:50:05+00:00</updated>
<author>
<name>Caranatar</name>
<email>caranatar@riseup.net</email>
</author>
<published>2020-07-06T10:47:20+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=618e5540c23da5b425dd4ca79951dbbe8f651925"/>
<id>urn:sha1:618e5540c23da5b425dd4ca79951dbbe8f651925</id>
<content type="text"> Per https://tools.ietf.org/html/rfc7519#section-4.1.3, the audience claim can consist of either a single string or an array of strings. The latter currently causes an error due to the type of aud in PartialClaims. Message-Id: <87r1toex8n.fsf@riseup.net> Change-Id: I6e00791d0ba56cb1e3c029e1b8617c33000d2ab1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/946 Tested-by: BuildkiteCI Reviewed-by: lukegb <lukegb@tvl.fyi> </content>
</entry>
<entry>
<title>chore(net/mushroom): Bootstrap project</title>
<updated>2020-06-07T23:31:52+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>tazjin@google.com</email>
</author>
<published>2020-06-07T22:45:49+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=9b6afd090c0870c9ef194e3ecd264d582641a4a7"/>
<id>urn:sha1:9b6afd090c0870c9ef194e3ecd264d582641a4a7</id>
<content type="text"> </content>
</entry>
<entry>
<title>chore(net/stomp_erl): Remove erlang.mk</title>
<updated>2019-12-21T03:05:51+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>tazjin@google.com</email>
</author>
<published>2019-12-21T03:05:51+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=87cf3a2c6f87394a31fb449a1a3495078fef3244"/>
<id>urn:sha1:87cf3a2c6f87394a31fb449a1a3495078fef3244</id>
<content type="text"> The project should be migrated to one of the newer mechanisms, like rebar. </content>
</entry>
<entry>
<title>merge(crimp): Integrate at //net/crimp</title>
<updated>2019-12-21T01:28:09+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>tazjin@google.com</email>
</author>
<published>2019-12-21T01:28:09+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=ad07fc31ed67d57db06434097469c121b2ab4cbe"/>
<id>urn:sha1:ad07fc31ed67d57db06434097469c121b2ab4cbe</id>
<content type="text"> </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>
<entry>
<title>merge(alcoholic_jwt): Integrate at //net/alcoholic_jwt</title>
<updated>2019-12-21T01:24:22+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>tazjin@google.com</email>
</author>
<published>2019-12-21T01:24:22+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=ec826db87aa53ecb8f82741583fc7479e1784c25"/>
<id>urn:sha1:ec826db87aa53ecb8f82741583fc7479e1784c25</id>
<content type="text"> </content>
</entry>
<entry>
<title>chore(alcoholic_jwt): Prepare for depot merge</title>
<updated>2019-12-21T01:24:02+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>tazjin@google.com</email>
</author>
<published>2019-12-21T01:24:02+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=14462d5ecd4b404c105aa2f8c57e500841a330b3"/>
<id>urn:sha1:14462d5ecd4b404c105aa2f8c57e500841a330b3</id>
<content type="text"> </content>
</entry>
<entry>
<title>chore(stomp.erl): Prepare for depot merge</title>
<updated>2019-12-21T01:20:41+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>tazjin@google.com</email>
</author>
<published>2019-12-21T01:20:41+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=32d16e2b02bd9ef112107ae5408a1f8fb7fc92c1"/>
<id>urn:sha1:32d16e2b02bd9ef112107ae5408a1f8fb7fc92c1</id>
<content type="text"> </content>
</entry>
</feed>