Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | endpoint change notes | Bryan Newbold | 2019-05-14 | 1 | -0/+79 |
| | |||||
* | rust impl endpoint changes | Bryan Newbold | 2019-05-14 | 6 | -285/+211 |
| | |||||
* | rust codegen | Bryan Newbold | 2019-05-14 | 10 | -2492/+2151 |
| | |||||
* | api spec: refactor entity mutation endpoints | Bryan Newbold | 2019-05-14 | 1 | -329/+308 |
| | |||||
* | python impl | Bryan Newbold | 2019-05-14 | 16 | -66/+66 |
| | |||||
* | python codegen | Bryan Newbold | 2019-05-14 | 21 | -46/+1865 |
| | |||||
* | rust codegen and impl | Bryan Newbold | 2019-05-14 | 7 | -443/+494 |
| | |||||
* | api schema: better class names | Bryan Newbold | 2019-05-14 | 1 | -130/+144 |
| | |||||
* | commit some proposals (impl in progress) | Bryan Newbold | 2019-05-14 | 2 | -0/+229 |
| | |||||
* | rust: fill in missing extid checkers | Bryan Newbold | 2019-05-13 | 3 | -19/+251 |
| | |||||
* | python: use new example ark | Bryan Newbold | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | python: impl size_bytes -> size | Bryan Newbold | 2019-05-13 | 3 | -7/+7 |
| | |||||
* | rust: fix ark lookup (new example id) | Bryan Newbold | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | sql schema: more test/demo helpers in new schema | Bryan Newbold | 2019-05-13 | 1 | -1/+18 |
| | |||||
* | remove no-longer-necessary cast | Bryan Newbold | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | rust: size_bytes -> size | Bryan Newbold | 2019-05-13 | 1 | -2/+2 |
| | |||||
* | codegen size_bytes -> size | Bryan Newbold | 2019-05-13 | 6 | -32/+31 |
| | |||||
* | webcapture size_bytes -> size | Bryan Newbold | 2019-05-13 | 1 | -2/+2 |
| | | | | For consistency with file, fileset | ||||
* | rework release view identifiers, subtitle, other new schema | Bryan Newbold | 2019-05-13 | 1 | -15/+43 |
| | |||||
* | webface: show webcapture size | Bryan Newbold | 2019-05-13 | 1 | -1/+2 |
| | |||||
* | importer code updates | Bryan Newbold | 2019-05-13 | 7 | -4/+42 |
| | |||||
* | fix python api_releases test (date comparison) | Bryan Newbold | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | rust: fix subtitle/original_title typo | Bryan Newbold | 2019-05-13 | 3 | -6/+115 |
| | |||||
* | python tests passing (release_stage, ext_ids) | Bryan Newbold | 2019-05-13 | 11 | -48/+54 |
| | |||||
* | partial python impl of ext_id and release_stage refactors | Bryan Newbold | 2019-05-13 | 10 | -70/+86 |
| | |||||
* | update example release JSON to new schema (ext_id, release_stage) | Bryan Newbold | 2019-05-13 | 2 | -11/+11 |
| | |||||
* | rust: fix creator field order mangling | Bryan Newbold | 2019-05-13 | 1 | -4/+4 |
| | | | | | It's sort of disturbing that this sort of typo/bug can have an actual runtime impact. (struct field order must match schema order) | ||||
* | python codegen | Bryan Newbold | 2019-05-13 | 9 | -196/+649 |
| | |||||
* | add a rust test for extid table UNIQ | Bryan Newbold | 2019-05-10 | 1 | -0/+37 |
| | |||||
* | get tests passing with extid changes | Bryan Newbold | 2019-05-10 | 2 | -27/+91 |
| | |||||
* | basic impl of extid changes | Bryan Newbold | 2019-05-10 | 5 | -108/+191 |
| | |||||
* | drop back down to 32 column diesel mode | Bryan Newbold | 2019-05-10 | 1 | -1/+1 |
| | |||||
* | codegen extid changes (rust) | Bryan Newbold | 2019-05-10 | 9 | -178/+216 |
| | |||||
* | schema: move release ext_ids to their own table and sub-entity | Bryan Newbold | 2019-05-10 | 3 | -37/+70 |
| | | | | | Some identifiers are kept on the main release_rev table to minimize impact to the existing database. | ||||
* | impl withdrawn_status | Bryan Newbold | 2019-05-10 | 7 | -13/+13 |
| | |||||
* | schema: withdrawn_state -> withdrawn_status | Bryan Newbold | 2019-05-10 | 3 | -3/+3 |
| | |||||
* | remove accidental index comments | Bryan Newbold | 2019-05-10 | 1 | -2/+2 |
| | |||||
* | basic given_name/surname in API hit | Bryan Newbold | 2019-05-09 | 1 | -0/+2 |
| | |||||
* | rust impl cdx extra_json removal | Bryan Newbold | 2019-05-09 | 7 | -23/+1 |
| | |||||
* | revert webcapture CDX extra_json | Bryan Newbold | 2019-05-09 | 3 | -7/+2 |
| | | | | Keep things simpler until needed. | ||||
* | revet/run both migrations in rust tests | Bryan Newbold | 2019-05-09 | 1 | -0/+2 |
| | |||||
* | initial API schema rust impl | Bryan Newbold | 2019-05-09 | 3 | -40/+70 |
| | |||||
* | rust codegen | Bryan Newbold | 2019-05-09 | 9 | -10/+203 |
| | |||||
* | extent release_date codegen hack to withdrawn_date | Bryan Newbold | 2019-05-09 | 1 | -0/+1 |
| | |||||
* | API schema changes (matching recent SQL) | Bryan Newbold | 2019-05-09 | 1 | -1/+40 |
| | |||||
* | basic impl of new SQL schema in rust code (not wired to API) | Bryan Newbold | 2019-05-08 | 3 | -19/+71 |
| | |||||
* | codegen diesel rust schema | Bryan Newbold | 2019-05-08 | 2 | -2/+14 |
| | | | | | | | | The number of fields on release_rev went over 32, so we need the (slow) 64 column feature of diesel. Might be possible to get back under that if we don't use some of these columns after all. | ||||
* | first draft of SQL schema changes | Bryan Newbold | 2019-05-08 | 2 | -0/+76 |
| | |||||
* | bump to v0.2.2v0.2.2 | Bryan Newbold | 2019-05-08 | 1 | -0/+2 |
| | |||||
* | update TODO | Bryan Newbold | 2019-05-08 | 1 | -0/+1 |
| |