aboutsummaryrefslogtreecommitdiffstats
path: root/rust/tests
Commit message (Collapse)AuthorAgeFilesLines
* rust 2018 edition!Bryan Newbold2019-01-083-139/+136
| | | | Only the basics to get things to compile/test again in this commit.
* squelch more build warningsBryan Newbold2019-01-081-1/+0
|
* integrate pg_tmp into testsBryan Newbold2019-01-081-0/+1
|
* pg_tmp: hack to find pg binaries on debian/ubuntuBryan Newbold2019-01-081-0/+2
|
* add pg_tmp.shBryan Newbold2019-01-081-0/+131
| | | | | | Unmodified, as downloaded from: https://bitbucket.org/eradman/ephemeralpg/raw/08896d00f50f7c1d1e8c851f9598fc7f7ddb675a/pg_tmp.sh
* squelch more test warningsBryan Newbold2019-01-082-1/+5
|
* rust fmtBryan Newbold2019-01-081-1/+2
|
* iterate on macaroon time caveat namesBryan Newbold2019-01-081-2/+1
|
* add superuser role/flagBryan Newbold2019-01-041-3/+3
|
* rust fmtBryan Newbold2018-12-312-10/+3
|
* make editor_id optional when createding editgroupBryan Newbold2018-12-312-2/+38
| | | | The editor_id can be infered from auth metadata.
* crude admin auth in testsBryan Newbold2018-12-314-21/+69
|
* tests: disable client testsBryan Newbold2018-12-312-23/+25
| | | | | | | | | | | | But un-comments a bunch of code (and fixes type bugs with that). Something about calling iron::http() has broken, such that the call blocks. I thought it might be a port thing, but doesn't seem like it. Presumably this is what was causing problems with the "old_python_tests" second test previously. For now, just disabling; these integration-level tests best done from python anyways.
* rustfmt; implement role-based auth checksBryan Newbold2018-12-311-7/+5
|
* include unwrap() in testsBryan Newbold2018-12-291-1/+1
|
* basic auth unittestsBryan Newbold2018-12-281-0/+48
|
* 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
|