Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow passing description+extra to batch endpoints | Bryan Newbold | 2019-01-22 | 1 | -0/+56 |
| | | | | | | Pretty messy, but I needed some way to do this. In particular, requires json.dumps() in python code, for now. Blech. | ||||
* | allow arxiv and jstor lookups | Bryan Newbold | 2019-01-21 | 1 | -0/+8 |
| | |||||
* | yet more schema tweaks | Bryan Newbold | 2019-01-21 | 1 | -8/+24 |
| | | | | | | | | | - remove abbrev and coden from container (never used; can put in extra) - add 'original_title' to release - add arxiv and JSTOR release IDs - add 'license_slug' to release - add 'raw_affiliation' string to release_contrib - add 'container_type' to container | ||||
* | api schema: CDX timestamps as datetime | Bryan Newbold | 2019-01-18 | 1 | -2/+5 |
| | |||||
* | allow returning changelog index with editgroup | Bryan Newbold | 2019-01-11 | 1 | -0/+4 |
| | |||||
* | allow returning expanded editors in editgroups and annotations | Bryan Newbold | 2019-01-11 | 1 | -0/+4 |
| | |||||
* | API schema: editgroup submission and annotations | Bryan Newbold | 2019-01-10 | 1 | -3/+238 |
| | | | | | | Fingers crossed, these are the final "feature" additions, and schema will only need tweaking and error corrections for fatcat stable/production release. | ||||
* | add a couple additional response types, for consistency | Bryan Newbold | 2019-01-09 | 1 | -0/+12 |
| | |||||
* | towards better success/error response types | Bryan Newbold | 2019-01-09 | 1 | -0/+9 |
| | |||||
* | schema: require editgroup_id for edits (except batch) | Bryan Newbold | 2019-01-09 | 1 | -21/+21 |
| | |||||
* | add auth/check endpoint | Bryan Newbold | 2019-01-07 | 1 | -0/+26 |
| | |||||
* | allow passing prefered_username in oidc signup/login | Bryan Newbold | 2019-01-03 | 1 | -0/+3 |
| | |||||
* | schema for username updates | Bryan Newbold | 2019-01-03 | 1 | -0/+28 |
| | |||||
* | crude /auth/oidc endpoint (and codegen) | Bryan Newbold | 2019-01-03 | 1 | -0/+65 |
| | |||||
* | add missing security/auth declarations | Bryan Newbold | 2018-12-31 | 1 | -0/+50 |
| | |||||
* | make editor_id optional when createding editgroup | Bryan Newbold | 2018-12-31 | 1 | -2/+0 |
| | | | | The editor_id can be infered from auth metadata. | ||||
* | api spec: more auth responses | Bryan Newbold | 2018-12-31 | 1 | -5/+47 |
| | |||||
* | first attempt at auth in API spec | Bryan Newbold | 2018-12-26 | 1 | -0/+37 |
| | |||||
* | api schema: more types/regex on parameters | Bryan Newbold | 2018-12-26 | 1 | -67/+49 |
| | |||||
* | schemas: editor_id as UUID (not int) | Bryan Newbold | 2018-12-26 | 1 | -31/+15 |
| | |||||
* | webcapture: status_code nullable; cdx timestamp string | Bryan Newbold | 2018-12-26 | 1 | -4/+2 |
| | |||||
* | openapi schema: add fileset/web endpoints | Bryan Newbold | 2018-12-26 | 1 | -2/+482 |
| | |||||
* | openapi schema: small consistency fixes | Bryan Newbold | 2018-12-26 | 1 | -8/+26 |
| | |||||
* | fileset and webcapture openapi entities | Bryan Newbold | 2018-12-24 | 1 | -0/+123 |
| | |||||
* | remove unused postgres-backed stats stuff | Bryan Newbold | 2018-12-24 | 1 | -23/+0 |
| | | | | Will replace with elasticsearch-based dash in webface | ||||
* | significantly harmonize API 'id' parameters | Bryan Newbold | 2018-12-24 | 1 | -79/+79 |
| | | | | | | | | | | | | | | | | This commit is to reduce confusion and ambiguity between: entity idents ('ident'), editor ids ('editor_id'), editgroup ids ('editgroup_id'), entity edit ids ('edit_id'), entity revision ids ('rev_id'). Additionally, 'file.releases' is now 'file.release_ids'. The biggest downside of this patch, to me, is the verbosity of passing things like: api.create_entity(entity, editgroup_id=eg.editgroup_id) Previously, "editgroup_id=eg.id" could be used. I think this is acceptable though. | ||||
* | add release_year (for when whole date isn't available) | Bryan Newbold | 2018-12-24 | 1 | -0/+4 |
| | |||||
* | allow expand creators in release gets | Bryan Newbold | 2018-12-21 | 1 | -1/+1 |
| | |||||
* | 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 |
| |