aurweb/aurweb
Kevin Morris 6c7e274968
feat(db): add an index for SSHPubKeys.PubKey (#2)
Speeds up SSHPubKeys.PubKey searches in a larger database.

Fixed form of the original commit which was reverted,
1a7f6e1fa9

Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-08-13 19:52:50 -07:00
..
auth change: report unhandled tracebacks to a repository 2022-02-10 13:44:10 -08:00
git remove unused imports, rectify isort violations 2021-06-05 21:27:39 -07:00
models fix(python): use standard dict/list type annotation 2022-08-02 12:06:58 +00:00
packages fix(python): use standard dict/list type annotation 2022-08-02 12:06:58 +00:00
pkgbase fix(python): use standard dict/list type annotation 2022-08-02 12:06:58 +00:00
requests change(python): move request & pkgbase request routes 2022-01-02 01:44:36 -08:00
routers fix: strip whitespace when parsing package keywords 2022-08-02 17:06:36 +03:00
scripts fix(python): use standard dict/list type annotation 2022-08-02 12:06:58 +00:00
testing fix(python): use standard dict/list type annotation 2022-08-02 12:06:58 +00:00
users fix(python): use standard dict/list type annotation 2022-08-02 12:06:58 +00:00
__init__.py Use setuptools to install Python modules 2016-09-29 22:07:06 +02:00
asgi.py change: log out details about PROMETHEUS_MULTIPROC_DIR 2022-02-19 12:08:55 -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 housekeep: define filters in their own modules 2022-01-18 03:06:17 -08:00
config.py upgrade: bump to v6.0.28 2022-05-13 00:41:22 +02:00
cookies.py fix(fastapi): rework cookies - do not re-emit generically 2021-10-28 07:35:14 -07:00
db.py fix(performance): lazily load expensive modules within aurweb.db 2022-08-12 22:26:26 -07:00
defaults.py feat(rpc): add search type handler 2021-10-30 19:25:54 -07:00
exceptions.py change: report unhandled tracebacks to a repository 2022-02-10 13:44:10 -08:00
filters.py fix(python): use standard dict/list type annotation 2022-08-02 12:06:58 +00:00
initdb.py fix(fastapi): close connection used for initdb 2021-11-17 01:34:58 -08:00
l10n.py All the RTL related changes 2022-01-26 17:19:39 +02:00
logging.py feat: support LOG_CONFIG environment variable 2022-01-18 07:27:36 -08:00
prometheus.py fix(python): use standard dict/list type annotation 2022-08-02 12:06:58 +00:00
ratelimit.py housekeep: centralize datetime generation 2022-01-18 07:31:04 -08:00
redis.py fix(fastapi): centralize logging initialization 2021-10-21 10:40:52 -07:00
rpc.py fix(python): use standard dict/list type annotation 2022-08-02 12:06:58 +00:00
schema.py feat(db): add an index for SSHPubKeys.PubKey (#2) 2022-08-13 19:52:50 -07:00
spawn.py fix(python): use standard dict/list type annotation 2022-08-02 12:06:58 +00:00
templates.py feat: add paging to package depends & required by 2022-03-30 17:07:40 -07:00
time.py housekeep: centralize datetime generation 2022-01-18 07:31:04 -08:00
util.py fix(python): use standard dict/list type annotation 2022-08-02 12:06:58 +00:00