Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | container browse: more polish | Bryan Newbold | 2022-02-15 | 3 | -25/+48 | |
| | | ||||||
| * | 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 | |
| | | ||||||
* | | entity updates: don't try to ingest arxiv DOIs (for now) | Bryan Newbold | 2022-02-28 | 1 | -0/+2 | |
| | | ||||||
* | | importer: hotfix for sentry config error | Bryan Newbold | 2022-02-25 | 1 | -1/+1 | |
| | | ||||||
* | | ingest: longer ES timeout | Bryan Newbold | 2022-02-25 | 1 | -1/+1 | |
| | | ||||||
* | | update sentry SDK configuration | Bryan Newbold | 2022-02-25 | 8 | -28/+12 | |
| | | ||||||
* | | sql dumps: use 'custom' mode instead of 'tar' | Bryan Newbold | 2022-02-23 | 1 | -1/+5 | |
| | | ||||||
* | | Merge branch 'bnewbold-datacite-skip-ir-containers' into 'master' | bnewbold | 2022-02-14 | 1 | -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 sources | Bryan Newbold | 2022-02-09 | 1 | -0/+34 | |
| | | ||||||
* | | 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 | |
| |