Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rust 2018 edition! | Bryan Newbold | 2019-01-08 | 1 | -134/+133 |
| | | | | Only the basics to get things to compile/test again in this commit. | ||||
* | rust fmt | Bryan Newbold | 2018-12-31 | 1 | -6/+2 |
| | |||||
* | make editor_id optional when createding editgroup | Bryan Newbold | 2018-12-31 | 1 | -0/+33 |
| | | | | The editor_id can be infered from auth metadata. | ||||
* | 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 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | implement hide flag | Bryan Newbold | 2018-11-26 | 1 | -3/+13 |
| | |||||
* | 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 | 1 | -10/+43 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | fiddle with test helper functions | Bryan Newbold | 2018-11-13 | 1 | -121/+113 |
| | |||||
* | start using client in some tests | Bryan Newbold | 2018-11-13 | 1 | -0/+1034 |