Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -153/+18 |
| | | | | | | 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 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 |
| | |||||
* | 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 |
| | | |||||
* | | 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 |
| | |||||
* | 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. | ||||
* | 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) | ||||
* | web: update front-page stats | Bryan Newbold | 2022-02-01 | 1 | -3/+3 |
| | |||||
* | web: support for alert messages (site-wide) | Bryan Newbold | 2022-01-21 | 2 | -1/+16 |
| | |||||
* | elasticsearch: bump timeout to 40 seconds (from default of 10) | Bryan Newbold | 2022-01-10 | 1 | -1/+1 |
| | |||||
* | make fmt | Bryan Newbold | 2021-12-15 | 2 | -5/+6 |
| | |||||
* | move from raven to sentry_sdk | Martin Czygan | 2021-12-14 | 2 | -5/+12 |
| | | | | | | | | | 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 | ||||
* | codespell fixes in python code (comments) | Bryan Newbold | 2021-11-24 | 2 | -3/+3 |
| | |||||
* | codespell fixes in web interface templates | Bryan Newbold | 2021-11-24 | 14 | -19/+19 |
| | |||||
* | typo: don't expand containers for release revs (TOML) | Bryan Newbold | 2021-11-19 | 1 | -1/+1 |
| | |||||
* | web editgroup diff: don't enrich in TOML diff; fix overlapping break | Bryan Newbold | 2021-11-19 | 2 | -5/+8 |
| | |||||
* | web generic entity helpers: make enrichment optional | Bryan Newbold | 2021-11-19 | 1 | -18/+49 |
| | |||||
* | polish editgroup diff view | Bryan Newbold | 2021-11-18 | 3 | -92/+75 |
| | | | | Still not as great as it could be, but useful in this state. | ||||
* | initial implementation of editgroup 'diff' for review | Bryan Newbold | 2021-11-17 | 4 | -6/+183 |
| | |||||
* | web: fix API URL link for review pages of entities | Bryan Newbold | 2021-11-17 | 1 | -2/+2 |
| | |||||
* | web: handle ES non-int error codes better | Bryan Newbold | 2021-11-12 | 1 | -9/+12 |
| | |||||
* | lint: minor import tweak | Bryan Newbold | 2021-11-09 | 1 | -1/+1 |
| | |||||
* | web: work around remaining type annotation issues | Bryan Newbold | 2021-11-03 | 2 | -11/+15 |
| | |||||
* | ignore type errors in cors.py (third party code) | Bryan Newbold | 2021-11-03 | 1 | -2/+2 |
| | |||||
* | web: fix bytes/text warning logging | Bryan Newbold | 2021-11-03 | 1 | -3/+3 |
| | | | | Minor issue. Caught by type checking | ||||
* | lint: remove unused import | Bryan Newbold | 2021-11-03 | 1 | -1/+0 |
| | | | | This was caught by new linting, I think not caused by any recent changes | ||||
* | web config: add helper for coercing env vars into booleans | Bryan Newbold | 2021-11-03 | 1 | -3/+32 |
| | |||||
* | web: add type annotations | Bryan Newbold | 2021-11-03 | 12 | -297/+347 |
| | | | | | This commit does not include type fixes, only annotations. A small number of tuples were also converted to lists. | ||||
* | introduce 'AnyResponse' type for Flask views | Bryan Newbold | 2021-11-03 | 2 | -0/+15 |
| | |||||
* | lint: resolve existing mypy type errors | Bryan Newbold | 2021-11-02 | 4 | -31/+39 |
| | | | | | | | | | Adds annotations and re-workes dataflow to satisfy existing mypy issues, without adding any additional type annotations to, eg, function signatures. There will probably be many more type errors when annotations are all added. | ||||
* | web: annotate 'app' as 'Any', and document why | Bryan Newbold | 2021-11-02 | 1 | -1/+5 |
| | |||||
* | fmt (black): fatcat_web/ | Bryan Newbold | 2021-11-02 | 13 | -1297/+1992 |
| |