aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * hide abstract format if NoneJohannah Sprinz2022-02-081-1/+3
| |
* | web: update homepage preservation svg imageBryan Newbold2022-02-092-2/+6
| |
* | bulk cleanups: NCI chem entries; IRs with container_id; PLOS non-articlesBryan Newbold2022-02-094-0/+330
| |
* | 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
|
* changelog updateBryan Newbold2022-02-071-0/+7
|
* web: handle abstract with no mimetypeBryan Newbold2022-02-071-1/+1
| | | | | Good example of a bug where type annotations on entity classes would help.
* bulk metadata edit logBryan Newbold2022-02-043-0/+223
|
* 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
|
* update CHANGELOG for v0.5.1v0.5.1Bryan Newbold2022-01-261-1/+9
|
* commit updated statsBryan Newbold2022-01-262-0/+47
|
* update rust README dependency section (ubuntu focal)Bryan Newbold2022-01-261-4/+6
|
* upgrade gitlab CI, docs, and various scripts from postgresql 11 to 13Bryan Newbold2022-01-264-3/+4
| | | | | | | | Expecting few if any compatibility issues with this transition. Actually upgrading the production databases will be some work, but will hopefully yield disk savings from changes in the B-Tree index on-disk format.
* gitlab-ci: install newer version of pipenv, via IA .deb fileBryan Newbold2022-01-261-0/+2
|
* gitlab CI: use focal base image for CI runBryan Newbold2022-01-261-7/+6
|
* docker focal: update base image for focal/py38Bryan Newbold2022-01-261-36/+11
|
* Merge branch 'bnewbold-read-only' into 'master'bnewbold2022-01-259-12/+105
|\ | | | | | | | | read-only database mode See merge request webgroup/fatcat!137
| * proposal: read-only database modeBryan Newbold2022-01-211-0/+60
| |
| * changelog: read-only mode updatesBryan Newbold2022-01-211-0/+10
| |
| * rust: handle database read-only mode (as 5xx errors, not 4xx)Bryan Newbold2022-01-212-8/+16
| |
| * rust: swith postgresql database to 'fatcat_dev' (distinct from 'fatcat_test')Bryan Newbold2022-01-213-3/+3
| |
| * 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
| |
* | container counts update process READMEBryan Newbold2022-01-211-0/+41
|/
* 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
| |
* | update statsBryan Newbold2022-01-123-0/+49
| |
* | ES: update README for v05-era indicesBryan Newbold2022-01-121-15/+15
| |
* | ES schema: fix typo in container issns aliasBryan Newbold2022-01-121-1/+1
| |
* | 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.
* updates to guide based on feedbackBryan Newbold2021-12-083-9/+35
|
* mergers: fix typo in env var nameBryan Newbold2021-12-073-3/+3
|