aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* API schema updatesBryan Newbold2018-07-241-4/+9
|
* partial implementation of new API featuresBryan Newbold2018-07-2413-120/+481
|
* tweaks/fixes to SQL changesBryan Newbold2018-07-242-7/+10
|
* start updating API specBryan Newbold2018-07-231-6/+39
|
* 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
|
* python updates for identifier changesBryan Newbold2018-07-2010-25/+32
|
* codegen python clientBryan Newbold2018-07-2010-82/+108
|
* 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
|
* API schema changes for ident changesBryan Newbold2018-07-201-10/+14
|
* update schema (sql and api) for rev ids, editor_id, editgroup_idBryan Newbold2018-07-202-131/+130
|
* format InvalidFatcatId errors in API response (hack)Bryan Newbold2018-07-201-4/+8
|
* more fcid testsBryan Newbold2018-07-201-0/+4
|
* python base32 identsBryan Newbold2018-07-203-88/+95
|
* rust: base32 encoded identsBryan Newbold2018-07-207-89/+137
|
* prep for base32 encoded identifiersBryan Newbold2018-07-203-27/+49
|
* entity ident (fcid) UUID helpersBryan Newbold2018-07-203-1/+30
| | | | | Could perhaps implement these as impl methods on the uuid::Uuid struct instead?
* work all cut outBryan Newbold2018-07-201-18/+35
|
* fix orcid name parsingBryan Newbold2018-07-182-1/+11
| | | | And add test
* fix display of files when file size not knownBryan Newbold2018-07-181-2/+2
|
* update TODOBryan Newbold2018-07-181-0/+46
|
* larger font (slightly)Bryan Newbold2018-06-305-20/+23
|
* update TODO/notes againBryan Newbold2018-06-303-3/+46
|
* add cat photo to front pageBryan Newbold2018-06-303-1/+9
|
* yet more web tweaksBryan Newbold2018-06-304-25/+70
|
* better extra json printingBryan Newbold2018-06-305-11/+22
|
* switch from newest to oldest wayback linkBryan Newbold2018-06-302-4/+4
|
* release view tweaks from real dataBryan Newbold2018-06-301-5/+6
|
* extra json as code, not preBryan Newbold2018-06-302-2/+2
|
* template bugfixesBryan Newbold2018-06-301-2/+3
|
* changelog is limitedBryan Newbold2018-06-301-0/+2
|
* update readmes/TODOsBryan Newbold2018-06-303-38/+37
|
* fix problems with dummy dataBryan Newbold2018-06-301-9/+9
|
* more fatcat-web views (changelog, history, etc)Bryan Newbold2018-06-3021-58/+1488
|
* 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-3014-25/+750
|
* 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-3013-107/+1400
|
* history for container entitiesBryan Newbold2018-06-3014-128/+596
|
* refactor changelog entry spec structureBryan Newbold2018-06-308-142/+214
|
* more small view tweaksBryan Newbold2018-06-302-8/+26
|
* notes from auth researchBryan Newbold2018-06-301-0/+12
|
* add some container extra_json to examplesBryan Newbold2018-06-301-4/+4
|