-
Notifications
You must be signed in to change notification settings - Fork 1.2k
polish: Fix some inconsistencies in object names and messages #10856
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
Conversation
…ue and AclRulesTab.vue
…ister user data form.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 4.20 #10856 +/- ##
=========================================
Coverage 16.15% 16.15%
- Complexity 13273 13274 +1
=========================================
Files 5657 5656 -1
Lines 497898 497813 -85
Branches 60374 60373 -1
=========================================
Hits 80435 80435
+ Misses 408505 408425 -80
+ Partials 8958 8953 -5
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:
|
ui/public/locales/en.json
Outdated
"label.add.intermediate.certificate": "Add intermediate certificate", | ||
"label.add.host": "Add Host", | ||
"label.add.ingress.rule": "Add Ingress rule", | ||
"label.add.intermediate.certifrcate": "Add intermediate certificate", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"label.add.intermediate.certifrcate": "Add intermediate certificate", | |
"label.add.intermediate.certificate": "Add intermediate certificate", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
ui/public/locales/en.json
Outdated
"label.userdataname": "User data name", | ||
"label.userdatadetails": "User data details", | ||
"label.userdataparams": "User data parameters", | ||
"label.userdatapolicy": "User data link policy", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update label keys as well -label.user.data.id|name|details|...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
@abh1sar a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
UI build: ✔️ |
"Using HTTP POST (via POST body), you can send up to 1MB of data after base64 encoding. " + | ||
"You also need to change vm.userdata.max.length value", | ||
"Using HTTP POST (via POST body), you can send up to 32KB of data after base64 encoding, " + | ||
"which can be increased upto 1MB using the vm.userdata.max.length setting", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we change setting 'vm.userdata.max.length' => 'vm.user.data.max.length' as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should avoid changing the name of any setting in case anyone is already using it.
ui/public/locales/ar.json
Outdated
@@ -924,7 +924,7 @@ | |||
"label.remove.vpc.offering": "Remove VPC offering", | |||
"label.removing": "Removing", | |||
"label.replace.acl": "Replace ACL", | |||
"label.replace.acl.list": "Replace ACL List", | |||
"label.replace.acl.list": "Replace ACL", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"label.replace.acl.list": "Replace ACL", | |
"label.replace.acl": "Replace ACL", |
update other locale jsons wherever applicable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replaced label.replace.acl.list with label.replace.acl at all usages and removed the label.
"label.affinity.groups": "Affinity groups", | ||
"label.affinitygroup": "Affinity group", | ||
"label.affinity.groups": "Affinity Groups", | ||
"label.affinitygroup": "Affinity Group", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"label.affinitygroup": "Affinity Group", | |
"label.affinity.group": "Affinity Group", |
"label.backup.repository": "Backup Repository", | ||
"label.backup.restore": "Restore Instance backup", | ||
"label.backupofferingid": "Backup offering", | ||
"label.backupofferingname": "Backup offering", | ||
"label.backupofferingid": "Backup Offering", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"label.backupofferingid": "Backup Offering", | |
"label.backup.offering.id": "Backup Offering", |
@blueorangutan package |
@abh1sar 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. |
I'll handle @sureshanaparti comments on generic label name changes on a different PR. |
Packaging result [SF]: ✔️ el8 ✔️ el9 ✖️ debian ✔️ suse15. SL-JID 14091 |
@abh1sar a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
UI build: ✔️ |
@blueorangutan package |
@abh1sar 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 14222 |
@abh1sar a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
UI build: ✔️ |
@blueorangutan package |
@sureshanaparti 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 14314 |
@blueorangutan test |
@sureshanaparti a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[SF] Trillian test result (tid-13860)
|
Description
This PR fixes some inconsistencies in object names and messages.
doc pr : apache/cloudstack-documentation#506
ACL Lists
Before:




After:
Before:
After:
User data
Before:




After:
Before:
After:
Use Title Case in main menu and create new * buttons
List of all changes done:
TitleCase.md
Before:


After:
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?