aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/api_server.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* handle UUID errors as HTTP 400Bryan Newbold2018-06-201-2/+6
|
* consistent volume/issue/pages orderingBryan Newbold2018-06-191-3/+3
|
* implement more of stats endpointBryan Newbold2018-06-191-7/+53
|
* implement (most) of stats endpointBryan Newbold2018-06-191-3/+56
|
* satisfy rustfmtBryan Newbold2018-06-191-1/+2
|
* implement reverse lookupsBryan Newbold2018-06-171-9/+80
|
* update rust/api for schema extensionsBryan Newbold2018-06-041-17/+39
|
* refactor editing handlers (fixes 400 errors)Bryan Newbold2018-05-281-19/+20
|
* refactor to more ergonomic operation namesBryan Newbold2018-05-281-118/+139
|
* batch POST methodsBryan Newbold2018-05-271-50/+149
|
* swagger spec: body -> entityBryan Newbold2018-05-271-47/+47
|
* refactor editgroup getBryan Newbold2018-05-261-69/+51
|
* even more refactoringBryan Newbold2018-05-261-290/+186
|
* more refactoring in progressBryan Newbold2018-05-261-93/+69
|
* more refactoringBryan Newbold2018-05-261-245/+253
|
* start some refactoringBryan Newbold2018-05-261-67/+56
|
* tweak schema (api and sql)Bryan Newbold2018-05-261-22/+37
|
* return all edits for an editgroup GETBryan Newbold2018-05-251-21/+112
|
* extra_json in POSTBryan Newbold2018-05-251-16/+20
|
* fix date on releaseBryan Newbold2018-05-251-7/+6
|
* index for contribsBryan Newbold2018-05-251-7/+4
|
* refactor tests (much cleaner)Bryan Newbold2018-05-251-2/+1
|
* file_releaseBryan Newbold2018-05-251-20/+70
|
* refs and contribsBryan Newbold2018-05-251-7/+107
|
* edit lists, refs, contribsBryan Newbold2018-05-251-0/+6
|
* include container_id relationBryan Newbold2018-05-241-8/+8
|
* extra_json in SQL schema and implementationBryan Newbold2018-05-241-0/+14
|
* end-to-end extra_json exampleBryan Newbold2018-05-241-2/+3
|
* update codegen and hack-fix testsBryan Newbold2018-05-241-10/+9
|
* WIP on API spec improvementsBryan Newbold2018-05-241-44/+48
| | | | Fixes a bunch of i64/i32/isize stuff
* fix release insert SQLBryan Newbold2018-05-241-3/+3
|
* editgroup accept functionBryan Newbold2018-05-241-12/+11
|
* get_or_create_editgroup() helper for POSTsBryan Newbold2018-05-241-15/+26
|
* fix identifier lookupsBryan Newbold2018-05-241-4/+4
|
* add state param generationBryan Newbold2018-05-241-9/+9
|
* clean up unused macro etc warningsBryan Newbold2018-05-241-2/+2
|
* fix editgroup_id changeBryan Newbold2018-05-241-9/+9
|
* rust fmtBryan Newbold2018-05-241-24/+70
|
* squelch unused variable nitBryan Newbold2018-05-241-1/+1
|
* editgroup postBryan Newbold2018-05-171-6/+19
|
* more entity POSTs (hacky)Bryan Newbold2018-05-161-36/+145
|
* lookup handlersBryan Newbold2018-05-161-104/+154
|
* progressBryan Newbold2018-05-161-129/+129
|
* implement simplifications and more GETsBryan Newbold2018-05-161-24/+89
|
* fmtBryan Newbold2018-05-151-9/+9
|
* refactor error handlingBryan Newbold2018-05-151-67/+132
|
* fix response namesBryan Newbold2018-05-151-24/+25
|
* basic error/response handlingBryan Newbold2018-05-151-82/+127
|
* fmtBryan Newbold2018-05-151-27/+15
|
* progress on insertsBryan Newbold2018-05-151-29/+44
| | | | Using a huge sql_query() to do raw multi-table inserts for now.