aboutsummaryrefslogtreecommitdiffstats
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
* fixes from ident schema refactorBryan Newbold2018-12-291-2/+2
|
* check request status codes idiomaticallyBryan Newbold2018-12-295-41/+44
|
* codegenBryan Newbold2018-12-268-51/+360
|
* python codegren for fileset/webBryan Newbold2018-12-2617-10/+4142
|
* remove unused postgres-backed stats stuffBryan Newbold2018-12-249-258/+0
| | | | Will replace with elasticsearch-based dash in webface
* implement transform-releases in export scriptBryan Newbold2018-12-241-1/+20
|
* python impl of API ident harmonizationBryan Newbold2018-12-2411-173/+173
|
* API harmonization codegenBryan Newbold2018-12-245-808/+808
|
* implement release_year (and rustfmt)Bryan Newbold2018-12-247-15/+31
|
* codegen release_yearBryan Newbold2018-12-242-3/+29
|
* more subentity/UI testsBryan Newbold2018-12-211-0/+224
|
* start handling redirects and deletions in webfaceBryan Newbold2018-12-212-0/+63
|
* SHA1 no longer required on file entitiesBryan Newbold2018-12-211-1/+1
|
* test prev_rev behaviorBryan Newbold2018-12-211-6/+30
|
* more edit edgecases; editgroup status checkBryan Newbold2018-12-213-1/+108
|
* more state/edit edge case testsBryan Newbold2018-12-213-83/+196
|
* better name for api_entity_state py testsBryan Newbold2018-12-211-0/+0
|
* more redirect/state testsBryan Newbold2018-12-211-0/+15
|
* disallow self-redirectsBryan Newbold2018-12-201-0/+24
|
* update redirect testsBryan Newbold2018-12-201-22/+66
|
* test codegenBryan Newbold2018-12-141-0/+120
| | | | | I didn't actually notice until recently that these are empty and thus useless, sigh.
* whole bunch of entity redirect tests (python)Bryan Newbold2018-12-142-0/+342
| | | | | Some of the edge cases are marked skip while I re-think what behavior should actually be.
* multiple lookup extids (web view, no tests yet)Bryan Newbold2018-12-141-12/+25
|
* python codegenBryan Newbold2018-12-146-123/+2162
|
* fix brittle/flapping python matched testBryan Newbold2018-12-141-4/+6
|
* add python-snappy (for pykafka)Bryan Newbold2018-12-102-31/+40
|
* remove textIcuSearch elastic filterBryan Newbold2018-12-031-1/+0
| | | | | | | This was breaking, eg, DOI search with non-trivial characters. Because we set the tokenizer on individual fields, shouldn't be necessary on the whole query.
* fix empty ISSN bug (container view)Bryan Newbold2018-12-031-2/+2
|
* do actually require title for crossref importBryan Newbold2018-12-011-3/+3
|
* codegen hide changesBryan Newbold2018-11-261-12/+60
|
* fix file extraction (and transforms)Bryan Newbold2018-11-263-6/+12
|
* pass-through more API errorsBryan Newbold2018-11-261-4/+13
|
* include ApiException in shellBryan Newbold2018-11-211-0/+1
|
* clean up harvester comments/docsBryan Newbold2018-11-213-50/+31
|
* enable sentry exceptions for fatcat-webBryan Newbold2018-11-211-4/+8
|
* enable sentry exceptions for fatcat-webBryan Newbold2018-11-214-2/+18
|
* remove Pipfile cruftBryan Newbold2018-11-212-82/+1
|
* ELASTICSEARCH not ELASTICBryan Newbold2018-11-212-3/+3
|
* crossref importer doesn't require author/title attributesBryan Newbold2018-11-211-6/+6
|
* crossref importer checks for existing DOIsBryan Newbold2018-11-215-9/+42
|
* use isoformat() to format datesBryan Newbold2018-11-213-5/+6
| | | | This shouldn't change behavior; it's just more consistent.
* grobid importer: release_date as a dateBryan Newbold2018-11-211-1/+1
|
* fix loop_sleep typoBryan Newbold2018-11-212-2/+2
|
* fix datacite DOI extractionBryan Newbold2018-11-211-1/+1
|
* fix OAI-PMH name/finished messageBryan Newbold2018-11-212-7/+12
|
* fix oai-pmh issue againBryan Newbold2018-11-211-13/+14
|
* oaipmh: handle NoRecordsMatchBryan Newbold2018-11-211-5/+8
|
* continous is a flag, not argBryan Newbold2018-11-211-1/+1
|
* correct kafka topic namesBryan Newbold2018-11-202-13/+13
|
* start supporting kafka importersBryan Newbold2018-11-194-5/+36
| | | | A nice feature would be some/any log output as to progress.