aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web
Commit message (Collapse)AuthorAgeFilesLines
...
* temporarily disable mypy checks on web_config.pyBryan Newbold2022-02-032-2/+8
|
* small changes to preservation coverage search queriesBryan Newbold2022-02-032-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 statsBryan Newbold2022-02-011-3/+3
|
* web: support for alert messages (site-wide)Bryan Newbold2022-01-212-1/+16
|
* elasticsearch: bump timeout to 40 seconds (from default of 10)Bryan Newbold2022-01-101-1/+1
|
* make fmtBryan Newbold2021-12-152-5/+6
|
* move from raven to sentry_sdkMartin Czygan2021-12-142-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 Newbold2021-11-242-3/+3
|
* codespell fixes in web interface templatesBryan Newbold2021-11-2414-19/+19
|
* typo: don't expand containers for release revs (TOML)Bryan Newbold2021-11-191-1/+1
|
* web editgroup diff: don't enrich in TOML diff; fix overlapping breakBryan Newbold2021-11-192-5/+8
|
* web generic entity helpers: make enrichment optionalBryan Newbold2021-11-191-18/+49
|
* polish editgroup diff viewBryan Newbold2021-11-183-92/+75
| | | | Still not as great as it could be, but useful in this state.
* initial implementation of editgroup 'diff' for reviewBryan Newbold2021-11-174-6/+183
|
* web: fix API URL link for review pages of entitiesBryan Newbold2021-11-171-2/+2
|
* web: handle ES non-int error codes betterBryan Newbold2021-11-121-9/+12
|
* lint: minor import tweakBryan Newbold2021-11-091-1/+1
|
* web: work around remaining type annotation issuesBryan Newbold2021-11-032-11/+15
|
* ignore type errors in cors.py (third party code)Bryan Newbold2021-11-031-2/+2
|
* web: fix bytes/text warning loggingBryan Newbold2021-11-031-3/+3
| | | | Minor issue. Caught by type checking
* lint: remove unused importBryan Newbold2021-11-031-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 booleansBryan Newbold2021-11-031-3/+32
|
* web: add type annotationsBryan Newbold2021-11-0312-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 viewsBryan Newbold2021-11-032-0/+15
|
* lint: resolve existing mypy type errorsBryan Newbold2021-11-024-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 whyBryan Newbold2021-11-021-1/+5
|
* fmt (black): fatcat_web/Bryan Newbold2021-11-0213-1297/+1992
|
* python: isort everythingBryan Newbold2021-11-026-19/+25
|
* lint: simple, safe inline lint fixesBryan Newbold2021-11-024-13/+13
| | | | '==' vs 'is'; 'not a in b' vs 'a not in b'; etc
* lint/fmt: remove all 'import *'Bryan Newbold2021-11-024-33/+121
|
* cleanup imports after fatcat_tools.transforms changeBryan Newbold2021-11-021-5/+21
|
* web: improve git version generationBryan Newbold2021-11-021-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 returnBryan Newbold2021-10-181-3/+7
|
* add GET w/ query params to reference match endpoint (and JSON version)Bryan Newbold2021-10-183-6/+47
|
* web: minor typo correctionBryan Newbold2021-10-131-1/+1
|
* web: editor username /u/<username> helperBryan Newbold2021-10-131-0/+8
|
* web: container lookup and display featuresBryan Newbold2021-10-133-7/+13
|
* web: implement new schema changesBryan Newbold2021-10-136-11/+45
|
* default ingest request topic now '-daily'; configurable for ingest_tool.pyBryan Newbold2021-09-301-1/+1
|
* web: fix stats rowspan (oops)Bryan Newbold2021-08-121-1/+1
|
* web: remove confusing 'references' row from stats tableBryan Newbold2021-08-121-3/+0
| | | | Now that we have refcat, which is a different number
* web: update front-page static statsBryan Newbold2021-08-061-3/+3
|
* refs: format (commas) large refs hit countsBryan Newbold2021-08-061-1/+1
|
* refs web: correct URL to refs section of guideBryan Newbold2021-08-041-1/+1
|
* refs: web UI tweaks for iterated CSL schemaBryan Newbold2021-08-031-3/+19
|
* refs: fix typo preventing CSL from rendering in refs outputBryan Newbold2021-07-271-1/+1
|
* refs: revert fatcat-pubmed -> pubmed truncationBryan Newbold2021-07-271-4/+1
| | | | This was just going to be confusing
* refs: lint fixesBryan Newbold2021-07-271-2/+2
|
* refs: several small improvements to web UIBryan Newbold2021-07-275-35/+71
|
* refs: slightly better match form (will change)Bryan Newbold2021-07-271-42/+46
|