<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fatcat/rust/src, branch v0.3.2</title>
<subtitle>[no description]</subtitle>
<id>https://git.bnewbold.net/fatcat/atom?h=v0.3.2</id>
<link rel='self' href='https://git.bnewbold.net/fatcat/atom?h=v0.3.2'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/'/>
<updated>2020-01-15T23:33:24+00:00</updated>
<entry>
<title>fatcatd: fix corner-case in abstracts insertion</title>
<updated>2020-01-15T23:33:24+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2020-01-15T23:33:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=96df40583576d6a00dd585628bb9569996d038b5'/>
<id>urn:sha1:96df40583576d6a00dd585628bb9569996d038b5</id>
<content type='text'>
Both the release_abstract relation table and the abstracts table inserts
were being gated by a check on new abstracts table rows.

I *think* the chance of this having caused problems is low. The most
likely would have been updates to exiting entities that somehow removed
the abstracts content, but not the sha1 keys. This is not the default
behavior of the API: either the entire abstract (content and hash) is
returned, or the abstracts are hidden entirely (via `hide` flag).

Still, best to be careful!
</content>
</entry>
<entry>
<title>add 'component' as a release_type</title>
<updated>2019-11-04T19:59:05+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2019-11-04T19:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=0ff42081a71d8f878feedca236fa8ffe282fec3a'/>
<id>urn:sha1:0ff42081a71d8f878feedca236fa8ffe282fec3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>entirely remove unused https flag to fatcatd</title>
<updated>2019-09-29T20:50:49+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2019-09-29T20:50:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=d17712902a17fad39f2f668d7f46bc5e42bb120d'/>
<id>urn:sha1:d17712902a17fad39f2f668d7f46bc5e42bb120d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rust impl token endpoint (and bump crate version)</title>
<updated>2019-09-19T01:42:21+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2019-09-19T00:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=9d1e2ef1c1682f49ce666a012fad70d50cb4f376'/>
<id>urn:sha1:9d1e2ef1c1682f49ce666a012fad70d50cb4f376</id>
<content type='text'>
</content>
</entry>
<entry>
<title>API docs default to redoc, not swagger-ui</title>
<updated>2019-09-13T19:21:36+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2019-09-13T19:21:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=540eec0c826bc01af1b23042290bcfec7aa176f5'/>
<id>urn:sha1:540eec0c826bc01af1b23042290bcfec7aa176f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update missing rust crate names</title>
<updated>2019-09-06T06:00:33+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2019-09-06T06:00:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=a207c60ff756b9d591a56ca2814171dfa41e1a08'/>
<id>urn:sha1:a207c60ff756b9d591a56ca2814171dfa41e1a08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename rust crate fatcat-api-spec -&gt; fatcat-openapi</title>
<updated>2019-09-06T02:04:34+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2019-09-06T02:04:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=ba722671b4791524384010705bef0aaa83c22c0b'/>
<id>urn:sha1:ba722671b4791524384010705bef0aaa83c22c0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cargo fix ('dyn' keywords)</title>
<updated>2019-08-26T11:33:51+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2019-08-26T11:33:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=ef5321fce597a5633425ce25ea4582ff06071d31'/>
<id>urn:sha1:ef5321fce597a5633425ce25ea4582ff06071d31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow editing of WIP entities</title>
<updated>2019-06-14T17:48:37+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2019-06-14T17:48:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=0158e2edc964f8151f91c17454fa160426343475'/>
<id>urn:sha1:0158e2edc964f8151f91c17454fa160426343475</id>
<content type='text'>
</content>
</entry>
<entry>
<title>truncated oauth_oidc generated username</title>
<updated>2019-06-07T22:13:09+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2019-06-07T22:13:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=72859fb5417733a97ebf4fe11d225d02ebc4c21c'/>
<id>urn:sha1:72859fb5417733a97ebf4fe11d225d02ebc4c21c</id>
<content type='text'>
</content>
</entry>
</feed>
