Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update sentry SDK configuration | Bryan Newbold | 2022-02-25 | 1 | -3/+2 |
| | |||||
* | move from raven to sentry_sdk | Martin Czygan | 2021-12-14 | 1 | -2/+2 |
| | | | | | | | | | related docs: * https://docs.sentry.io/platforms/python/guides/flask/migration/ * https://docs.sentry.io/platforms/python/guides/asgi/configuration/integrations/flask/ > `fetch_git_sha` is gone, see: https://forum.sentry.io/t/fetch-git-sha-equivalent-in-the-unified-python-sdk/5521 | ||||
* | typing: first batch of python bulk type annotations | Bryan Newbold | 2021-11-03 | 1 | -8/+8 |
| | | | | | | While these changes are more delicate than simple lint changes, this specific batch of edits and annotations was *relatively* simple, and resulted in few code changes other than function signature additions. | ||||
* | fmt (black): *.py | Bryan Newbold | 2021-11-02 | 1 | -38/+56 |
| | |||||
* | python: isort everything | Bryan Newbold | 2021-11-02 | 1 | -4/+11 |
| | |||||
* | example of starting to use format strings | Bryan Newbold | 2020-04-17 | 1 | -12/+12 |
| | |||||
* | Merge pull request #53 from EdwardBetts/spelling | bnewbold | 2020-03-27 | 1 | -1/+1 |
|\ | | | | | Correct spelling mistakes | ||||
| * | Correct spelling mistakes | Edward Betts | 2020-03-27 | 1 | -1/+1 |
| | | |||||
* | | cleanup unused code in fatcat_harvest.py | Bryan Newbold | 2020-03-23 | 1 | -7/+0 |
| | | |||||
* | | harvest: fix imports from HarvestPubmedWorker cleanup | Martin Czygan | 2020-03-10 | 1 | -2/+2 |
| | | |||||
* | | pubmed ftp harvest and KafkaBs4XmlPusher | Martin Czygan | 2020-02-19 | 1 | -4/+11 |
|/ | | | | | | | * add PubmedFTPWorker * utils are currently stored alongside pubmed (e.g. ftpretr, xmlstream) but may live elsewhere, as they are more generic * add KafkaBs4XmlPusher | ||||
* | improve argparse usage | Bryan Newbold | 2019-12-11 | 1 | -8/+10 |
| | | | | | | | | | | | | | | Use --fatcat-api-url instead of (ambiguous) --host-url for commands that aren't deployed/running via systemd. TODO: update the other --host-url usage, and either roll-out change consistently or support the old arg as an alias during cut-over Use argparse.ArgumentDefaultsHelpFormatter (thanks Martin!) Add help messages for all sub-commands, both as documentation and as a way to get argparse to print available commands in a more readable format. | ||||
* | make default kafka env 'dev', not 'qa' | Bryan Newbold | 2019-09-20 | 1 | -2/+2 |
| | |||||
* | bunch of lint/whitespace cleanups | Bryan Newbold | 2019-02-22 | 1 | -1/+1 |
| | |||||
* | start refactoring API object passing | Bryan Newbold | 2019-01-08 | 1 | -0/+5 |
| | |||||
* | fix OAI-PMH name/finished message | Bryan Newbold | 2018-11-21 | 1 | -6/+6 |
| | |||||
* | continous is a flag, not arg | Bryan Newbold | 2018-11-21 | 1 | -1/+1 |
| | |||||
* | correct kafka topic names | Bryan Newbold | 2018-11-20 | 1 | -12/+12 |
| | |||||
* | initial OAI-PMH harvesters | Bryan Newbold | 2018-11-19 | 1 | -3/+54 |
| | |||||
* | better DOI registrar harvesters | Bryan Newbold | 2018-11-19 | 1 | -2/+5 |
| | |||||
* | refactoring harvesters | Bryan Newbold | 2018-11-15 | 1 | -0/+66 |