Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor fatcat-api => fatcat-api-spec | Bryan Newbold | 2018-09-11 | 1 | -3158/+0 |
| | |||||
* | re-gen rust code | Bryan Newbold | 2018-09-10 | 1 | -6/+20 |
| | |||||
* | Merge branch 'autoaccept' into http-verbs | Bryan Newbold | 2018-09-07 | 1 | -10/+85 |
|\ | | | | | | | | | | | | | | | | | Started resolving conflicts in: TODO notes/cloud_instances.txt rust/fatcat-api/README.md rust/src/api_server.rs | ||||
| * | WIP: autoaccept | Bryan Newbold | 2018-08-24 | 1 | -8/+31 |
| | | |||||
| * | codegen | Bryan Newbold | 2018-08-20 | 1 | -10/+62 |
| | | |||||
* | | codegen put/delete | Bryan Newbold | 2018-09-06 | 1 | -4/+677 |
| | | |||||
* | | add bad request response type for eg accept | Bryan Newbold | 2018-08-31 | 1 | -1/+1 |
|/ | |||||
* | expand, not expend | Bryan Newbold | 2018-07-25 | 1 | -20/+20 |
| | |||||
* | API schema: identifier checking, expand query param | Bryan Newbold | 2018-07-25 | 1 | -10/+50 |
| | |||||
* | partial implementation of new API features | Bryan Newbold | 2018-07-24 | 1 | -7/+9 |
| | |||||
* | update fatcat-api lib with schema changes | Bryan Newbold | 2018-07-20 | 1 | -14/+6 |
| | |||||
* | generic changelog endpoints | Bryan Newbold | 2018-06-30 | 1 | -4/+106 |
| | |||||
* | add remaining history endpoints | Bryan Newbold | 2018-06-30 | 1 | -3/+276 |
| | |||||
* | history for container entities | Bryan Newbold | 2018-06-30 | 1 | -3/+71 |
| | |||||
* | refactor changelog entry spec structure | Bryan Newbold | 2018-06-30 | 1 | -1/+1 |
| | |||||
* | no more default/mangled HTTP status codes | Bryan Newbold | 2018-06-21 | 1 | -28/+28 |
| | |||||
* | implement (most) of stats endpoint | Bryan Newbold | 2018-06-19 | 1 | -1/+50 |
| | |||||
* | update fatcat-api with openapi change | Bryan Newbold | 2018-06-17 | 1 | -2/+183 |
| | |||||
* | refactor to more ergonomic operation names | Bryan Newbold | 2018-05-28 | 1 | -287/+286 |
| | |||||
* | batch POST methods | Bryan Newbold | 2018-05-27 | 1 | -3/+329 |
| | |||||
* | swagger spec: body -> entity | Bryan Newbold | 2018-05-27 | 1 | -12/+12 |
| | |||||
* | tweak schema (api and sql) | Bryan Newbold | 2018-05-26 | 1 | -3/+3 |
| | |||||
* | WIP on API spec improvements | Bryan Newbold | 2018-05-24 | 1 | -2/+2 |
| | | | | Fixes a bunch of i64/i32/isize stuff | ||||
* | fix api spec | Bryan Newbold | 2018-05-17 | 1 | -1/+6 |
| | |||||
* | api tweaks | Bryan Newbold | 2018-05-16 | 1 | -2/+9 |
| | |||||
* | less ambigous error response name | Bryan Newbold | 2018-05-15 | 1 | -53/+53 |
| | |||||
* | regenerate API | Bryan Newbold | 2018-05-15 | 1 | -47/+117 |
| | |||||
* | tweak openapi schema | Bryan Newbold | 2018-05-15 | 1 | -30/+20 |
| | |||||
* | make cargo fmt succeed by default | Bryan Newbold | 2018-05-15 | 1 | -743/+205 |
| | |||||
* | fmt and cleanup | Bryan Newbold | 2018-05-15 | 1 | -500/+815 |
| | |||||
* | revert to v2.3.1 codegen | Bryan Newbold | 2018-05-15 | 1 | -0/+1515 |
This reverts back to something compatible with Iron and simple (blocking) parallelism, instead of the new async hyper 0.11 stuff. |