Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whole bunch of clippy fixes | Bryan Newbold | 2018-07-24 | 5 | -72/+73 |
| | |||||
* | update error-chain to fix warnings | Bryan Newbold | 2018-07-24 | 2 | -2/+11 |
| | |||||
* | use test db when debugging schema | Bryan Newbold | 2018-07-24 | 1 | -1/+1 |
| | |||||
* | partial implementation of new API features | Bryan Newbold | 2018-07-24 | 13 | -120/+481 |
| | |||||
* | tweaks/fixes to SQL changes | Bryan Newbold | 2018-07-24 | 2 | -7/+10 |
| | |||||
* | bunch of SQL updates | Bryan Newbold | 2018-07-23 | 1 | -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 stub | Bryan Newbold | 2018-07-20 | 1 | -8/+4 |
| | |||||
* | oops, forgot revisions should be UUID | Bryan Newbold | 2018-07-20 | 3 | -6/+17 |
| | |||||
* | at least some rust editor/group test | Bryan Newbold | 2018-07-20 | 1 | -0/+35 |
| | |||||
* | editor_id and editgroup_id as idents; revisions as raw UUID | Bryan Newbold | 2018-07-20 | 7 | -115/+129 |
| | |||||
* | update fatcat-api lib with schema changes | Bryan Newbold | 2018-07-20 | 9 | -431/+419 |
| | |||||
* | update schema (sql and api) for rev ids, editor_id, editgroup_id | Bryan Newbold | 2018-07-20 | 1 | -113/+112 |
| | |||||
* | format InvalidFatcatId errors in API response (hack) | Bryan Newbold | 2018-07-20 | 1 | -4/+8 |
| | |||||
* | more fcid tests | Bryan Newbold | 2018-07-20 | 1 | -0/+4 |
| | |||||
* | rust: base32 encoded idents | Bryan Newbold | 2018-07-20 | 7 | -89/+137 |
| | |||||
* | prep for base32 encoded identifiers | Bryan Newbold | 2018-07-20 | 1 | -17/+17 |
| | |||||
* | entity ident (fcid) UUID helpers | Bryan Newbold | 2018-07-20 | 3 | -1/+30 |
| | | | | | Could perhaps implement these as impl methods on the uuid::Uuid struct instead? | ||||
* | update readmes/TODOs | Bryan Newbold | 2018-06-30 | 1 | -23/+0 |
| | |||||
* | fix problems with dummy data | Bryan Newbold | 2018-06-30 | 1 | -9/+9 |
| | |||||
* | refactor massive rust api_server into api_wrappers | Bryan Newbold | 2018-06-30 | 3 | -439/+468 |
| | | | | | The wrappers file contains the "glue" code to map to fatcat-api (openapi2 codegen) function signatures. | ||||
* | generic changelog endpoints | Bryan Newbold | 2018-06-30 | 13 | -25/+706 |
| | |||||
* | respect more flag for stats endpoint | Bryan Newbold | 2018-06-30 | 2 | -23/+35 |
| | |||||
* | fix release ref and contrib ordering | Bryan Newbold | 2018-06-30 | 1 | -0/+2 |
| | |||||
* | add remaining history endpoints | Bryan Newbold | 2018-06-30 | 12 | -105/+1314 |
| | |||||
* | history for container entities | Bryan Newbold | 2018-06-30 | 13 | -113/+562 |
| | |||||
* | refactor changelog entry spec structure | Bryan Newbold | 2018-06-30 | 7 | -123/+180 |
| | |||||
* | add some container extra_json to examples | Bryan Newbold | 2018-06-30 | 1 | -4/+4 |
| | |||||
* | rust README: progress | Bryan Newbold | 2018-06-30 | 1 | -4/+4 |
| | |||||
* | todo updates | Bryan Newbold | 2018-06-28 | 1 | -1/+1 |
| | |||||
* | auto-create works for releases | Bryan Newbold | 2018-06-28 | 2 | -2/+34 |
| | | | | | | | If a work_id isn't supplied, create a new work and link it. Note that the work_id doesn't get passed back in the response, only the release_id. | ||||
* | make release_rev.work_id optional in openapi spec | Bryan Newbold | 2018-06-28 | 4 | -6/+5 |
| | | | | This is to enable auto-creation of works, speeding up bulk insertion. | ||||
* | add a bunch of database indexes | Bryan Newbold | 2018-06-27 | 1 | -0/+37 |
| | |||||
* | no more default/mangled HTTP status codes | Bryan Newbold | 2018-06-21 | 8 | -119/+130 |
| | |||||
* | actually log errors | Bryan Newbold | 2018-06-21 | 4 | -12/+34 |
| | |||||
* | have fatcatd declare it's port on startup | Bryan Newbold | 2018-06-20 | 1 | -1/+4 |
| | |||||
* | handle UUID errors as HTTP 400 | Bryan Newbold | 2018-06-20 | 2 | -2/+45 |
| | |||||
* | ISO 639-1 for language codes | Bryan Newbold | 2018-06-19 | 1 | -1/+1 |
| | |||||
* | consistent volume/issue/pages ordering | Bryan Newbold | 2018-06-19 | 3 | -5/+5 |
| | |||||
* | implement more of stats endpoint | Bryan Newbold | 2018-06-19 | 1 | -7/+53 |
| | |||||
* | implement (most) of stats endpoint | Bryan Newbold | 2018-06-19 | 13 | -9/+296 |
| | |||||
* | satisfy rustfmt | Bryan Newbold | 2018-06-19 | 1 | -1/+2 |
| | |||||
* | implement reverse lookups | Bryan Newbold | 2018-06-17 | 2 | -9/+115 |
| | |||||
* | update fatcat-api with openapi change | Bryan Newbold | 2018-06-17 | 9 | -10/+813 |
| | |||||
* | change release field order, and larger examples | Bryan Newbold | 2018-06-17 | 2 | -21/+45 |
| | |||||
* | more consistent example data | Bryan Newbold | 2018-06-17 | 2 | -7/+7 |
| | |||||
* | update TODO lists | Bryan Newbold | 2018-06-17 | 1 | -36/+2 |
| | |||||
* | update dependency on iron-slog | Bryan Newbold | 2018-06-10 | 2 | -16/+6 |
| | |||||
* | update rust/api for schema extensions | Bryan Newbold | 2018-06-04 | 8 | -150/+333 |
| | |||||
* | updates to schema(s): more complete, alignment | Bryan Newbold | 2018-06-04 | 1 | -16/+27 |
| | |||||
* | some progress! | Bryan Newbold | 2018-05-31 | 1 | -1/+1 |
| |