-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Quota Statement #10506
base: main
Are you sure you want to change the base?
Improve Quota Statement #10506
Conversation
@blueorangutan package |
@julien-vaz a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Packaging result [SF]: ✖️ el8 ✖️ el9 ✖️ debian ✖️ suse15. SL-JID 12669 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10506 +/- ##
=============================================
- Coverage 16.15% 3.99% -12.17%
=============================================
Files 5666 398 -5268
Lines 498081 32581 -465500
Branches 60267 5776 -54491
=============================================
- Hits 80475 1302 -79173
+ Misses 408593 31129 -377464
+ Partials 9013 150 -8863
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@blueorangutan package |
@julien-vaz a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Packaging result [SF]: ✖️ el8 ✖️ el9 ✖️ debian ✖️ suse15. SL-JID 12689 |
…uotaServiceImplTest
I've just successfully builded the packages locally with |
@blueorangutan package |
@julien-vaz a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 12742 |
Description
In the current version, the
quotaStatement
API is returning the internal ID for account and domain, which is not useful for users, since all APIs use/return the UUID. Also, when theusage_type
parameter is informed, the API shows dummy records.To address those problems:
showresources
was added to display more information to the user about each usage type;quotaStatementDetails
API was created to list more details about each usage type;Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
How Has This Been Tested?
On CloudMonkey the
quotaStatement
API was called and:usage_type
no dummy records were showed;showresources
parameter is properly working;The
quotaStatementDetails
API was called successfully as well.