Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix order of entity update | Bryan Newbold | 2018-12-20 | 1 | -17/+20 |
* | disallow self-redirects | Bryan Newbold | 2018-12-20 | 1 | -4/+13 |
* | enforce no-recursive-redirects | Bryan Newbold | 2018-12-20 | 1 | -12/+39 |
* | allow deletion of redirect-to-deletion | Bryan Newbold | 2018-12-20 | 2 | -2/+3 |
* | many redirect implementations | Bryan Newbold | 2018-12-14 | 5 | -38/+272 |
* | better return status for some error conditions | Bryan Newbold | 2018-12-14 | 3 | -13/+31 |
* | lookups impl | Bryan Newbold | 2018-12-14 | 2 | -30/+85 |
* | new rustfmt (1.31) | Bryan Newbold | 2018-12-14 | 5 | -63/+114 |
* | skeleton out new schema features | Bryan Newbold | 2018-12-13 | 4 | -71/+485 |
* | implement hide flag | Bryan Newbold | 2018-11-26 | 5 | -105/+227 |
* | enforce some controlled vocabularies in API | Bryan Newbold | 2018-11-14 | 4 | -0/+128 |
* | fix date/datetime confusion on rust/API side | Bryan Newbold | 2018-11-14 | 1 | -5/+2 |
* | rustfmt, and implement schema tweaks | Bryan Newbold | 2018-09-22 | 6 | -105/+75 |
* | squelch diesel macro warnings | Bryan Newbold | 2018-09-18 | 2 | -0/+4 |
* | fatcat-export rustfmt | Bryan Newbold | 2018-09-17 | 1 | -28/+50 |
* | re-generate database_schema.rs | Bryan Newbold | 2018-09-17 | 1 | -23/+23 |
* | fix CHECK clauses | Bryan Newbold | 2018-09-17 | 1 | -15/+15 |
* | remove is_not_null redundant lookup conditions | Bryan Newbold | 2018-09-15 | 1 | -12/+0 |
* | switch to new null (not \N) dump format | Bryan Newbold | 2018-09-13 | 1 | -4/+4 |
* | fix rust in-line tests, and parse_line takes ref | Bryan Newbold | 2018-09-12 | 2 | -7/+7 |
* | improvements to fatcat-export output | Bryan Newbold | 2018-09-11 | 1 | -24/+65 |
* | improvements to fatcat-export | Bryan Newbold | 2018-09-11 | 1 | -28/+77 |
* | use idiomatic from_str for ExpandFlags | Bryan Newbold | 2018-09-11 | 2 | -14/+18 |
* | more subtle local ident check in release.db_expand() | Bryan Newbold | 2018-09-11 | 1 | -4/+4 |
* | first pass fast export | Bryan Newbold | 2018-09-11 | 2 | -1/+162 |
* | implement new editgroup_id behavior | Bryan Newbold | 2018-09-11 | 4 | -59/+52 |
* | refactor entity get and 'expansion' | Bryan Newbold | 2018-09-11 | 3 | -81/+64 |
* | derive PartialEq for FatCatId | Bryan Newbold | 2018-09-11 | 1 | -1/+1 |
* | add ExpandFlags type | Bryan Newbold | 2018-09-11 | 1 | -0/+72 |
* | finish fatcat-api => fatcat-api-spec refactor | Bryan Newbold | 2018-09-11 | 7 | -14/+14 |
* | new rustfmt | Bryan Newbold | 2018-09-11 | 2 | -26/+35 |
* | rust clippy (lint) tweaks | Bryan Newbold | 2018-09-11 | 4 | -14/+15 |
* | use JSONB over JSON | Bryan Newbold | 2018-09-10 | 1 | -13/+13 |
* | many small API cleanups | Bryan Newbold | 2018-09-10 | 5 | -193/+148 |
* | continue CRUD refactor, removing CUD handlers | Bryan Newbold | 2018-09-10 | 4 | -276/+60 |
* | squelch unused macro warning | Bryan Newbold | 2018-09-10 | 1 | -0/+2 |
* | database_entity_crud -> api_entity_crud | Bryan Newbold | 2018-09-10 | 4 | -3/+3 |
* | generic edit accept, and per-row variant | Bryan Newbold | 2018-09-09 | 2 | -44/+158 |
* | api_server: give up and use star schema import | Bryan Newbold | 2018-09-09 | 1 | -6/+1 |
* | parallelize abstracts insertion | Bryan Newbold | 2018-09-09 | 1 | -15/+20 |
* | TODO and comment | Bryan Newbold | 2018-09-07 | 1 | -1/+0 |
* | fixes after autoaccept merge | Bryan Newbold | 2018-09-07 | 4 | -49/+41 |
* | fmt | Bryan Newbold | 2018-09-07 | 5 | -207/+364 |
* | Merge branch 'autoaccept' into http-verbs | Bryan Newbold | 2018-09-07 | 2 | -3/+34 |
|\ | |||||
| * | editgroup IDs are fcid, not uuid | Bryan Newbold | 2018-08-30 | 1 | -1/+1 |
| * | editgroup parameter for batch inserts | Bryan Newbold | 2018-08-30 | 2 | -6/+21 |
| * | implement autoaccept | Bryan Newbold | 2018-08-20 | 2 | -20/+46 |
* | | fix/replace a lot of expect() calls | Bryan Newbold | 2018-09-07 | 2 | -47/+46 |
* | | mostly done with CRUD refactor | Bryan Newbold | 2018-09-07 | 3 | -625/+745 |
* | | batch inserts by default | Bryan Newbold | 2018-09-07 | 3 | -27/+95 |