aboutsummaryrefslogtreecommitdiffstats
path: root/rust/tests
Commit message (Collapse)AuthorAgeFilesLines
* finish fatcat-api => fatcat-api-spec refactorBryan Newbold2018-09-111-3/+3
|
* Merge branch 'autoaccept' into http-verbsBryan Newbold2018-09-071-0/+41
|\ | | | | | | | | | | | | | | | | Started resolving conflicts in: TODO notes/cloud_instances.txt rust/fatcat-api/README.md rust/src/api_server.rs
| * minimal autoaccept testsBryan Newbold2018-08-301-0/+41
| |
* | skeleton create/delete endpoints for worksBryan Newbold2018-09-061-0/+65
|/ | | | Other entities just stubs
* trivial implementation of core_id field on releasesBryan Newbold2018-08-141-0/+1
|
* quick test for expand behaviorBryan Newbold2018-07-251-0/+11
|
* actually ON CONFLICT abstract creation (and test)Bryan Newbold2018-07-251-0/+21
|
* abstracts; more testsBryan Newbold2018-07-251-6/+49
|
* more external ident handlingBryan Newbold2018-07-251-5/+210
|
* partial implementation of new API featuresBryan Newbold2018-07-241-3/+2
|
* oops, forgot revisions should be UUIDBryan Newbold2018-07-201-0/+11
|
* at least some rust editor/group testBryan Newbold2018-07-201-0/+35
|
* editor_id and editgroup_id as idents; revisions as raw UUIDBryan Newbold2018-07-202-9/+20
|
* more fcid testsBryan Newbold2018-07-201-0/+4
|
* rust: base32 encoded identsBryan Newbold2018-07-202-26/+58
|
* generic changelog endpointsBryan Newbold2018-06-301-2/+19
|
* respect more flag for stats endpointBryan Newbold2018-06-301-0/+5
|
* add remaining history endpointsBryan Newbold2018-06-301-2/+1
|
* history for container entitiesBryan Newbold2018-06-301-0/+56
|
* auto-create works for releasesBryan Newbold2018-06-281-0/+15
| | | | | | | If a work_id isn't supplied, create a new work and link it. Note that the work_id doesn't get passed back in the response, only the release_id.
* handle UUID errors as HTTP 400Bryan Newbold2018-06-201-0/+39
|
* consistent volume/issue/pages orderingBryan Newbold2018-06-191-1/+1
|
* implement (most) of stats endpointBryan Newbold2018-06-191-0/+11
|
* implement reverse lookupsBryan Newbold2018-06-171-0/+35
|
* more consistent example dataBryan Newbold2018-06-171-1/+1
|
* update rust/api for schema extensionsBryan Newbold2018-06-041-5/+8
|
* renumber dummy/example entitiesBryan Newbold2018-05-281-14/+14
|
* batch POST methodsBryan Newbold2018-05-271-0/+16
|
* tweak schema (api and sql)Bryan Newbold2018-05-261-2/+2
|
* return all edits for an editgroup GETBryan Newbold2018-05-251-0/+10
|
* extra_json in POSTBryan Newbold2018-05-251-3/+8
|
* more POST testsBryan Newbold2018-05-251-1/+89
|
* refactor tests (much cleaner)Bryan Newbold2018-05-251-171/+193
|
* file_releaseBryan Newbold2018-05-251-1/+40
|
* refs and contribsBryan Newbold2018-05-251-0/+60
|
* WIP on API spec improvementsBryan Newbold2018-05-241-13/+23
| | | | Fixes a bunch of i64/i32/isize stuff
* basic test for editgroup acceptBryan Newbold2018-05-241-3/+70
|
* get_or_create_editgroup() helper for POSTsBryan Newbold2018-05-241-0/+23
|
* fix identifier lookupsBryan Newbold2018-05-241-0/+24
|
* rust fmtBryan Newbold2018-05-241-9/+11
|
* first crude testBryan Newbold2018-05-241-0/+27