aboutsummaryrefslogtreecommitdiffstats
path: root/rust
Commit message (Collapse)AuthorAgeFilesLines
* codegenBryan Newbold2018-08-208-51/+223
|
* use index_val, not index, in SQL schemaBryan Newbold2018-08-204-16/+16
|
* add NOT NULL to other lookupsBryan Newbold2018-08-191-0/+6
|
* add hints for postgres query plannerBryan Newbold2018-08-191-0/+6
|
* add index on release_rev_abstract SHA1 columnBryan Newbold2018-08-191-0/+1
|
* add index on file_rev_url file_revBryan Newbold2018-08-191-0/+2
|
* create index on release_rev_abstractsBryan Newbold2018-08-181-0/+2
|
* ORCIDs can end in X characterBryan Newbold2018-08-164-6/+14
|
* trivial implementation of core_id field on releasesBryan Newbold2018-08-148-4/+20
|
* add core_id to schemasBryan Newbold2018-08-141-4/+6
|
* rust backups notesBryan Newbold2018-08-101-0/+30
|
* remove accidental printlnBryan Newbold2018-07-261-1/+0
|
* quick test for expand behaviorBryan Newbold2018-07-251-0/+11
|
* expand, not expendBryan Newbold2018-07-258-81/+81
|
* refactoring; expand keyword implBryan Newbold2018-07-252-45/+82
|
* API schema: identifier checking, expand query paramBryan Newbold2018-07-259-86/+520
|
* big transaction/conn refactorBryan Newbold2018-07-253-236/+189
|
* have get_editgroup take optional connBryan Newbold2018-07-252-10/+19
|
* actually ON CONFLICT abstract creation (and test)Bryan Newbold2018-07-252-3/+24
|
* update to most recent dieselBryan Newbold2018-07-251-4/+4
|
* abstracts; more testsBryan Newbold2018-07-255-47/+142
|
* pull in sha1 library (for abstracts)Bryan Newbold2018-07-253-0/+9
|
* contribs: raw -> raw_nameBryan Newbold2018-07-255-14/+14
|
* more external ident handlingBryan Newbold2018-07-257-15/+380
|
* actually add wikidata QIDs to the APIBryan Newbold2018-07-254-19/+49
|
* whole bunch of clippy fixesBryan Newbold2018-07-245-72/+73
|
* update error-chain to fix warningsBryan Newbold2018-07-242-2/+11
|
* use test db when debugging schemaBryan Newbold2018-07-241-1/+1
|
* partial implementation of new API featuresBryan Newbold2018-07-2413-120/+481
|
* tweaks/fixes to SQL changesBryan Newbold2018-07-242-7/+10
|
* bunch of SQL updatesBryan Newbold2018-07-231-48/+105
| | | | | | | | | - file urls as a table - more external identifiers (eg, pmcid, wikidata) - release ref and contrib mostly as JSON - abstracts - timestamps - fixed size external identifiers (CHAR not TEXT)
* sql: work really an empty stubBryan Newbold2018-07-201-8/+4
|
* oops, forgot revisions should be UUIDBryan Newbold2018-07-203-6/+17
|
* at least some rust editor/group testBryan Newbold2018-07-201-0/+35
|
* editor_id and editgroup_id as idents; revisions as raw UUIDBryan Newbold2018-07-207-115/+129
|
* update fatcat-api lib with schema changesBryan Newbold2018-07-209-431/+419
|
* update schema (sql and api) for rev ids, editor_id, editgroup_idBryan Newbold2018-07-201-113/+112
|
* format InvalidFatcatId errors in API response (hack)Bryan Newbold2018-07-201-4/+8
|
* more fcid testsBryan Newbold2018-07-201-0/+4
|
* rust: base32 encoded identsBryan Newbold2018-07-207-89/+137
|
* prep for base32 encoded identifiersBryan Newbold2018-07-201-17/+17
|
* entity ident (fcid) UUID helpersBryan Newbold2018-07-203-1/+30
| | | | | Could perhaps implement these as impl methods on the uuid::Uuid struct instead?
* update readmes/TODOsBryan Newbold2018-06-301-23/+0
|
* fix problems with dummy dataBryan Newbold2018-06-301-9/+9
|
* refactor massive rust api_server into api_wrappersBryan Newbold2018-06-303-439/+468
| | | | | The wrappers file contains the "glue" code to map to fatcat-api (openapi2 codegen) function signatures.
* generic changelog endpointsBryan Newbold2018-06-3013-25/+706
|
* respect more flag for stats endpointBryan Newbold2018-06-302-23/+35
|
* fix release ref and contrib orderingBryan Newbold2018-06-301-0/+2
|
* add remaining history endpointsBryan Newbold2018-06-3012-105/+1314
|
* history for container entitiesBryan Newbold2018-06-3013-113/+562
|