Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | "true" is the only truthy value (oh no) | Bryan Newbold | 2018-08-30 | 3 | -3/+3 |
| | |||||
* | importers: create editgroup and pass | Bryan Newbold | 2018-08-30 | 5 | -9/+31 |
| | |||||
* | 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 | 11 | -64/+269 |
| | |||||
* | cost notes on hosting a fatcat mirror | Bryan Newbold | 2018-08-20 | 1 | -0/+8 |
| | |||||
* | notes on recent bulk import | Bryan Newbold | 2018-08-20 | 1 | -0/+292 |
| | |||||
* | codegen python | Bryan Newbold | 2018-08-20 | 1 | -5/+25 |
| | |||||
* | fix bug in new batch create python importer | Bryan Newbold | 2018-08-20 | 1 | -1/+1 |
| | |||||
* | python autoaccept implementation | Bryan Newbold | 2018-08-20 | 4 | -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 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 |
| | |||||
* | autoaccept flag for batch inserts | Bryan Newbold | 2018-08-20 | 1 | -0/+29 |
| | |||||
* | 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 |
| | |||||
* | more auth thoughts | Bryan Newbold | 2018-08-17 | 1 | -0/+42 |
| | |||||
* | ORCIDs can end in X character | Bryan Newbold | 2018-08-16 | 7 | -11/+19 |
| | |||||
* | WIP on fatcat_export | Bryan Newbold | 2018-08-15 | 2 | -0/+89 |
| | |||||
* | improve handling of invalid identifiers | Bryan Newbold | 2018-08-15 | 6 | -5/+45 |
| | |||||
* | compact file html table | Bryan Newbold | 2018-08-15 | 1 | -1/+1 |
| | |||||
* | monkey patch broken release_view | Bryan Newbold | 2018-08-15 | 1 | -3/+3 |
| | |||||
* | codegen python with core_id | Bryan Newbold | 2018-08-15 | 1 | -1/+27 |
| | |||||
* | 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 | 2 | -4/+9 |
| | |||||
* | RFC: some refs; simple index.html | Bryan Newbold | 2018-08-14 | 2 | -434/+206 |
| | | | | Actually made changes a few days ago, just forgot to commit. | ||||
* | update TODO | Bryan Newbold | 2018-08-10 | 1 | -49/+29 |
| | |||||
* | update rfc copies | Bryan Newbold | 2018-08-10 | 3 | -273/+366 |
| | |||||
* | rust backups notes | Bryan Newbold | 2018-08-10 | 1 | -0/+30 |
| | |||||
* | add goals section to RFC | Bryan Newbold | 2018-08-10 | 1 | -0/+25 |
| | |||||
* | RFC: update schemas, tone, tense; add changelog | Bryan Newbold | 2018-08-10 | 1 | -169/+204 |
| | | | | | Probably have another edit to make with references and concerns, and then will stop updating and start docs/guide | ||||
* | update fatcat-rfc identifiers | Bryan Newbold | 2018-08-10 | 1 | -6/+6 |
| | |||||
* | rename python scripts | Bryan Newbold | 2018-07-26 | 4 | -11/+11 |
| | |||||
* | commit WIP quick dump SQL file | Bryan Newbold | 2018-07-26 | 1 | -0/+12 |
| | |||||
* | update fatcat_client with codegen changes | Bryan Newbold | 2018-07-26 | 9 | -12/+340 |
| | |||||
* | 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 | 9 | -86/+86 |
| | |||||
* | refactoring; expand keyword impl | Bryan Newbold | 2018-07-25 | 2 | -45/+82 |
| | |||||
* | API schema: identifier checking, expand query param | Bryan Newbold | 2018-07-25 | 10 | -116/+595 |
| | |||||
* | 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 |
| | |||||
* | test fixes | Bryan Newbold | 2018-07-25 | 3 | -5/+16 |
| | |||||
* | 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 |
| | |||||
* | include git revision in footer | Bryan Newbold | 2018-07-25 | 4 | -12/+25 |
| |