aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/api_entity_crud.rs
Commit message (Collapse)AuthorAgeFilesLines
* implement hide flagBryan Newbold2018-11-261-60/+79
|
* enforce some controlled vocabularies in APIBryan Newbold2018-11-141-0/+10
|
* fix date/datetime confusion on rust/API sideBryan Newbold2018-11-141-5/+2
| | | | | | 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, and implement schema tweaksBryan Newbold2018-09-221-69/+39
|
* more subtle local ident check in release.db_expand()Bryan Newbold2018-09-111-4/+4
|
* implement new editgroup_id behaviorBryan Newbold2018-09-111-29/+8
|
* refactor entity get and 'expansion'Bryan Newbold2018-09-111-5/+32
|
* finish fatcat-api => fatcat-api-spec refactorBryan Newbold2018-09-111-1/+1
|
* new rustfmtBryan Newbold2018-09-111-9/+14
|
* rust clippy (lint) tweaksBryan Newbold2018-09-111-6/+6
|
* many small API cleanupsBryan Newbold2018-09-101-57/+25
| | | | | | - use FatCatId much more often (though not everywhere yet) - more consistent types - remove redundant error handling code in wrappers
* continue CRUD refactor, removing CUD handlersBryan Newbold2018-09-101-8/+0
| | | | | | | | Can't remove the "get" handlers because of the expand parameter, which is only implemented for releases and in the handler (not in the CRUD trait, yet). Also didn't do the batch handler stuff yet.
* squelch unused macro warningBryan Newbold2018-09-101-0/+2
|
* database_entity_crud -> api_entity_crudBryan Newbold2018-09-101-0/+1145