<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fatcat/rust, branch bnewbold-redoc</title>
<subtitle>[no description]</subtitle>
<id>https://git.bnewbold.net/fatcat/atom?h=bnewbold-redoc</id>
<link rel='self' href='https://git.bnewbold.net/fatcat/atom?h=bnewbold-redoc'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/'/>
<updated>2019-04-30T22:44:46+00:00</updated>
<entry>
<title>more complete metadata dumps</title>
<updated>2019-04-30T22:44:46+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2019-04-30T22:44:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=0e45543cb633f194970ca48f5c008439b7f26f04'/>
<id>urn:sha1:0e45543cb633f194970ca48f5c008439b7f26f04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rust: API lower-cases DOI lookups</title>
<updated>2019-04-19T01:01:33+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2019-04-19T01:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=71ffc180036088d310714ca3d960b6378290a809'/>
<id>urn:sha1:71ffc180036088d310714ca3d960b6378290a809</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustfmt</title>
<updated>2019-04-10T05:03:14+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2019-04-10T05:03:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=a9caaafadb6f4018ca370ebc9132294e80439df9'/>
<id>urn:sha1:a9caaafadb6f4018ca370ebc9132294e80439df9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't require auth for editgroup annotations</title>
<updated>2019-04-10T05:01:24+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2019-04-10T05:01:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=b1b4ecc1d7bc3aaffc6d8f88ad99709867c0dc14'/>
<id>urn:sha1:b1b4ecc1d7bc3aaffc6d8f88ad99709867c0dc14</id>
<content type='text'>
Amazing that this bug found it's way through... because most testing is
from Python, and was having serious auth config leakage with
python_client.

We're still in 0.x, and this is such a small/eggregious bug that i'm not
going to tag as a backwards-incompatible schema update (but will note in
CHANGELOG).
</content>
</entry>
<entry>
<title>tweak schema example wayback URLs</title>
<updated>2019-04-09T20:07:32+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2019-04-09T20:07:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=e8980c114174339327b763a6e31f80d49e9eaaef'/>
<id>urn:sha1:e8980c114174339327b763a6e31f80d49e9eaaef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rust: fix macaroon expiry check</title>
<updated>2019-04-09T18:42:38+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2019-04-09T18:42:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=f3192742ec0b3e99155622ef505c55c260b3bdb0'/>
<id>urn:sha1:f3192742ec0b3e99155622ef505c55c260b3bdb0</id>
<content type='text'>
There were two bugs with this code: the expiry timestamps were getting
enclosed in double-quotes (which caused parse bugs), and the actual
caveat check itself was backwards (expires &lt; now instead of expires &gt;
now).

An underlying issue was that these caveats weren't actually getting
checked in the tests.

Should fix a bug where users don't get auth'd correctly when logging in
via mechanisms other than tokens.
</content>
</entry>
<entry>
<title>update dev setup instructions</title>
<updated>2019-03-15T22:39:59+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2019-03-15T22:39:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=705ac0fba2dc879115509006ce4fdfae8c9fc5c0'/>
<id>urn:sha1:705ac0fba2dc879115509006ce4fdfae8c9fc5c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>example schema: more edge cases</title>
<updated>2019-03-05T00:22:09+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2019-03-05T00:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=83c622218da463136f06487f6c27730cbdecd322'/>
<id>urn:sha1:83c622218da463136f06487f6c27730cbdecd322</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tweaks to schema examples</title>
<updated>2019-03-03T01:27:05+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2019-03-03T01:27:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=07d3bfa6e7d350fca2b0327faf4546f76fe36d1a'/>
<id>urn:sha1:07d3bfa6e7d350fca2b0327faf4546f76fe36d1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>verify release_status field</title>
<updated>2019-02-15T00:24:16+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2019-02-15T00:24:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=b9699e27936573271506dbf6a3af744f7b454c03'/>
<id>urn:sha1:b9699e27936573271506dbf6a3af744f7b454c03</id>
<content type='text'>
</content>
</entry>
</feed>
