0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-03 12:19:28 -05:00
forgejo/tests
Earl Warren ff6aceaeac
feat: optimize the FindUnreferencedPackages package query
Replace a double select with a simple select.

The complication originates from the initial implementation which
deleted packages instead of selecting them. It was justified to
workaround a problem in MySQL. But it is just a waste of resources
when collecting a list of IDs.
2024-07-27 15:57:24 +02:00
..
e2e [CHORE] Add playwright eslint plugin 2024-07-22 20:03:32 +02:00
fuzz
gitea-lfs-meta
gitea-repositories-meta Add support for workflow_dispatch (#3334) 2024-06-28 05:17:11 +00:00
integration feat: optimize the FindUnreferencedPackages package query 2024-07-27 15:57:24 +02:00
testdata/data/attachments/a/0
mysql.ini.tmpl Update instance title in tests 2024-06-08 23:33:55 +05:00
pgsql.ini.tmpl Update instance title in tests 2024-06-08 23:33:55 +05:00
sqlite.ini.tmpl Update instance title in tests 2024-06-08 23:33:55 +05:00
test_utils.go Enable multiStatements for MySQL 2024-07-16 23:16:03 +02:00