aboutsummaryrefslogtreecommitdiffstats
path: root/rust/tests/test_api_server_http.rs
Commit message (Collapse)AuthorAgeFilesLines
* rust: implement content_scopeBryan Newbold2021-11-171-0/+3
|
* rust: partial test coverage of schema changesBryan Newbold2021-10-131-2/+32
|
* rustfmtBryan Newbold2020-11-191-1/+4
|
* fix 'releases' tests (to release_ids)Bryan Newbold2019-05-211-3/+3
|
* make some XXX into TODOBryan Newbold2019-05-201-1/+1
|
* rust impl endpoint changesBryan Newbold2019-05-141-108/+46
|
* rust: fix ark lookup (new example id)Bryan Newbold2019-05-131-1/+1
|
* get tests passing with extid changesBryan Newbold2019-05-101-26/+90
|
* basic given_name/surname in API hitBryan Newbold2019-05-091-0/+2
|
* rust: API lower-cases DOI lookupsBryan Newbold2019-04-181-0/+11
|
* impl cdx timestamps as datetimeBryan Newbold2019-01-181-1/+1
|
* fix autoaccept testBryan Newbold2019-01-181-2/+2
|
* add test for parameter parsingBryan Newbold2019-01-171-0/+83
|
* minimal crude rust tests for new endpointsBryan Newbold2019-01-111-0/+150
|
* refactor editgroup creation in test_api_server_httpBryan Newbold2019-01-111-39/+24
|
* refactor: FatCatId -> FatcatIdBryan Newbold2019-01-091-71/+143
|
* fix a bunch of test issuesBryan Newbold2019-01-091-76/+77
| | | | | I previously was only running a single test locally; oops! CI caught them.
* rust impl required editgroup_idBryan Newbold2019-01-091-12/+48
|
* start removing active editgroup codeBryan Newbold2019-01-091-35/+37
|
* refactor to have consistent db conn argument orderBryan Newbold2019-01-091-8/+8
| | | | 'conn' parameter always comes first.
* huge refactor of rust modules/filesBryan Newbold2019-01-081-8/+2
| | | | | | Taking advantage of new Rust 2018 crate/module path changes, and re-organizing things. Somewhat optimistic this could help with partial rebuild speed also.
* rust 2018 edition!Bryan Newbold2019-01-081-134/+133
| | | | Only the basics to get things to compile/test again in this commit.
* 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