aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web
Commit message (Expand)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
* 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
* 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
* 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
* lint: remove unused importBryan Newbold2021-11-031-1/+0
* web config: add helper for coercing env vars into booleansBryan Newbold2021-11-031-3/+32
* web: add type annotationsBryan Newbold2021-11-0312-297/+347
* introduce 'AnyResponse' type for Flask viewsBryan Newbold2021-11-032-0/+15
* lint: resolve existing mypy type errorsBryan Newbold2021-11-024-31/+39
* 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
* 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
* 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
* 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
* 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