aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* schema: move release ext_ids to their own table and sub-entityBryan Newbold2019-05-103-37/+70
| | | | | Some identifiers are kept on the main release_rev table to minimize impact to the existing database.
* impl withdrawn_statusBryan Newbold2019-05-107-13/+13
|
* schema: withdrawn_state -> withdrawn_statusBryan Newbold2019-05-103-3/+3
|
* remove accidental index commentsBryan Newbold2019-05-101-2/+2
|
* basic given_name/surname in API hitBryan Newbold2019-05-091-0/+2
|
* rust impl cdx extra_json removalBryan Newbold2019-05-097-23/+1
|
* revert webcapture CDX extra_jsonBryan Newbold2019-05-093-7/+2
| | | | Keep things simpler until needed.
* revet/run both migrations in rust testsBryan Newbold2019-05-091-0/+2
|
* initial API schema rust implBryan Newbold2019-05-093-40/+70
|
* rust codegenBryan Newbold2019-05-099-10/+203
|
* extent release_date codegen hack to withdrawn_dateBryan Newbold2019-05-091-0/+1
|
* API schema changes (matching recent SQL)Bryan Newbold2019-05-091-1/+40
|
* basic impl of new SQL schema in rust code (not wired to API)Bryan Newbold2019-05-083-19/+71
|
* codegen diesel rust schemaBryan Newbold2019-05-082-2/+14
| | | | | | | | The number of fields on release_rev went over 32, so we need the (slow) 64 column feature of diesel. Might be possible to get back under that if we don't use some of these columns after all.
* first draft of SQL schema changesBryan Newbold2019-05-082-0/+76
|
* bump to v0.2.2v0.2.2Bryan Newbold2019-05-081-0/+2
|
* update TODOBryan Newbold2019-05-081-0/+1
|
* more basic web edit tests (files, GET)Bryan Newbold2019-05-071-0/+47
|
* basic coverage of web entity creation, mergeBryan Newbold2019-05-071-0/+93
|
* very basic editor update testBryan Newbold2019-05-071-0/+24
|
* handle null abstracts for releaseBryan Newbold2019-05-071-1/+1
|
* better elastic transform testsBryan Newbold2019-05-071-1/+59
|
* basic tests for entity deletion, fetch redirectsBryan Newbold2019-05-076-0/+64
|
* test basic entity revision GETBryan Newbold2019-05-076-16/+49
|
* trivial tests of edit get/deleteBryan Newbold2019-05-072-0/+78
|
* WIP metadata corpus changelogBryan Newbold2019-05-071-0/+41
|
* user testing feedback (jefferson, old)Bryan Newbold2019-05-071-0/+26
|
* more rough notes about bootstrap importsBryan Newbold2019-05-071-0/+373
|
* python TODOs about kafkaBryan Newbold2019-05-071-0/+7
|
* start tracking statsBryan Newbold2019-05-072-0/+2
|
* IA collection page embed example descriptionBryan Newbold2019-05-071-0/+45
| | | | This code has some issues, but is worth commiting
* rough notes on arabesque import from a couple weeks backBryan Newbold2019-05-071-0/+36
|
* recent additions in CHANGELOGBryan Newbold2019-04-301-0/+10
|
* more import examplesBryan Newbold2019-04-301-0/+18
|
* old fileset and webcapture example entitiesBryan Newbold2019-04-302-0/+146
|
* ideas for some bots to buildBryan Newbold2019-04-301-0/+26
|
* no-derive metadata and SQL dump uploads (to petabox)Bryan Newbold2019-04-301-0/+2
|
* more complete metadata dumpsBryan Newbold2019-04-301-1/+4
|
* faster elasticsearch importsBryan Newbold2019-04-301-1/+1
|
* update TODO listBryan Newbold2019-04-301-29/+26
|
* more bots to bootstrapBryan Newbold2019-04-241-0/+15
|
* update sql dump READMEBryan Newbold2019-04-241-9/+12
|
* add limits to match importersBryan Newbold2019-04-233-2/+27
|
* archive.org isn't really a repositoryBryan Newbold2019-04-221-1/+3
|
* editgroup description overrideBryan Newbold2019-04-222-3/+13
|
* arabesque importer does require timestamp/waybackBryan Newbold2019-04-221-0/+3
|
* matched importer shouldn't require waybackBryan Newbold2019-04-221-5/+7
|
* handle API 400 in arabesque import (invalid extid)Bryan Newbold2019-04-191-7/+14
|
* fix author sort order on release viewBryan Newbold2019-04-181-1/+3
| | | | | | My sorting function was too clever, so I made it even more clever. Closes #27; thanks @ibnesayeed for the report.
* rust: API lower-cases DOI lookupsBryan Newbold2019-04-182-2/+15
|