Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more lookup schema tweaks | Bryan Newbold | 2018-12-14 | 1 | -4/+28 |
| | | | | Changed argument orders; added core_id lookups; allow expand in lookups | ||||
* | schema tweaks, and rust codegen | Bryan Newbold | 2018-12-13 | 1 | -14/+14 |
| | |||||
* | proposed API schema changes for redirects | Bryan Newbold | 2018-12-13 | 1 | -10/+440 |
| | | | | | | | | | | | Mostly backwards compatible for clients (but not server). - lookup by additional parameters - no entity parameters are required; this makes PUT updates for redirects possible - GET for entity revisions - GET and DELETE for individual entity edits - GET to list idents redirected to a given ident | ||||
* | hide flags (like expand) | Bryan Newbold | 2018-11-26 | 1 | -0/+60 |
| | |||||
* | set default host in swagger spec to api.fatcat.wiki | Bryan Newbold | 2018-11-13 | 1 | -1/+1 |
| | |||||
* | switch to HTTPS in schema def | Bryan Newbold | 2018-11-12 | 1 | -2/+1 |
| | | | | But rewrite to http for python codegen. | ||||
* | expand docs in schema updated | Bryan Newbold | 2018-09-26 | 1 | -5/+5 |
| | |||||
* | annotate API spec with tag-related lines | Bryan Newbold | 2018-09-22 | 1 | -97/+97 |
| | | | | So they can be striped easily in codegen. | ||||
* | container_name (for consistency) | Bryan Newbold | 2018-09-22 | 1 | -1/+1 |
| | |||||
* | add tags (grouping) to openapi schema | Bryan Newbold | 2018-09-18 | 1 | -0/+99 |
| | |||||
* | better response type name | Bryan Newbold | 2018-09-17 | 1 | -1/+1 |
| | |||||
* | remove duplicate response def from API spec | Bryan Newbold | 2018-09-13 | 1 | -4/+0 |
| | |||||
* | refactor editgroup parameter passing | Bryan Newbold | 2018-09-11 | 1 | -6/+43 |
| | | | | | | It's always a query param, and applies to the whole operation. Batch insert behavior is a little more complex. | ||||
* | make API types more consistent | Bryan Newbold | 2018-09-10 | 1 | -6/+14 |
| | |||||
* | Merge branch 'autoaccept' into http-verbs | Bryan Newbold | 2018-09-07 | 1 | -0/+54 |
|\ | | | | | | | | | | | | | | | | | 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 | -0/+25 |
| | | |||||
| * | autoaccept flag for batch inserts | Bryan Newbold | 2018-08-20 | 1 | -0/+29 |
| | | |||||
* | | more update and delete verbs | Bryan Newbold | 2018-09-06 | 1 | -25/+169 |
| | | |||||
* | | add bad request response type for eg accept | Bryan Newbold | 2018-08-31 | 1 | -0/+4 |
|/ | |||||
* | ORCIDs can end in X character | Bryan Newbold | 2018-08-16 | 1 | -1/+1 |
| | |||||
* | add core_id to schemas | Bryan Newbold | 2018-08-14 | 1 | -0/+3 |
| | |||||
* | expand, not expend | Bryan Newbold | 2018-07-25 | 1 | -5/+5 |
| | |||||
* | API schema: identifier checking, expand query param | Bryan Newbold | 2018-07-25 | 1 | -30/+75 |
| | |||||
* | contribs: raw -> raw_name | Bryan Newbold | 2018-07-25 | 1 | -1/+1 |
| | |||||
* | actually add wikidata QIDs to the API | Bryan Newbold | 2018-07-25 | 1 | -0/+6 |
| | |||||
* | API schema updates | Bryan Newbold | 2018-07-24 | 1 | -4/+9 |
| | |||||
* | start updating API spec | Bryan Newbold | 2018-07-23 | 1 | -6/+39 |
| | |||||
* | API schema changes for ident changes | Bryan Newbold | 2018-07-20 | 1 | -10/+14 |
| | |||||
* | update schema (sql and api) for rev ids, editor_id, editgroup_id | Bryan Newbold | 2018-07-20 | 1 | -18/+18 |
| | |||||
* | prep for base32 encoded identifiers | Bryan Newbold | 2018-07-20 | 1 | -10/+10 |
| | |||||
* | generic changelog endpoints | Bryan Newbold | 2018-06-30 | 1 | -0/+44 |
| | |||||
* | add remaining history endpoints | Bryan Newbold | 2018-06-30 | 1 | -2/+86 |
| | |||||
* | history for container entities | Bryan Newbold | 2018-06-30 | 1 | -15/+34 |
| | |||||
* | refactor changelog entry spec structure | Bryan Newbold | 2018-06-30 | 1 | -19/+34 |
| | |||||
* | make release_rev.work_id optional in openapi spec | Bryan Newbold | 2018-06-28 | 1 | -1/+0 |
| | | | | This is to enable auto-creation of works, speeding up bulk insertion. | ||||
* | no more default/mangled HTTP status codes | Bryan Newbold | 2018-06-21 | 1 | -7/+7 |
| | |||||
* | ISO 639-1 for language codes | Bryan Newbold | 2018-06-19 | 1 | -0/+1 |
| | |||||
* | consistent volume/issue/pages ordering | Bryan Newbold | 2018-06-19 | 1 | -2/+2 |
| | |||||
* | add stats API endpoint (freeform) | Bryan Newbold | 2018-06-19 | 1 | -1/+23 |
| | | | | | | This intentionally doesn't really have a schema, just an 'extra' JSON object field. If the stats values stabilize we can move from 'extra' to specified values. | ||||
* | spec: reverse-lookup endpoints | Bryan Newbold | 2018-06-17 | 1 | -0/+48 |
| | | | | | | files-for-release releases-for-creator releases-for-work | ||||
* | updates to schema(s): more complete, alignment | Bryan Newbold | 2018-06-04 | 1 | -5/+33 |
| | |||||
* | renumber dummy/example entities | Bryan Newbold | 2018-05-28 | 1 | -6/+6 |
| | |||||
* | refactor to more ergonomic operation names | Bryan Newbold | 2018-05-28 | 1 | -0/+24 |
| | |||||
* | move API spec to top level directory | Bryan Newbold | 2018-05-28 | 1 | -0/+690 |