Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | web: small improvements to release SERP rows | Bryan Newbold | 2022-02-15 | 1 | -1/+4 |
| | |||||
* | container browse: refactor count data structure to fix sorting | Bryan Newbold | 2022-02-15 | 3 | -30/+79 |
| | |||||
* | containers: small fixes to browse view | Bryan Newbold | 2022-02-15 | 1 | -3/+8 |
| | |||||
* | web: tweak 'generic' / container mix-in search result behavior | Bryan Newbold | 2022-02-15 | 1 | -1/+10 |
| | |||||
* | web: remove generic entity fields from 'metadata' tab | Bryan Newbold | 2022-02-15 | 2 | -4/+17 |
| | |||||
* | containers: iterate on browse interface, showing year/volume/issue | Bryan Newbold | 2022-02-11 | 3 | -51/+94 |
| | |||||
* | containers: progress on browse interface | Bryan Newbold | 2022-02-11 | 4 | -28/+146 |
| | |||||
* | container browse: quick fix type annotation | Bryan Newbold | 2022-02-09 | 1 | -1/+1 |
| | |||||
* | move container_status ES query code from fatcat_web to fatcat_tools | Bryan Newbold | 2022-02-09 | 6 | -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' feature | Bryan Newbold | 2022-02-09 | 4 | -1/+107 |
| | |||||
* | web: move search-in-container to dedicated tab | Bryan Newbold | 2022-02-09 | 4 | -3/+119 |
| | |||||
* | search: improve container_id handling | Bryan Newbold | 2022-02-09 | 1 | -27/+6 |
| | |||||
* | container SERP: fix layout on mobile | Bryan Newbold | 2022-02-09 | 2 | -54/+62 |
| | |||||
* | container ES schema: more aliases | Bryan Newbold | 2022-02-09 | 1 | -0/+6 |
| | |||||
* | container search: iterate on SERP page (including stats) | Bryan Newbold | 2022-02-09 | 3 | -10/+72 |
| | |||||
* | container: scholars portal kbart link; unknown type display | Bryan Newbold | 2022-02-09 | 1 | -1/+3 |
| | |||||
* | update/consolidate python TODO | Bryan Newbold | 2022-02-09 | 1 | -1/+4 |
| | |||||
* | Merge remote-tracking branch 'github/master' | Bryan Newbold | 2022-02-09 | 1 | -1/+7 |
|\ | |||||
| * | Display unknown abstract format | Johannah Sprinz | 2022-02-08 | 1 | -3/+7 |
| | | |||||
| * | hide abstract format if None | Johannah Sprinz | 2022-02-08 | 1 | -1/+3 |
| | | |||||
* | | web: update homepage preservation svg image | Bryan Newbold | 2022-02-09 | 2 | -2/+6 |
| | | |||||
* | | bulk cleanups: NCI chem entries; IRs with container_id; PLOS non-articles | Bryan Newbold | 2022-02-09 | 4 | -0/+330 |
| | | |||||
* | | doaj importer: TODO note to skip some larger publishers | Bryan Newbold | 2022-02-09 | 1 | -0/+4 |
| | | |||||
* | | web: editgroup and editor underscore redirect helpers | Bryan Newbold | 2022-02-09 | 1 | -0/+10 |
| | | |||||
* | | release SERP: show wikidata QID | Bryan Newbold | 2022-02-08 | 1 | -0/+3 |
| | | |||||
* | | editing: correct button/form names | Bryan Newbold | 2022-02-08 | 2 | -2/+2 |
| | | |||||
* | | release: tweak preservation label text | Bryan Newbold | 2022-02-08 | 1 | -2/+2 |
|/ | |||||
* | container view: don't display status/type if unknown | Bryan Newbold | 2022-02-07 | 1 | -2/+8 |
| | |||||
* | web: switch 'perpetual access' terminology to 'preservation' | Bryan Newbold | 2022-02-07 | 3 | -9/+9 |
| | |||||
* | changelog update | Bryan Newbold | 2022-02-07 | 1 | -0/+7 |
| | |||||
* | web: handle abstract with no mimetype | Bryan Newbold | 2022-02-07 | 1 | -1/+1 |
| | | | | | Good example of a bug where type annotations on entity classes would help. | ||||
* | bulk metadata edit log | Bryan Newbold | 2022-02-04 | 3 | -0/+223 |
| | |||||
* | search: fix 'max() arg is an empty sequence' | Bryan Newbold | 2022-02-04 | 1 | -2/+2 |
| | |||||
* | search: add a circuit break on very large volume ranges | Bryan Newbold | 2022-02-04 | 1 | -0/+2 |
| | |||||
* | temporarily disable mypy checks on web_config.py | Bryan Newbold | 2022-02-03 | 2 | -2/+8 |
| | |||||
* | small changes to preservation coverage search queries | Bryan Newbold | 2022-02-03 | 2 | -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 deps | Bryan Newbold | 2022-02-03 | 1 | -475/+458 |
| | |||||
* | pipenv: black (code style tool) has a stable release | Bryan Newbold | 2022-02-03 | 1 | -3/+1 |
| | |||||
* | container ES transform: include old extra.issne/p fields | Bryan Newbold | 2022-02-03 | 1 | -1/+4 |
| | | | | | These were removed prematurely. Not all containers have been updated to use these fields yet. | ||||
* | web: update front-page stats | Bryan Newbold | 2022-02-01 | 1 | -3/+3 |
| | |||||
* | update CHANGELOG for v0.5.1v0.5.1 | Bryan Newbold | 2022-01-26 | 1 | -1/+9 |
| | |||||
* | commit updated stats | Bryan Newbold | 2022-01-26 | 2 | -0/+47 |
| | |||||
* | update rust README dependency section (ubuntu focal) | Bryan Newbold | 2022-01-26 | 1 | -4/+6 |
| | |||||
* | upgrade gitlab CI, docs, and various scripts from postgresql 11 to 13 | Bryan Newbold | 2022-01-26 | 4 | -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 file | Bryan Newbold | 2022-01-26 | 1 | -0/+2 |
| | |||||
* | gitlab CI: use focal base image for CI run | Bryan Newbold | 2022-01-26 | 1 | -7/+6 |
| | |||||
* | docker focal: update base image for focal/py38 | Bryan Newbold | 2022-01-26 | 1 | -36/+11 |
| | |||||
* | Merge branch 'bnewbold-read-only' into 'master' | bnewbold | 2022-01-25 | 9 | -12/+105 |
|\ | | | | | | | | | read-only database mode See merge request webgroup/fatcat!137 | ||||
| * | proposal: read-only database mode | Bryan Newbold | 2022-01-21 | 1 | -0/+60 |
| | | |||||
| * | changelog: read-only mode updates | Bryan Newbold | 2022-01-21 | 1 | -0/+10 |
| | |