jojo/models/quota
forgejo-backport-action abab629d90 [v14.0/forgejo] chore(cleanup): move all test blank imports in a single package (#10672)
**Backport:** https://codeberg.org/forgejo/forgejo/pulls/10662

- create the modules/testimport/import.go to centralize blank import needed for tests (in order to run the init() function)  to simplify maintenance
- remove the imports that are not needed

Co-authored-by: limiting-factor <limiting-factor@posteo.com>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10672
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: forgejo-backport-action <forgejo-backport-action@noreply.codeberg.org>
Co-committed-by: forgejo-backport-action <forgejo-backport-action@noreply.codeberg.org>
2026-01-05 12:14:11 +01:00
..
default.go fix: quota evaluation rules not working properly (#9033) 2025-09-08 01:05:55 +02:00
errors.go feat(quota): Humble beginnings of a quota engine 2024-08-02 11:10:34 +02:00
group.go feat: allow sync quota groups with oauth2 auth source (#8554) 2025-12-01 14:12:00 +01:00
limit_subject.go feat(quota): Humble beginnings of a quota engine 2024-08-02 11:10:34 +02:00
main_test.go [v14.0/forgejo] chore(cleanup): move all test blank imports in a single package (#10672) 2026-01-05 12:14:11 +01:00
quota.go fix: quota evaluation rules not working properly (#9033) 2025-09-08 01:05:55 +02:00
quota_group_test.go fix: quota evaluation rules not working properly (#9033) 2025-09-08 01:05:55 +02:00
quota_rule_test.go fix: quota evaluation rules not working properly (#9033) 2025-09-08 01:05:55 +02:00
rule.go fix: quota evaluation rules not working properly (#9033) 2025-09-08 01:05:55 +02:00
used.go chore: ensure consistent import aliasing for services and models (#10253) 2025-11-30 17:00:57 +01:00
used_test.go fix: quotas double counting repo size when calculating size:all (#9234) 2025-09-11 16:30:04 +02:00