<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fatcat/rust/src, branch cockroach</title>
<subtitle>[no description]</subtitle>
<id>https://git.bnewbold.net/fatcat/atom?h=cockroach</id>
<link rel='self' href='https://git.bnewbold.net/fatcat/atom?h=cockroach'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/'/>
<updated>2018-09-11T02:37:36+00:00</updated>
<entry>
<title>Merge branch 'master' into cockroach</title>
<updated>2018-09-11T02:37:36+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2018-09-11T02:37:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=dd0dbc45a0c0aad0819203431d374cbd93cce58f'/>
<id>urn:sha1:dd0dbc45a0c0aad0819203431d374cbd93cce58f</id>
<content type='text'>
Manually resolve conflicts in:
  rust/migrations/2018-05-12-001226_init/up.sql
</content>
</entry>
<entry>
<title>many small API cleanups</title>
<updated>2018-09-11T02:30:10+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2018-09-11T02:30:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=3df7c6fa601309b74c1b664f2f09f048dce2bf29'/>
<id>urn:sha1:3df7c6fa601309b74c1b664f2f09f048dce2bf29</id>
<content type='text'>
- use FatCatId much more often (though not everywhere yet)
- more consistent types
- remove redundant error handling code in wrappers
</content>
</entry>
<entry>
<title>continue CRUD refactor, removing CUD handlers</title>
<updated>2018-09-11T01:38:12+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2018-09-11T01:37:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=bf769e17ccdb788cb6127c26fb7f0e60e1fd0a9e'/>
<id>urn:sha1:bf769e17ccdb788cb6127c26fb7f0e60e1fd0a9e</id>
<content type='text'>
Can't remove the "get" handlers because of the expand parameter, which
is only implemented for releases and in the handler (not in the CRUD
trait, yet).

Also didn't do the batch handler stuff yet.
</content>
</entry>
<entry>
<title>squelch unused macro warning</title>
<updated>2018-09-11T01:11:01+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2018-09-11T01:11:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=d57a807ee0481fd6534307f0870a0f96ea19cd25'/>
<id>urn:sha1:d57a807ee0481fd6534307f0870a0f96ea19cd25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>database_entity_crud -&gt; api_entity_crud</title>
<updated>2018-09-11T01:09:29+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2018-09-11T01:09:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=70144145ee627f521ee7a9d5020dce2cb2b96373'/>
<id>urn:sha1:70144145ee627f521ee7a9d5020dce2cb2b96373</id>
<content type='text'>
</content>
</entry>
<entry>
<title>switch entity acceptance for cockroach branch</title>
<updated>2018-09-09T20:55:49+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2018-09-09T20:55:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=e386022ba051f46ff70c28b90d9a2fe1f856c57f'/>
<id>urn:sha1:e386022ba051f46ff70c28b90d9a2fe1f856c57f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'http-verbs' into cockroach</title>
<updated>2018-09-09T19:26:57+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2018-09-09T19:26:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=51f2dcada8588de2f8cde2f874b955fefbd01e97'/>
<id>urn:sha1:51f2dcada8588de2f8cde2f874b955fefbd01e97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>generic edit accept, and per-row variant</title>
<updated>2018-09-09T19:26:39+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2018-09-09T19:26:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=da10d0e0cebc1142852b959cea93c8b80801d565'/>
<id>urn:sha1:da10d0e0cebc1142852b959cea93c8b80801d565</id>
<content type='text'>
The per-row variant is for use with cockroach.
</content>
</entry>
<entry>
<title>api_server: give up and use star schema import</title>
<updated>2018-09-09T19:26:11+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2018-09-09T19:26:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=6b50b2d963719f5860f6fa46548abe2dbc9f2bc3'/>
<id>urn:sha1:6b50b2d963719f5860f6fa46548abe2dbc9f2bc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'http-verbs' into cockroach</title>
<updated>2018-09-09T17:10:42+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2018-09-09T17:10:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat/commit/?id=b15eff77fdb7974ce2bf3c2e44c8edc354f9f452'/>
<id>urn:sha1:b15eff77fdb7974ce2bf3c2e44c8edc354f9f452</id>
<content type='text'>
Manually merged conflicts:

  rust/migrations/2018-05-12-001226_init/up.sql
  rust/src/api_server.rs
  rust/src/database_schema.rs
</content>
</entry>
</feed>
