mirror of
https://github.com/quay/quay.git
synced 2026-01-27 18:42:52 +03:00
* api: update the quota api so that it's more consistent with the other apis (PROJQUAY-2936) - Uodate the quota api to be more consistent with the rest of the endpoints - Handles some uncaught exceptions, such as division by zero - Update some of the quota data models used by the api to take object references instead of names to make it easier to use - Update table model naming conventions - swagger operationid multiple nicknames - Added more test cases for api - Remove unused functions - Update the UI for better UX, based on the api changes made * quota: fix ui input form value * quota: join quota type query * Remove unused functions