aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src
Commit message (Expand)AuthorAgeFilesLines
* fileset/web support for exportsBryan Newbold2018-12-261-0/+10
* most basic fileset/web access testsBryan Newbold2018-12-261-2/+2
* fileset/web basic implementationBryan Newbold2018-12-266-38/+928
* remove unused postgres-backed stats stuffBryan Newbold2018-12-242-98/+5
* rust impl of API harmonizationBryan Newbold2018-12-244-62/+62
* implement release_year (and rustfmt)Bryan Newbold2018-12-245-19/+46
* verify checksum against regexesBryan Newbold2018-12-215-20/+130
* clarify expand of non-concrete releaseBryan Newbold2018-12-211-2/+5
* expand files for target of redirectBryan Newbold2018-12-211-1/+6
* don't expand deleted entitiesBryan Newbold2018-12-211-0/+4
* allow expand creators in release getsBryan Newbold2018-12-211-0/+12
* test prev_rev behaviorBryan Newbold2018-12-211-3/+8
* more edit edgecases; editgroup status checkBryan Newbold2018-12-213-1/+22
* more state/edit edge case testsBryan Newbold2018-12-212-5/+63
* GET methods not in transactionsBryan Newbold2018-12-201-15/+15
* fix order of entity updateBryan Newbold2018-12-201-17/+20
* disallow self-redirectsBryan Newbold2018-12-201-4/+13
* enforce no-recursive-redirectsBryan Newbold2018-12-201-12/+39
* allow deletion of redirect-to-deletionBryan Newbold2018-12-202-2/+3
* many redirect implementationsBryan Newbold2018-12-145-38/+272
* better return status for some error conditionsBryan Newbold2018-12-143-13/+31
* lookups implBryan Newbold2018-12-142-30/+85
* new rustfmt (1.31)Bryan Newbold2018-12-145-63/+114
* skeleton out new schema featuresBryan Newbold2018-12-134-71/+485
* implement hide flagBryan Newbold2018-11-265-105/+227
* enforce some controlled vocabularies in APIBryan Newbold2018-11-144-0/+128
* fix date/datetime confusion on rust/API sideBryan Newbold2018-11-141-5/+2
* rustfmt, and implement schema tweaksBryan Newbold2018-09-226-105/+75
* squelch diesel macro warningsBryan Newbold2018-09-182-0/+4
* fatcat-export rustfmtBryan Newbold2018-09-171-28/+50
* re-generate database_schema.rsBryan Newbold2018-09-171-23/+23
* fix CHECK clausesBryan Newbold2018-09-171-15/+15
* remove is_not_null redundant lookup conditionsBryan Newbold2018-09-151-12/+0
* switch to new null (not \N) dump formatBryan Newbold2018-09-131-4/+4
* fix rust in-line tests, and parse_line takes refBryan Newbold2018-09-122-7/+7
* improvements to fatcat-export outputBryan Newbold2018-09-111-24/+65
* improvements to fatcat-exportBryan Newbold2018-09-111-28/+77
* use idiomatic from_str for ExpandFlagsBryan Newbold2018-09-112-14/+18
* more subtle local ident check in release.db_expand()Bryan Newbold2018-09-111-4/+4
* first pass fast exportBryan Newbold2018-09-112-1/+162
* implement new editgroup_id behaviorBryan Newbold2018-09-114-59/+52
* refactor entity get and 'expansion'Bryan Newbold2018-09-113-81/+64
* derive PartialEq for FatCatIdBryan Newbold2018-09-111-1/+1
* add ExpandFlags typeBryan Newbold2018-09-111-0/+72
* finish fatcat-api => fatcat-api-spec refactorBryan Newbold2018-09-117-14/+14
* new rustfmtBryan Newbold2018-09-112-26/+35
* rust clippy (lint) tweaksBryan Newbold2018-09-114-14/+15
* use JSONB over JSONBryan Newbold2018-09-101-13/+13
* many small API cleanupsBryan Newbold2018-09-105-193/+148
* continue CRUD refactor, removing CUD handlersBryan Newbold2018-09-104-276/+60