Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | impl cdx timestamps as datetime | Bryan Newbold | 2019-01-18 | 1 | -1/+1 |
| | |||||
* | fix autoaccept test | Bryan Newbold | 2019-01-18 | 1 | -2/+2 |
| | |||||
* | add test for parameter parsing | Bryan Newbold | 2019-01-17 | 1 | -0/+83 |
| | |||||
* | minimal crude rust tests for new endpoints | Bryan Newbold | 2019-01-11 | 1 | -0/+150 |
| | |||||
* | refactor editgroup creation in test_api_server_http | Bryan Newbold | 2019-01-11 | 1 | -39/+24 |
| | |||||
* | refactor: FatCatId -> FatcatId | Bryan Newbold | 2019-01-09 | 1 | -71/+143 |
| | |||||
* | fix a bunch of test issues | Bryan Newbold | 2019-01-09 | 1 | -76/+77 |
| | | | | | I previously was only running a single test locally; oops! CI caught them. | ||||
* | rust impl required editgroup_id | Bryan Newbold | 2019-01-09 | 1 | -12/+48 |
| | |||||
* | start removing active editgroup code | Bryan Newbold | 2019-01-09 | 1 | -35/+37 |
| | |||||
* | refactor to have consistent db conn argument order | Bryan Newbold | 2019-01-09 | 1 | -8/+8 |
| | | | | 'conn' parameter always comes first. | ||||
* | huge refactor of rust modules/files | Bryan Newbold | 2019-01-08 | 1 | -8/+2 |
| | | | | | | Taking advantage of new Rust 2018 crate/module path changes, and re-organizing things. Somewhat optimistic this could help with partial rebuild speed also. | ||||
* | 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 |