aboutsummaryrefslogtreecommitdiffstats
path: root/rust/tests
Commit message (Collapse)AuthorAgeFilesLines
* rust impl last webcapture schema tweaksBryan Newbold2018-12-261-1/+1
|
* most basic fileset/web access testsBryan Newbold2018-12-261-1/+182
|
* remove unused postgres-backed stats stuffBryan Newbold2018-12-241-20/+0
| | | | Will replace with elasticsearch-based dash in webface
* rust impl of API harmonizationBryan Newbold2018-12-242-4/+4
|
* implement release_year (and rustfmt)Bryan Newbold2018-12-241-0/+76
|
* verify checksum against regexesBryan Newbold2018-12-211-2/+11
|
* lookups implBryan Newbold2018-12-141-1/+151
|
* new rustfmt (1.31)Bryan Newbold2018-12-141-14/+13
|
* skeleton out new schema featuresBryan Newbold2018-12-131-4/+8
|
* rustfmtBryan Newbold2018-12-131-1/+5
|
* implement hide flagBryan Newbold2018-11-262-5/+15
|
* add (disabled) test that invalid fields should errorBryan Newbold2018-11-141-0/+16
|
* 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
|