Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes after autoaccept merge | Bryan Newbold | 2018-09-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'autoaccept' into http-verbs | Bryan Newbold | 2018-09-07 | 1 | -2/+4 |
|\ | | | | | | | | | | | | | | | | | Started resolving conflicts in: TODO notes/cloud_instances.txt rust/fatcat-api/README.md rust/src/api_server.rs | ||||
| * | editgroup parameter for batch inserts | Bryan Newbold | 2018-08-30 | 1 | -1/+2 |
| | | |||||
| * | implement autoaccept | Bryan Newbold | 2018-08-20 | 1 | -2/+3 |
| | | | | | | | | | | | | Need to review: - changelog creation - clobbering of existing editgroup flag | ||||
* | | skeleton create/delete endpoints for works | Bryan Newbold | 2018-09-06 | 1 | -2/+106 |
| | | | | | | | | Other entities just stubs | ||||
* | | correct EditgroupAlreadyAccepted response | Bryan Newbold | 2018-08-31 | 1 | -0/+5 |
|/ | |||||
* | refactoring; expand keyword impl | Bryan Newbold | 2018-07-25 | 1 | -2/+12 |
| | |||||
* | big transaction/conn refactor | Bryan Newbold | 2018-07-25 | 1 | -13/+35 |
| | |||||
* | have get_editgroup take optional conn | Bryan Newbold | 2018-07-25 | 1 | -1/+1 |
| | |||||
* | more external ident handling | Bryan Newbold | 2018-07-25 | 1 | -0/+8 |
| | |||||
* | whole bunch of clippy fixes | Bryan Newbold | 2018-07-24 | 1 | -8/+8 |
| | |||||
* | editor_id and editgroup_id as idents; revisions as raw UUID | Bryan Newbold | 2018-07-20 | 1 | -4/+4 |
| | |||||
* | format InvalidFatcatId errors in API response (hack) | Bryan Newbold | 2018-07-20 | 1 | -4/+8 |
| | |||||
* | rust: base32 encoded idents | Bryan Newbold | 2018-07-20 | 1 | -9/+17 |
| | |||||
* | refactor massive rust api_server into api_wrappers | Bryan Newbold | 2018-06-30 | 1 | -0/+414 |
The wrappers file contains the "glue" code to map to fatcat-api (openapi2 codegen) function signatures. |