aboutsummaryrefslogtreecommitdiffstats
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
...
| * move container_status ES query code from fatcat_web to fatcat_toolsBryan Newbold2022-02-096-157/+205
| | | | | | | | | | | | The main motivation is to never have fatcat_tools import from fatcat_web, only vica-versa. Some code in fatcat_tools needs container stats, so starting with that code path (plus some generic helpers).
| * containers: initial work on 'browse' featureBryan Newbold2022-02-094-1/+107
| |
| * web: move search-in-container to dedicated tabBryan Newbold2022-02-094-3/+119
| |
| * search: improve container_id handlingBryan Newbold2022-02-091-27/+6
| |
| * container SERP: fix layout on mobileBryan Newbold2022-02-092-54/+62
| |
| * container search: iterate on SERP page (including stats)Bryan Newbold2022-02-093-10/+72
| |
| * container: scholars portal kbart link; unknown type displayBryan Newbold2022-02-091-1/+3
| |
* | entity updates: don't try to ingest arxiv DOIs (for now)Bryan Newbold2022-02-281-0/+2
| |
* | importer: hotfix for sentry config errorBryan Newbold2022-02-251-1/+1
| |
* | ingest: longer ES timeoutBryan Newbold2022-02-251-1/+1
| |
* | update sentry SDK configurationBryan Newbold2022-02-258-28/+12
| |
* | Merge branch 'bnewbold-datacite-skip-ir-containers' into 'master'bnewbold2022-02-141-0/+34
|\ \ | |/ |/| | | | | datacite importer: skip container_id for some repository sources See merge request webgroup/fatcat!138
| * datacite importer: skip container_id for some repository sourcesBryan Newbold2022-02-091-0/+34
| |
* | update/consolidate python TODOBryan Newbold2022-02-091-1/+4
|/
* Merge remote-tracking branch 'github/master'Bryan Newbold2022-02-091-1/+7
|\
| * Display unknown abstract formatJohannah Sprinz2022-02-081-3/+7
| |
| * hide abstract format if NoneJohannah Sprinz2022-02-081-1/+3
| |
* | web: update homepage preservation svg imageBryan Newbold2022-02-092-2/+6
| |
* | doaj importer: TODO note to skip some larger publishersBryan Newbold2022-02-091-0/+4
| |
* | web: editgroup and editor underscore redirect helpersBryan Newbold2022-02-091-0/+10
| |
* | release SERP: show wikidata QIDBryan Newbold2022-02-081-0/+3
| |
* | editing: correct button/form namesBryan Newbold2022-02-082-2/+2
| |
* | release: tweak preservation label textBryan Newbold2022-02-081-2/+2
|/
* container view: don't display status/type if unknownBryan Newbold2022-02-071-2/+8
|
* web: switch 'perpetual access' terminology to 'preservation'Bryan Newbold2022-02-073-9/+9
|
* web: handle abstract with no mimetypeBryan Newbold2022-02-071-1/+1
| | | | | Good example of a bug where type annotations on entity classes would help.
* search: fix 'max() arg is an empty sequence'Bryan Newbold2022-02-041-2/+2
|
* search: add a circuit break on very large volume rangesBryan Newbold2022-02-041-0/+2
|
* temporarily disable mypy checks on web_config.pyBryan Newbold2022-02-032-2/+8
|
* small changes to preservation coverage search queriesBryan Newbold2022-02-032-10/+67
| | | | | | | - allow fetching of by-release-type preservation histograms as JSON - query flag to exclude 'stub' entity types - don't include 'stub' entities in container-by-year or container-by-volume charts (and JSON)
* pipenv: update depsBryan Newbold2022-02-031-475/+458
|
* pipenv: black (code style tool) has a stable releaseBryan Newbold2022-02-031-3/+1
|
* container ES transform: include old extra.issne/p fieldsBryan Newbold2022-02-031-1/+4
| | | | | These were removed prematurely. Not all containers have been updated to use these fields yet.
* web: update front-page statsBryan Newbold2022-02-011-3/+3
|
* Merge branch 'bnewbold-read-only' into 'master'bnewbold2022-01-252-1/+16
|\ | | | | | | | | read-only database mode See merge request webgroup/fatcat!137
| * web: support for alert messages (site-wide)Bryan Newbold2022-01-212-1/+16
| |
* | ingest tool: clear_scroll allowed in es-public-proxy for some timeBryan Newbold2022-01-211-8/+0
|/
* Merge branch 'bnewbold-file-es' into 'master'bnewbold2022-01-214-4/+66
|\ | | | | | | | | File entity elasticsearch index worker See merge request webgroup/fatcat!136
| * entity worker: expand creators in release entitiesBryan Newbold2021-12-151-1/+1
| |
| * small default config typo fixes for elasticsearch workersBryan Newbold2021-12-151-2/+2
| |
| * file elasticsearch index workerBryan Newbold2021-12-153-1/+63
| |
* | elasticsearch: bump timeout to 40 seconds (from default of 10)Bryan Newbold2022-01-101-1/+1
| |
* | make fmtBryan Newbold2021-12-152-5/+6
| |
* | Merge branch 'martin-sentry-sdk' into 'master'bnewbold2021-12-1610-344/+396
|\ \ | | | | | | | | | | | | move from raven to sentry_sdk See merge request webgroup/fatcat!135
| * | move from raven to sentry_sdkMartin Czygan2021-12-1410-344/+396
| |/ | | | | | | | | | | | | | | | | 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
* / crossref importer: skip affiliations lacking 'name'Bryan Newbold2021-12-151-0/+3
|/ | | | Relatedly, we should start handling ROR affiliations in contribs soon.
* mergers: fix typo in env var nameBryan Newbold2021-12-073-3/+3
|
* ES container schema: add 'sim_pubid' and `ia_sim_collection` fieldsBryan Newbold2021-12-031-0/+2
|
* ES transform: remove prototype microfilm linksBryan Newbold2021-12-031-20/+0
| | | | This ended up being a feature in scholar.archive.org, not fatcat.
* chocula importer: handle not-upper-case ISSNsBryan Newbold2021-11-301-2/+6
|