aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/database_models.rs
Commit message (Expand)AuthorAgeFilesLines
* rust: clippy cleanupsBryan Newbold2022-10-051-4/+4
* rust: implement content_scopeBryan Newbold2021-11-171-0/+6
* rust: implement recent SQL changesBryan Newbold2021-10-131-0/+8
* rename rust crate fatcat-api-spec -> fatcat-openapiBryan Newbold2019-09-051-1/+1
* codegen and rust impl created timestampBryan Newbold2019-05-141-1/+6
* rust: return editors and cl index for editgroup more oftenBryan Newbold2019-05-141-2/+2
* rust: fix creator field order manglingBryan Newbold2019-05-131-4/+4
* basic impl of extid changesBryan Newbold2019-05-101-10/+8
* impl withdrawn_statusBryan Newbold2019-05-101-2/+2
* rust impl cdx extra_json removalBryan Newbold2019-05-091-2/+0
* basic impl of new SQL schema in rust code (not wired to API)Bryan Newbold2019-05-081-6/+30
* rust impl of new fieldsBryan Newbold2019-01-211-4/+12
* impl cdx timestamps as datetimeBryan Newbold2019-01-181-3/+3
* rust fmtBryan Newbold2019-01-171-1/+3
* add interstitial JSON serde model to citation internmentBryan Newbold2019-01-141-10/+82
* first draft implementation of ref interningBryan Newbold2019-01-111-16/+13
* implement since/before ordering for range requestsBryan Newbold2019-01-111-1/+2
* yet more edit lifecycle progressBryan Newbold2019-01-111-0/+2
* WIP on annotations and editgroup accessorsBryan Newbold2019-01-111-2/+26
* WIP on annotations and changesBryan Newbold2019-01-101-0/+6
* start removing active editgroup codeBryan Newbold2019-01-091-1/+0
* huge refactor of rust modules/filesBryan Newbold2019-01-081-2/+2
* rust 2018 edition!Bryan Newbold2019-01-081-3/+3
* add superuser role/flagBryan Newbold2019-01-041-0/+1
* start to impl oidc authBryan Newbold2019-01-031-2/+26
* make editor_id optional when createding editgroupBryan Newbold2018-12-311-1/+1
* start refactor of auth codeBryan Newbold2018-12-281-1/+1
* sql codegen and WIP on auth commandBryan Newbold2018-12-271-0/+3
* impl edit_id changeBryan Newbold2018-12-261-2/+2
* rust impl last webcapture schema tweaksBryan Newbold2018-12-261-4/+4
* fileset/web basic implementationBryan Newbold2018-12-261-4/+151
* rust impl of API harmonizationBryan Newbold2018-12-241-1/+1
* implement release_year (and rustfmt)Bryan Newbold2018-12-241-0/+2
* allow deletion of redirect-to-deletionBryan Newbold2018-12-201-1/+2
* many redirect implementationsBryan Newbold2018-12-141-2/+2
* new rustfmt (1.31)Bryan Newbold2018-12-141-1/+2
* rustfmt, and implement schema tweaksBryan Newbold2018-09-221-8/+8
* squelch diesel macro warningsBryan Newbold2018-09-181-0/+2
* finish fatcat-api => fatcat-api-spec refactorBryan Newbold2018-09-111-1/+1
* fmtBryan Newbold2018-09-071-5/+24
* mostly done with CRUD refactorBryan Newbold2018-09-071-0/+57
* batch inserts by defaultBryan Newbold2018-09-071-6/+39
* use index_val, not index, in SQL schemaBryan Newbold2018-08-201-4/+4
* trivial implementation of core_id field on releasesBryan Newbold2018-08-141-0/+1
* abstracts; more testsBryan Newbold2018-07-251-2/+9
* whole bunch of clippy fixesBryan Newbold2018-07-241-4/+4
* partial implementation of new API featuresBryan Newbold2018-07-241-8/+53
* oops, forgot revisions should be UUIDBryan Newbold2018-07-201-1/+1
* editor_id and editgroup_id as idents; revisions as raw UUIDBryan Newbold2018-07-201-25/+25
* rust: base32 encoded identsBryan Newbold2018-07-201-2/+3