Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api: update the quota api so that it's more consistent with the other…
… apis endpoints (PROJQUAY-2936) (#1221) * 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
- Loading branch information