| Commit message (Expand) | Author | Age | Files | Lines |
* | update sentry SDK configuration | Bryan Newbold | 2022-02-25 | 2 | -10/+5 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | lint: remove unused import | Bryan Newbold | 2021-11-03 | 1 | -1/+0 |
* | 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 |
* | 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 |
* | 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 |
* | python: isort everything | Bryan Newbold | 2021-11-02 | 6 | -19/+25 |
* | lint: simple, safe inline lint fixes | Bryan Newbold | 2021-11-02 | 4 | -13/+13 |
* | lint/fmt: remove all 'import *' | Bryan Newbold | 2021-11-02 | 4 | -33/+121 |
* | cleanup imports after fatcat_tools.transforms change | Bryan Newbold | 2021-11-02 | 1 | -5/+21 |
* | web: improve git version generation | Bryan Newbold | 2021-11-02 | 1 | -1/+1 |
* | match: fix access_options in return | Bryan Newbold | 2021-10-18 | 1 | -3/+7 |
* | add GET w/ query params to reference match endpoint (and JSON version) | Bryan Newbold | 2021-10-18 | 3 | -6/+47 |
* | web: minor typo correction | Bryan Newbold | 2021-10-13 | 1 | -1/+1 |
* | web: editor username /u/<username> helper | Bryan Newbold | 2021-10-13 | 1 | -0/+8 |