aboutsummaryrefslogtreecommitdiffstats
path: root/rust/tests/test_api_server_http.rs
Commit message (Collapse)AuthorAgeFilesLines
* rust fmtBryan Newbold2018-12-311-6/+2
|
* make editor_id optional when createding editgroupBryan Newbold2018-12-311-0/+33
| | | | The editor_id can be infered from auth metadata.
* 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-241-1/+1
|
* 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
|
* implement hide flagBryan Newbold2018-11-261-3/+13
|
* add (disabled) test that invalid fields should errorBryan Newbold2018-11-141-0/+16
|
* implement new controlled vocabulariesBryan Newbold2018-11-141-10/+43
|
* 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-141-1/+1
|
* fiddle with test helper functionsBryan Newbold2018-11-131-121/+113
|
* start using client in some testsBryan Newbold2018-11-131-0/+1034