Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add superuser role/flag | Bryan Newbold | 2019-01-04 | 1 | -0/+1 |
| | |||||
* | start to impl oidc auth | Bryan Newbold | 2019-01-03 | 1 | -0/+14 |
| | |||||
* | sql codegen and WIP on auth command | Bryan Newbold | 2018-12-27 | 1 | -0/+3 |
| | |||||
* | impl edit_id change | Bryan Newbold | 2018-12-26 | 1 | -7/+7 |
| | |||||
* | rust impl last webcapture schema tweaks | Bryan Newbold | 2018-12-26 | 1 | -2/+2 |
| | |||||
* | fileset/web basic implementation | Bryan Newbold | 2018-12-26 | 1 | -10/+153 |
| | | | | | | As well as small consistency and bugfix implementations. No new tests yet... | ||||
* | implement release_year (and rustfmt) | Bryan Newbold | 2018-12-24 | 1 | -0/+1 |
| | |||||
* | rustfmt, and implement schema tweaks | Bryan Newbold | 2018-09-22 | 1 | -4/+4 |
| | |||||
* | re-generate database_schema.rs | Bryan Newbold | 2018-09-17 | 1 | -23/+23 |
| | |||||
* | fix CHECK clauses | Bryan Newbold | 2018-09-17 | 1 | -15/+15 |
| | |||||
* | use JSONB over JSON | Bryan Newbold | 2018-09-10 | 1 | -13/+13 |
| | | | | | | Sort of an impulsive "why not" decision. From earlier tests, expect this to consume a few % more disk (but not index)... adds a lot more query flexibility if we want that in the future. Seems worth the price. | ||||
* | use index_val, not index, in SQL schema | Bryan Newbold | 2018-08-20 | 1 | -2/+2 |
| | |||||
* | trivial implementation of core_id field on releases | Bryan Newbold | 2018-08-14 | 1 | -0/+1 |
| | |||||
* | abstracts; more tests | Bryan Newbold | 2018-07-25 | 1 | -1/+1 |
| | |||||
* | partial implementation of new API features | Bryan Newbold | 2018-07-24 | 1 | -17/+58 |
| | |||||
* | editor_id and editgroup_id as idents; revisions as raw UUID | Bryan Newbold | 2018-07-20 | 1 | -28/+28 |
| | |||||
* | change release field order, and larger examples | Bryan Newbold | 2018-06-17 | 1 | -1/+1 |
| | |||||
* | update rust/api for schema extensions | Bryan Newbold | 2018-06-04 | 1 | -4/+15 |
| | |||||
* | tweak schema (api and sql) | Bryan Newbold | 2018-05-26 | 1 | -3/+8 |
| | |||||
* | return all edits for an editgroup GET | Bryan Newbold | 2018-05-25 | 1 | -10/+10 |
| | |||||
* | index for contribs | Bryan Newbold | 2018-05-25 | 1 | -1/+2 |
| | |||||
* | file_release | Bryan Newbold | 2018-05-25 | 1 | -1/+1 |
| | |||||
* | revision publish date as Date | Bryan Newbold | 2018-05-24 | 1 | -1/+1 |
| | |||||
* | extra_json in SQL schema and implementation | Bryan Newbold | 2018-05-24 | 1 | -0/+10 |
| | |||||
* | end-to-end extra_json example | Bryan Newbold | 2018-05-24 | 1 | -2/+1 |
| | |||||
* | update codegen and hack-fix tests | Bryan Newbold | 2018-05-24 | 1 | -2/+2 |
| | |||||
* | more i64 cleanup | Bryan Newbold | 2018-05-24 | 1 | -2/+3 |
| | |||||
* | WIP on API spec improvements | Bryan Newbold | 2018-05-24 | 1 | -0/+1 |
| | | | | Fixes a bunch of i64/i32/isize stuff | ||||
* | simplify SQL schema a bit | Bryan Newbold | 2018-05-16 | 1 | -3/+1 |
| | |||||
* | remove all extra_json for now | Bryan Newbold | 2018-05-15 | 1 | -10/+0 |
| | |||||
* | JSONB back to JSON, and skip for container_rev while debugging | Bryan Newbold | 2018-05-15 | 1 | -11/+10 |
| | |||||
* | update schema | Bryan Newbold | 2018-05-15 | 1 | -20/+19 |
| | |||||
* | regenerate full(er) database schema | Bryan Newbold | 2018-05-15 | 1 | -0/+191 |
| | |||||
* | commit older files | Bryan Newbold | 2018-05-14 | 1 | -0/+68 |