aboutsummaryrefslogtreecommitdiffstats
path: root/rust/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* implement new controlled vocabulariesBryan Newbold2018-11-142-14/+47
|
* disable breaking CI testBryan Newbold2018-11-142-3/+6
| | | | | See commit comment for details; a problem with gitlab CI and setup() function, not the test in particular. Grump.
* fix date/datetime confusion on rust/API sideBryan Newbold2018-11-141-0/+66
| | | | | | Should have dug in to this earlier; python code was getting confused. This is a breaking API change, from a practical standpoint, as both python and rust code had been hacked to work around this.
* rustfmtBryan Newbold2018-11-144-59/+105
|
* try slowing down rust tests to fix socket collisionBryan Newbold2018-11-131-0/+3
|
* remove neadless second basic api client testBryan Newbold2018-11-131-10/+0
|
* another old python test (doesn't merge)Bryan Newbold2018-11-131-0/+83
|
* start porting old python testsBryan Newbold2018-11-131-0/+148
|
* fiddle with test helper functionsBryan Newbold2018-11-133-145/+180
|
* start using client in some testsBryan Newbold2018-11-132-0/+65
|
* 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
|