]> source.dussan.org Git - gitea.git/commit
Check quota limits for container uploads (#22450)
authorKN4CK3R <admin@oldschoolhack.me>
Sun, 29 Jan 2023 17:34:29 +0000 (18:34 +0100)
committerGitHub <noreply@github.com>
Sun, 29 Jan 2023 17:34:29 +0000 (11:34 -0600)
commitd283a31f03eae2fc2bd8dc01b2c366308e81e50c
tree30669a1fea005fdf705ec4cd071a57a34a86477c
parent2052a9e2b4e17704849e0968762ad7d51fe9d7b7
Check quota limits for container uploads (#22450)

The test coverage has revealed that container packages were not checked
against the quota limits.
routers/api/packages/container/blob.go
routers/api/packages/container/container.go
routers/api/packages/container/manifest.go
services/packages/packages.go
tests/integration/api_packages_test.go