aurweb/aurweb
Kevin Morris 9e7ae5904f
feat(python): handle RuntimeErrors raised through routes
This gets raised when a client closes a connection before receiving
a valid response; this is not controllable from our side.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-01-07 18:21:23 -08:00
..
auth feat(auth): add requires_{auth,guest} decorators 2022-01-02 16:57:42 -08:00
git remove unused imports, rectify isort violations 2021-06-05 21:27:39 -07:00
models fix(models.tu_voteinfo): default vote-count related columns to 0 2022-01-06 20:25:30 -08:00
packages fix(routers.packages): fix repeatead user joins 2022-01-05 19:46:06 -08:00
pkgbase fix(pkgbase.util): filter pending requests 2022-01-03 22:33:31 -08:00
requests change(python): move request & pkgbase request routes 2022-01-02 01:44:36 -08:00
routers fix(routers.trusted_user): set ActiveTUs on vote creation 2022-01-06 20:26:45 -08:00
scripts fix(notify): gracefully fail notifications 2021-12-17 18:08:36 -08:00
testing feat(testing.requests): add Request.__init__ 2021-12-31 18:31:48 -08:00
users revert account type permission changes 2021-12-27 22:41:18 -08:00
__init__.py Use setuptools to install Python modules 2016-09-29 22:07:06 +02:00
asgi.py feat(python): handle RuntimeErrors raised through routes 2022-01-07 18:21:23 -08:00
benchmark.py change(mkpkglists): converted to use aurweb.db ORM 2021-11-28 19:55:08 -08:00
cache.py add aurweb.cache, a redis caching utility module 2021-08-17 19:58:31 -07:00
captcha.py change(fastapi): simplify model imports across code-base 2021-10-16 19:40:00 -07:00
config.py feat(aurweb-config): add unset action and simplify 2021-11-27 22:34:15 -08:00
cookies.py fix(fastapi): rework cookies - do not re-emit generically 2021-10-28 07:35:14 -07:00
db.py fix(fastapi): fix SessionID (and ResetKey) generation 2021-11-27 20:19:40 -08:00
defaults.py feat(rpc): add search type handler 2021-10-30 19:25:54 -07:00
exceptions.py feat(exceptions): add InvariantError 2021-12-09 15:10:06 -08:00
filters.py feat(FastAPI): added /requests (get) route 2021-10-02 22:43:48 -07:00
initdb.py fix(fastapi): close connection used for initdb 2021-11-17 01:34:58 -08:00
l10n.py jinja2: add 'tn' filter, a numerical translation 2021-08-30 18:49:01 -07:00
logging.py fix(logging): restore aurweb logger; null out root logger 2021-12-07 07:45:59 -08:00
prometheus.py fix(fastapi): check for prometheus info.response 2021-11-11 16:24:10 -08:00
ratelimit.py housekeep(fastapi): rework aurweb.db session API 2021-11-14 16:15:50 -08:00
redis.py fix(fastapi): centralize logging initialization 2021-10-21 10:40:52 -07:00
rpc.py fix(rpc): fix ordering of related records 2021-11-30 16:33:34 -05:00
schema.py feat(migrations): add upgrade_voteinfo_integers ref 2022-01-06 20:27:23 -08:00
spawn.py fix: update nginx config in aurweb.spawn 2021-11-20 15:47:25 -08:00
templates.py fix(templates): import aurweb.auth.creds directly 2021-12-15 16:06:37 -08:00
time.py fix(time): unquote timezone when producing it 2021-12-15 14:01:20 -08:00
util.py feat(python): handle RuntimeErrors raised through routes 2022-01-07 18:21:23 -08:00