Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add superuser role/flag | Bryan Newbold | 2019-01-04 | 1 | -3/+3 |
| | |||||
* | rust fmt | Bryan Newbold | 2018-12-31 | 2 | -10/+3 |
| | |||||
* | make editor_id optional when createding editgroup | Bryan Newbold | 2018-12-31 | 2 | -2/+38 |
| | | | | The editor_id can be infered from auth metadata. | ||||
* | crude admin auth in tests | Bryan Newbold | 2018-12-31 | 4 | -21/+69 |
| | |||||
* | tests: disable client tests | Bryan Newbold | 2018-12-31 | 2 | -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 checks | Bryan Newbold | 2018-12-31 | 1 | -7/+5 |
| | |||||
* | include unwrap() in tests | Bryan Newbold | 2018-12-29 | 1 | -1/+1 |
| | |||||
* | basic auth unittests | Bryan Newbold | 2018-12-28 | 1 | -0/+48 |
| | |||||
* | rust impl last webcapture schema tweaks | Bryan Newbold | 2018-12-26 | 1 | -1/+1 |
| | |||||
* | most basic fileset/web access tests | Bryan Newbold | 2018-12-26 | 1 | -1/+182 |
| | |||||
* | remove unused postgres-backed stats stuff | Bryan Newbold | 2018-12-24 | 1 | -20/+0 |
| | | | | Will replace with elasticsearch-based dash in webface | ||||
* | rust impl of API harmonization | Bryan Newbold | 2018-12-24 | 2 | -4/+4 |
| | |||||
* | implement release_year (and rustfmt) | Bryan Newbold | 2018-12-24 | 1 | -0/+76 |
| | |||||
* | verify checksum against regexes | Bryan Newbold | 2018-12-21 | 1 | -2/+11 |
| | |||||
* | lookups impl | Bryan Newbold | 2018-12-14 | 1 | -1/+151 |
| | |||||
* | new rustfmt (1.31) | Bryan Newbold | 2018-12-14 | 1 | -14/+13 |
| | |||||
* | skeleton out new schema features | Bryan Newbold | 2018-12-13 | 1 | -4/+8 |
| | |||||
* | rustfmt | Bryan Newbold | 2018-12-13 | 1 | -1/+5 |
| | |||||
* | implement hide flag | Bryan Newbold | 2018-11-26 | 2 | -5/+15 |
| | |||||
* | add (disabled) test that invalid fields should error | Bryan Newbold | 2018-11-14 | 1 | -0/+16 |
| | |||||
* | implement new controlled vocabularies | Bryan Newbold | 2018-11-14 | 2 | -14/+47 |
| | |||||
* | disable breaking CI test | Bryan Newbold | 2018-11-14 | 2 | -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 side | Bryan Newbold | 2018-11-14 | 1 | -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. | ||||
* | rustfmt | Bryan Newbold | 2018-11-14 | 4 | -59/+105 |
| | |||||
* | try slowing down rust tests to fix socket collision | Bryan Newbold | 2018-11-13 | 1 | -0/+3 |
| | |||||
* | remove neadless second basic api client test | Bryan Newbold | 2018-11-13 | 1 | -10/+0 |
| | |||||
* | another old python test (doesn't merge) | Bryan Newbold | 2018-11-13 | 1 | -0/+83 |
| | |||||
* | start porting old python tests | Bryan Newbold | 2018-11-13 | 1 | -0/+148 |
| | |||||
* | fiddle with test helper functions | Bryan Newbold | 2018-11-13 | 3 | -145/+180 |
| | |||||
* | start using client in some tests | Bryan Newbold | 2018-11-13 | 2 | -0/+65 |
| | |||||
* | finish fatcat-api => fatcat-api-spec refactor | Bryan Newbold | 2018-09-11 | 1 | -3/+3 |
| | |||||
* | Merge branch 'autoaccept' into http-verbs | Bryan Newbold | 2018-09-07 | 1 | -0/+41 |
|\ | | | | | | | | | | | | | | | | | Started resolving conflicts in: TODO notes/cloud_instances.txt rust/fatcat-api/README.md rust/src/api_server.rs | ||||
| * | minimal autoaccept tests | Bryan Newbold | 2018-08-30 | 1 | -0/+41 |
| | | |||||
* | | skeleton create/delete endpoints for works | Bryan Newbold | 2018-09-06 | 1 | -0/+65 |
|/ | | | | Other entities just stubs | ||||
* | trivial implementation of core_id field on releases | Bryan Newbold | 2018-08-14 | 1 | -0/+1 |
| | |||||
* | quick test for expand behavior | Bryan Newbold | 2018-07-25 | 1 | -0/+11 |
| | |||||
* | actually ON CONFLICT abstract creation (and test) | Bryan Newbold | 2018-07-25 | 1 | -0/+21 |
| | |||||
* | abstracts; more tests | Bryan Newbold | 2018-07-25 | 1 | -6/+49 |
| | |||||
* | more external ident handling | Bryan Newbold | 2018-07-25 | 1 | -5/+210 |
| | |||||
* | partial implementation of new API features | Bryan Newbold | 2018-07-24 | 1 | -3/+2 |
| | |||||
* | oops, forgot revisions should be UUID | Bryan Newbold | 2018-07-20 | 1 | -0/+11 |
| | |||||
* | at least some rust editor/group test | Bryan Newbold | 2018-07-20 | 1 | -0/+35 |
| | |||||
* | editor_id and editgroup_id as idents; revisions as raw UUID | Bryan Newbold | 2018-07-20 | 2 | -9/+20 |
| | |||||
* | more fcid tests | Bryan Newbold | 2018-07-20 | 1 | -0/+4 |
| | |||||
* | rust: base32 encoded idents | Bryan Newbold | 2018-07-20 | 2 | -26/+58 |
| | |||||
* | generic changelog endpoints | Bryan Newbold | 2018-06-30 | 1 | -2/+19 |
| | |||||
* | respect more flag for stats endpoint | Bryan Newbold | 2018-06-30 | 1 | -0/+5 |
| | |||||
* | add remaining history endpoints | Bryan Newbold | 2018-06-30 | 1 | -2/+1 |
| | |||||
* | history for container entities | Bryan Newbold | 2018-06-30 | 1 | -0/+56 |
| | |||||
* | auto-create works for releases | Bryan Newbold | 2018-06-28 | 1 | -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. |