Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | small fixes to confluent-kafka importers/workers | Bryan Newbold | 2019-09-20 | 8 | -26/+69 | |
| | | | | | | | | - decrease default changelog pipeline to 5.0sec - fix missing KafkaException harvester imports - more confluent-kafka tweaks - updates to kafka consumer configs - bump elastic updates consumergroup (again) | |||||
* | update Pipfile.lock after confluent-kafka rebase | Bryan Newbold | 2019-09-20 | 1 | -1/+33 | |
| | ||||||
* | convert pipeline workers from pykafka to confluent-kafka | Bryan Newbold | 2019-09-20 | 3 | -125/+230 | |
| | ||||||
* | small kafka tweaks for robustness | Bryan Newbold | 2019-09-20 | 2 | -0/+5 | |
| | ||||||
* | convert importers to confluent-kafka library | Bryan Newbold | 2019-09-20 | 2 | -21/+74 | |
| | ||||||
* | bump max message size to ~20 MBytes | Bryan Newbold | 2019-09-20 | 2 | -0/+2 | |
| | ||||||
* | fixes to confluent-kafka harvesters | Bryan Newbold | 2019-09-20 | 3 | -20/+21 | |
| | ||||||
* | first draft harvesters using confluent-kafka | Bryan Newbold | 2019-09-20 | 3 | -48/+104 | |
| | ||||||
* | make default kafka env 'dev', not 'qa' | Bryan Newbold | 2019-09-20 | 2 | -4/+4 | |
| | ||||||
* | add confluent-kafka library (to replace pykafka) | Bryan Newbold | 2019-09-20 | 1 | -0/+1 | |
| | ||||||
* | handle more external identifiers in python | Bryan Newbold | 2019-09-18 | 2 | -14/+101 | |
| | | | | | This makes it possible to, eg, past an arxiv identifier or SHA-1 hash in the general search box and do a quick lookup. | |||||
* | webface: fix duration_seconds parsing | Bryan Newbold | 2019-09-18 | 1 | -1/+1 | |
| | ||||||
* | add guide editing links to edit forms and signup message | Bryan Newbold | 2019-09-18 | 5 | -5/+26 | |
| | ||||||
* | python webface impl token generation | Bryan Newbold | 2019-09-18 | 4 | -1/+85 | |
| | ||||||
* | slightly less annoying 'flash' message header | Bryan Newbold | 2019-09-18 | 1 | -1/+1 | |
| | ||||||
* | remove '@' from archive.org ident | Bryan Newbold | 2019-09-17 | 1 | -1/+1 | |
| | ||||||
* | IA auth: use itemname not screenname for username | Bryan Newbold | 2019-09-17 | 1 | -1/+1 | |
| | | | | | | | Have run in to several issues with IA screenname being invalid fatcat usernames (eg, containing whitespace). This probably won't catch all such issues, but hopefully most of them. | |||||
* | skip test_crossref_importer_huge() by default | Bryan Newbold | 2019-09-13 | 1 | -0/+1 | |
| | ||||||
* | fix coverage of python client library | Bryan Newbold | 2019-09-13 | 1 | -1/+1 | |
| | ||||||
* | small tweaks to coverage pages | Bryan Newbold | 2019-09-06 | 2 | -1/+2 | |
| | ||||||
* | add python README ref to .env file | Bryan Newbold | 2019-09-05 | 1 | -0/+1 | |
| | | | | | For running tests. Perhaps a better solution is setting sane defaults in code? But want to require, eg, secret salts. | |||||
* | update all other mentions of python client lib | Bryan Newbold | 2019-09-05 | 4 | -8/+8 | |
| | ||||||
* | refactor all python source for client lib name | Bryan Newbold | 2019-09-05 | 58 | -229/+229 | |
| | ||||||
* | small fixes to release view | Bryan Newbold | 2019-09-05 | 1 | -14/+24 | |
| | | | | | - full width container metadata table accordion - fix "Published in by blah" cases | |||||
* | fix Importer editgroup_extra pass-through | Bryan Newbold | 2019-09-05 | 1 | -2/+1 | |
| | ||||||
* | container type: journal display as 'Scholarly Journal' | Bryan Newbold | 2019-09-05 | 1 | -1/+1 | |
| | ||||||
* | very conservative Pipfile.lock to fix import bug | Bryan Newbold | 2019-09-04 | 1 | -141/+143 | |
| | | | | | | | | | | | | When pipenv upgraded all dependencies after installing pygal, tests failed due to errors like: NotImplementedError: Can't perform this operation for unregistered loader type coming from citeproc style code, via `pkg_resource`. Still not sure what the root cause is, as that package itself wasn't upgraded. I tried a bit of bisecting dependency upgrades but nothing obvious was the cause, and a full bisection would take forever. | |||||
* | remove coverage debug statements | Bryan Newbold | 2019-09-04 | 1 | -10/+0 | |
| | ||||||
* | finish container coverage page | Bryan Newbold | 2019-09-04 | 5 | -29/+110 | |
| | | | | Also re-worked container view sidebar a bit more. | |||||
* | import pygal | Bryan Newbold | 2019-09-04 | 3 | -148/+190 | |
| | ||||||
* | start container coverage page | Bryan Newbold | 2019-09-04 | 4 | -2/+104 | |
| | ||||||
* | webface: improve container sidebar style | Bryan Newbold | 2019-09-04 | 1 | -41/+84 | |
| | ||||||
* | clarify default blank form fields | Bryan Newbold | 2019-09-03 | 1 | -3/+3 | |
| | ||||||
* | include example releases on container landing page | Bryan Newbold | 2019-09-03 | 5 | -81/+137 | |
| | | | | | Included making release search results an entity macro (in webface templates). | |||||
* | do release search by container_id, not issnl | Bryan Newbold | 2019-09-03 | 2 | -2/+5 | |
| | ||||||
* | update front-page stats (for containers number) | Bryan Newbold | 2019-09-03 | 1 | -3/+3 | |
| | ||||||
* | comment clarifying container.ident in ES release transform | Bryan Newbold | 2019-09-03 | 1 | -0/+2 | |
| | ||||||
* | additional container webface edit fields | Bryan Newbold | 2019-09-03 | 2 | -9/+36 | |
| | ||||||
* | file rel: social -> academicsocial | Bryan Newbold | 2019-09-03 | 1 | -2/+2 | |
| | ||||||
* | fix previous fix (need tests) | Bryan Newbold | 2019-09-03 | 1 | -2/+2 | |
| | ||||||
* | fix typo bug in container ES transform | Bryan Newbold | 2019-09-03 | 1 | -2/+2 | |
| | ||||||
* | last chocula import behavior tweaks | Bryan Newbold | 2019-09-03 | 1 | -3/+21 | |
| | ||||||
* | webface include webarchive_urls for containers | Bryan Newbold | 2019-09-03 | 2 | -1/+6 | |
| | ||||||
* | more careful chocula import counts; don't re-update empty URLs | Bryan Newbold | 2019-09-03 | 1 | -2/+6 | |
| | ||||||
* | better importer 'total' counting | Bryan Newbold | 2019-09-03 | 1 | -4/+2 | |
| | ||||||
* | chocula importer: include DOAJ updates | Bryan Newbold | 2019-09-03 | 1 | -2/+2 | |
| | ||||||
* | use EZB and szczepanski as OA signals (ES) | Bryan Newbold | 2019-09-03 | 1 | -0/+12 | |
| | ||||||
* | improvements to chocula importer | Bryan Newbold | 2019-09-03 | 1 | -1/+7 | |
| | ||||||
* | implement ChoculaImporter | Bryan Newbold | 2019-09-03 | 2 | -0/+137 | |
| | ||||||
* | start chocula importer | Bryan Newbold | 2019-09-03 | 1 | -0/+14 | |
| |