aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/web_config.py
Commit message (Collapse)AuthorAgeFilesLines
* temporarily disable mypy checks on web_config.pyBryan Newbold2022-02-031-1/+7
|
* web: support for alert messages (site-wide)Bryan Newbold2022-01-211-0/+3
|
* make fmtBryan Newbold2021-12-151-4/+5
|
* move from raven to sentry_sdkMartin Czygan2021-12-141-3/+9
| | | | | | | | | 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
* web config: add helper for coercing env vars into booleansBryan Newbold2021-11-031-3/+32
|
* fmt (black): fatcat_web/Bryan Newbold2021-11-021-20/+42
|
* python: isort everythingBryan Newbold2021-11-021-1/+2
|
* 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.
* default ingest request topic now '-daily'; configurable for ingest_tool.pyBryan Newbold2021-09-301-1/+1
|
* fix public API linksBryan Newbold2021-04-151-2/+2
|
* web: consistent public API URLsBryan Newbold2021-04-121-0/+4
|
* web: add goatcounter analyticsBryan Newbold2021-04-121-0/+5
| | | | Same setup as scholar.archive.org
* web: reduce flash() usage; have logins redirectBryan Newbold2021-02-261-0/+3
|
* control shadow preservation display with a flagBryan Newbold2020-07-301-0/+3
|
* lint (flake8) web interface python filesBryan Newbold2020-07-011-1/+0
|
* fix spn kafka topic env varBryan Newbold2019-12-131-1/+1
|
* initial 'Save Paper Now' web formBryan Newbold2019-12-121-0/+4
|
* refactor all python source for client lib nameBryan Newbold2019-09-051-1/+1
|
* crude mostly-working wikipedia (mediawiki) loginBryan Newbold2019-04-091-0/+9
|
* fix config file whitespaceBryan Newbold2019-04-031-0/+1
|
* better warn/error loggingBryan Newbold2019-04-031-1/+1
|
* handle local/dev env config betterBryan Newbold2019-04-031-5/+6
|
* fix CSRF for WTF formsBryan Newbold2019-04-021-0/+5
|
* more ES index fixesBryan Newbold2019-01-281-1/+2
|
* make token logins (and cookies in general) work locally/devBryan Newbold2019-01-171-5/+6
|
* decode GIT_REVISION earlierBryan Newbold2019-01-081-1/+1
|
* basic/crude IA loginBryan Newbold2019-01-071-2/+6
|
* one-month default session; lock down cookiesBryan Newbold2019-01-041-0/+6
|
* use .env for all config (and document it)Bryan Newbold2019-01-041-0/+54