aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/issue_db.py
Commit message (Collapse)AuthorAgeFilesLines
* issue-db: use new any-issn lookup endpointBryan Newbold2021-12-021-1/+1
|
* issue-db: fixes to schemaBryan Newbold2021-12-021-4/+1
| | | | | | | The primary key on release_counts was resulting in only one row per pubid. Also the 'year_in_sim' column was never being used.
* schema: use container redirect as ident if definedBryan Newbold2021-11-301-1/+1
| | | | | | This is to handle containers which have been merged (redirected), but the release entities have not be updated to point to the new "primary" container yet.
* replace classmethods with staticmethodsBryan Newbold2021-10-271-4/+4
|
* lint: small cleanups, mostly E711 and E713Bryan Newbold2021-10-271-2/+2
|
* re-style imports (isort) on all core python filesBryan Newbold2021-10-271-4/+5
|
* Revert undesirable changesChristian Clauss2021-02-231-1/+1
|
* Modernize Python syntax with pyupgrade --py38-plus **/*.pyChristian Clauss2021-02-231-1/+1
|
* issue-db: bug fixes; refactorsBryan Newbold2021-01-261-2/+13
|
* refactor ES configuration setting namesBryan Newbold2021-01-251-1/+1
|
* commands: show usage on empty commandBryan Newbold2020-11-021-1/+1
|
* fixes to issue_db testsBryan Newbold2020-10-231-3/+1
|
* issuedb: use fatcat API config from settingsBryan Newbold2020-10-231-1/+5
|
* fmtBryan Newbold2020-10-191-1/+1
|
* issue-db: use dynaconf settingsBryan Newbold2020-10-191-2/+5
|
* load issue rows: handle empty metadataBryan Newbold2020-07-211-0/+2
|
* skip partial/stub issue itemsBryan Newbold2020-07-011-0/+2
|
* fix lint errors (and some small bugs)Bryan Newbold2020-06-291-10/+10
|
* flake8 fixes (partial)Bryan Newbold2020-06-031-2/+2
|
* reformat python code with blackBryan Newbold2020-06-031-86/+164
|
* fixes to release+sim pipelineBryan Newbold2020-05-201-1/+21
|
* initial progress on work pipelineBryan Newbold2020-05-161-0/+31
|
* more progress on issue_dbBryan Newbold2020-05-161-28/+47
|
* first pass at issue-db toolBryan Newbold2020-05-151-0/+286