Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | editgroup IDs are fcid, not uuid | Bryan Newbold | 2018-08-30 | 1 | -1/+1 |
| | |||||
* | minimal autoaccept tests | Bryan Newbold | 2018-08-30 | 1 | -0/+41 |
| | |||||
* | editgroup parameter for batch inserts | Bryan Newbold | 2018-08-30 | 2 | -6/+21 |
| | |||||
* | WIP: autoaccept | Bryan Newbold | 2018-08-24 | 8 | -47/+225 |
| | |||||
* | implement autoaccept | Bryan Newbold | 2018-08-20 | 2 | -20/+46 |
| | | | | | | Need to review: - changelog creation - clobbering of existing editgroup flag | ||||
* | codegen | Bryan Newbold | 2018-08-20 | 8 | -51/+223 |
| | |||||
* | use index_val, not index, in SQL schema | Bryan Newbold | 2018-08-20 | 4 | -16/+16 |
| | |||||
* | add NOT NULL to other lookups | Bryan Newbold | 2018-08-19 | 1 | -0/+6 |
| | |||||
* | add hints for postgres query planner | Bryan Newbold | 2018-08-19 | 1 | -0/+6 |
| | |||||
* | add index on release_rev_abstract SHA1 column | Bryan Newbold | 2018-08-19 | 1 | -0/+1 |
| | |||||
* | add index on file_rev_url file_rev | Bryan Newbold | 2018-08-19 | 1 | -0/+2 |
| | |||||
* | create index on release_rev_abstracts | Bryan Newbold | 2018-08-18 | 1 | -0/+2 |
| | |||||
* | ORCIDs can end in X character | Bryan Newbold | 2018-08-16 | 4 | -6/+14 |
| | |||||
* | trivial implementation of core_id field on releases | Bryan Newbold | 2018-08-14 | 8 | -4/+20 |
| | |||||
* | add core_id to schemas | Bryan Newbold | 2018-08-14 | 1 | -4/+6 |
| | |||||
* | rust backups notes | Bryan Newbold | 2018-08-10 | 1 | -0/+30 |
| | |||||
* | remove accidental println | Bryan Newbold | 2018-07-26 | 1 | -1/+0 |
| | |||||
* | quick test for expand behavior | Bryan Newbold | 2018-07-25 | 1 | -0/+11 |
| | |||||
* | expand, not expend | Bryan Newbold | 2018-07-25 | 8 | -81/+81 |
| | |||||
* | refactoring; expand keyword impl | Bryan Newbold | 2018-07-25 | 2 | -45/+82 |
| | |||||
* | API schema: identifier checking, expand query param | Bryan Newbold | 2018-07-25 | 9 | -86/+520 |
| | |||||
* | big transaction/conn refactor | Bryan Newbold | 2018-07-25 | 3 | -236/+189 |
| | |||||
* | have get_editgroup take optional conn | Bryan Newbold | 2018-07-25 | 2 | -10/+19 |
| | |||||
* | actually ON CONFLICT abstract creation (and test) | Bryan Newbold | 2018-07-25 | 2 | -3/+24 |
| | |||||
* | update to most recent diesel | Bryan Newbold | 2018-07-25 | 1 | -4/+4 |
| | |||||
* | abstracts; more tests | Bryan Newbold | 2018-07-25 | 5 | -47/+142 |
| | |||||
* | pull in sha1 library (for abstracts) | Bryan Newbold | 2018-07-25 | 3 | -0/+9 |
| | |||||
* | contribs: raw -> raw_name | Bryan Newbold | 2018-07-25 | 5 | -14/+14 |
| | |||||
* | more external ident handling | Bryan Newbold | 2018-07-25 | 7 | -15/+380 |
| | |||||
* | actually add wikidata QIDs to the API | Bryan Newbold | 2018-07-25 | 4 | -19/+49 |
| | |||||
* | 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. |