Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rust fmt | Bryan Newbold | 2018-12-31 | 1 | -4/+1 |
| | |||||
* | make editor_id optional when createding editgroup | Bryan Newbold | 2018-12-31 | 1 | -2/+5 |
| | | | | The editor_id can be infered from auth metadata. | ||||
* | crude admin auth in tests | Bryan Newbold | 2018-12-31 | 1 | -10/+18 |
| | |||||
* | tests: disable client tests | Bryan Newbold | 2018-12-31 | 1 | -22/+23 |
| | | | | | | | | | | | | 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. | ||||
* | rust impl of API harmonization | Bryan Newbold | 2018-12-24 | 1 | -3/+3 |
| | |||||
* | 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 | 1 | -2/+2 |
| | |||||
* | implement new controlled vocabularies | Bryan Newbold | 2018-11-14 | 1 | -4/+4 |
| | |||||
* | disable breaking CI test | Bryan Newbold | 2018-11-14 | 1 | -0/+6 |
| | | | | | See commit comment for details; a problem with gitlab CI and setup() function, not the test in particular. Grump. | ||||
* | rustfmt | Bryan Newbold | 2018-11-14 | 1 | -45/+96 |
| | |||||
* | 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 |