Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | | | | '==' vs 'is'; 'not a in b' vs 'a not in b'; etc | |||||
* | 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 | |
| | | | | | | This shouldn't change behavior on `master` branch, but in some cases (unsigned / no-message tags), should display better short version names in the footer. | |||||
* | 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 | |
| | ||||||
* | web: container lookup and display features | Bryan Newbold | 2021-10-13 | 3 | -7/+13 | |
| | ||||||
* | web: implement new schema changes | Bryan Newbold | 2021-10-13 | 6 | -11/+45 | |
| | ||||||
* | default ingest request topic now '-daily'; configurable for ingest_tool.py | Bryan Newbold | 2021-09-30 | 1 | -1/+1 | |
| | ||||||
* | web: fix stats rowspan (oops) | Bryan Newbold | 2021-08-12 | 1 | -1/+1 | |
| | ||||||
* | web: remove confusing 'references' row from stats table | Bryan Newbold | 2021-08-12 | 1 | -3/+0 | |
| | | | | Now that we have refcat, which is a different number | |||||
* | web: update front-page static stats | Bryan Newbold | 2021-08-06 | 1 | -3/+3 | |
| | ||||||
* | refs: format (commas) large refs hit counts | Bryan Newbold | 2021-08-06 | 1 | -1/+1 | |
| | ||||||
* | refs web: correct URL to refs section of guide | Bryan Newbold | 2021-08-04 | 1 | -1/+1 | |
| | ||||||
* | refs: web UI tweaks for iterated CSL schema | Bryan Newbold | 2021-08-03 | 1 | -3/+19 | |
| | ||||||
* | refs: fix typo preventing CSL from rendering in refs output | Bryan Newbold | 2021-07-27 | 1 | -1/+1 | |
| | ||||||
* | refs: revert fatcat-pubmed -> pubmed truncation | Bryan Newbold | 2021-07-27 | 1 | -4/+1 | |
| | | | | This was just going to be confusing | |||||
* | refs: lint fixes | Bryan Newbold | 2021-07-27 | 1 | -2/+2 | |
| | ||||||
* | refs: several small improvements to web UI | Bryan Newbold | 2021-07-27 | 5 | -35/+71 | |
| | ||||||
* | refs: slightly better match form (will change) | Bryan Newbold | 2021-07-27 | 1 | -42/+46 | |
| | ||||||
* | refs: show up to 8 authors in summary tables | Bryan Newbold | 2021-07-27 | 1 | -4/+4 | |
| |