aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | codegen put/deleteBryan Newbold2018-09-069-42/+3101
| | |
| * | more update and delete verbsBryan Newbold2018-09-061-25/+169
| | |
| * | correct EditgroupAlreadyAccepted responseBryan Newbold2018-08-314-5/+14
| | |
| * | add bad request response type for eg acceptBryan Newbold2018-08-318-10/+18
| | |
| * | TODO updatesBryan Newbold2018-08-301-0/+7
| | |
| * | database dump notesBryan Newbold2018-08-241-0/+22
| | |
| * | cost notes on hosting a fatcat mirrorBryan Newbold2018-08-241-0/+8
| | |
| * | notes on recent bulk importBryan Newbold2018-08-241-0/+292
| | |
| * | split/move docs aroundBryan Newbold2018-08-244-84/+92
| | |
| * | NOTES => rust_libraries.txtBryan Newbold2018-08-241-0/+0
| | |
| * | README tweaksBryan Newbold2018-08-241-2/+4
| | |
| * | fix default editor_id in manifest importerBryan Newbold2018-08-201-2/+2
| |/
| * 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
| |
| * more auth thoughtsBryan Newbold2018-08-171-0/+42
| |
| * ORCIDs can end in X characterBryan Newbold2018-08-167-11/+19
| |
| * WIP on fatcat_exportBryan Newbold2018-08-152-0/+89
| |
| * improve handling of invalid identifiersBryan Newbold2018-08-156-5/+45
| |
| * compact file html tableBryan Newbold2018-08-151-1/+1
| |
| * monkey patch broken release_viewBryan Newbold2018-08-151-3/+3
| |
| * codegen python with core_idBryan Newbold2018-08-151-1/+27
| |
* | cockroach: refactor custom insert queries into dieselBryan Newbold2018-08-171-100/+95
| | | | | | | | | | | | | | | | | | | | | | Basically reverts some big speedups around "single query inserts" (to ident, rev, and edit tables concurrently), because cockroach doesn't support "multiple uses of CTEs" (table expressions). There's probably a way to rewrite using subqueries instead. Also, would actually want to refactor and use NewRow structs instead of tuples, I think.
* | cockroach: catch remaining JSONB stuffBryan Newbold2018-08-172-14/+14
| |
* | cockroach: don't auto-wipe tables in tests (for now)Bryan Newbold2018-08-142-8/+8
| | | | | | | | | | This fixes the OID type 114 bug; schema had been updated, but didn't update insert statements/casts.
* | cockroach: try JSONB over JSONBryan Newbold2018-08-142-12/+12
| |
* | revert role_val changeBryan Newbold2018-08-144-8/+8
| |
* | index_val and role_valBryan Newbold2018-08-143-17/+17
| |
* | cockroach: rename reserved columnsBryan Newbold2018-08-141-5/+5
| |
* | cockroach: create active_editgroup_id index on editor tableBryan Newbold2018-08-141-0/+2
| |
* | cockroach: no WHERE on indexesBryan Newbold2018-08-141-14/+14
| |
* | cockroach: gen_random_uuid() not uuid_generate_v4()Bryan Newbold2018-08-141-14/+14
| |
* | disable base diesel setup (for cockroach)Bryan Newbold2018-08-142-19/+22
| |
* | start cockroachdb branchBryan Newbold2018-08-141-0/+24
|/
* trivial implementation of core_id field on releasesBryan Newbold2018-08-148-4/+20
|
* add core_id to schemasBryan Newbold2018-08-142-4/+9
|
* RFC: some refs; simple index.htmlBryan Newbold2018-08-142-434/+206
| | | | Actually made changes a few days ago, just forgot to commit.
* update TODOBryan Newbold2018-08-101-49/+29
|
* update rfc copiesBryan Newbold2018-08-103-273/+366
|
* rust backups notesBryan Newbold2018-08-101-0/+30
|
* add goals section to RFCBryan Newbold2018-08-101-0/+25
|
* RFC: update schemas, tone, tense; add changelogBryan Newbold2018-08-101-169/+204
| | | | | Probably have another edit to make with references and concerns, and then will stop updating and start docs/guide
* update fatcat-rfc identifiersBryan Newbold2018-08-101-6/+6
|
* rename python scriptsBryan Newbold2018-07-264-11/+11
|
* commit WIP quick dump SQL fileBryan Newbold2018-07-261-0/+12
|
* update fatcat_client with codegen changesBryan Newbold2018-07-269-12/+340
|
* remove accidental printlnBryan Newbold2018-07-261-1/+0
|