aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * importers: create editgroup and passBryan Newbold2018-08-305-9/+31
| |
| * editgroup IDs are fcid, not uuidBryan Newbold2018-08-301-1/+1
| |
| * minimal autoaccept testsBryan Newbold2018-08-301-0/+41
| |
| * editgroup parameter for batch insertsBryan Newbold2018-08-302-6/+21
| |
| * WIP: autoacceptBryan Newbold2018-08-2411-64/+269
| |
| * cost notes on hosting a fatcat mirrorBryan Newbold2018-08-201-0/+8
| |
| * notes on recent bulk importBryan Newbold2018-08-201-0/+292
| |
| * codegen pythonBryan Newbold2018-08-201-5/+25
| |
| * fix bug in new batch create python importerBryan Newbold2018-08-201-1/+1
| |
| * python autoaccept implementationBryan Newbold2018-08-204-6/+3
| | | | | | | | | | | | More to review: - duplicate containers getting created in batch mode? eg, if multiple releases with same container. should push+autoaccept those anyways?
| * implement autoacceptBryan Newbold2018-08-202-20/+46
| | | | | | | | | | | | Need to review: - changelog creation - clobbering of existing editgroup flag
| * codegenBryan Newbold2018-08-208-51/+223
| |
| * autoaccept flag for batch insertsBryan Newbold2018-08-201-0/+29
| |
* | fix/replace a lot of expect() callsBryan Newbold2018-09-073-47/+48
| |
* | mostly done with CRUD refactorBryan Newbold2018-09-073-625/+745
| | | | | | | | One failing test in this commit.
* | batch inserts by defaultBryan Newbold2018-09-073-27/+95
| |
* | generic create (multiple inserts)Bryan Newbold2018-09-071-26/+24
| | | | | | | | | | | | | | This does away entirely with the fancy CTE-based custom SQL inserts. Because performance is currently only important for batch inserts, I think this is acceptable, and will refactor to do batch inserts as actual batch SQL operations next.
* | crud: refactor to split out rev insertBryan Newbold2018-09-071-43/+51
| |
* | major CRUD refactorBryan Newbold2018-09-075-85/+336
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the start of a large refactor to move all entity CRUD (create, read, update, delete) model/database code into it's own file. HACKING has been updated with an overview of what happens in each file. Next steps: - split rev (and sub-table) insertion in to db_rev_insert and make create/update generic - inserts should be batch (vector) by default - move all other entities into this new trait framework - bypass api_server wrappers and call into CRUD from api_wrappers for entity ops (should be a big cleanup)
* | update TODOBryan Newbold2018-09-061-0/+7
| |
* | skeleton create/delete endpoints for worksBryan Newbold2018-09-063-2/+293
| | | | | | | | Other entities just stubs
* | 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
|
* 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
|