aboutsummaryrefslogtreecommitdiffstats
path: root/rust/tests/test_api_server_http.rs
Commit message (Expand)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
* 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
* huge refactor of rust modules/filesBryan Newbold2019-01-081-8/+2
* rust 2018 edition!Bryan Newbold2019-01-081-134/+133
* rust fmtBryan Newbold2018-12-311-6/+2
* make editor_id optional when createding editgroupBryan Newbold2018-12-311-0/+33
* 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
* 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
* 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