| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update HACKING with new file names | Bryan Newbold | 2019-01-09 | 1 | -3/+3 |
| | | |||||
| * | rename diesel migrations folder name | Bryan Newbold | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | add auth/check endpoint | Bryan Newbold | 2019-01-07 | 1 | -0/+9 |
| | | |||||
| * | bit of auth docs | Bryan Newbold | 2018-12-31 | 1 | -0/+4 |
| | | |||||
| * | refactor fatcat-api => fatcat-api-spec | Bryan Newbold | 2018-09-11 | 1 | -2/+3 |
| | | |||||
| * | database_entity_crud -> api_entity_crud | Bryan Newbold | 2018-09-10 | 1 | -2/+2 |
| | | |||||
| * | major CRUD refactor | Bryan Newbold | 2018-09-07 | 1 | -0/+34 |
| | | | | | | | | | | | | | | | | This is the start of a large refactor to move all entity CRUD (create, read, update, delete) model/database code into it's own file. HACKING has been updated with an overview of what happens in each file. Next steps: - split rev (and sub-table) insertion in to db_rev_insert and make create/update generic - inserts should be batch (vector) by default - move all other entities into this new trait framework - bypass api_server wrappers and call into CRUD from api_wrappers for entity ops (should be a big cleanup) | ||||
| * | split/move docs around | Bryan Newbold | 2018-08-24 | 1 | -0/+24 |
