polish: Fix some inconsistencies in object names and messages#10856
polish: Fix some inconsistencies in object names and messages#10856sureshanaparti merged 18 commits intoapache:4.20from
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.
| "label.add.intermediate.certifrcate": "Add intermediate certificate", | |
| "label.add.intermediate.certificate": "Add intermediate certificate", |
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.
update label keys as well -label.user.data.id|name|details|...
|
@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.
should we change setting 'vm.userdata.max.length' => 'vm.user.data.max.length' as well?
There was a problem hiding this comment.
I think we should avoid changing the name of any setting in case anyone is already using it.
ui/public/locales/ar.json
Outdated
| "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.
| "label.replace.acl.list": "Replace ACL", | |
| "label.replace.acl": "Replace ACL", |
update other locale jsons wherever applicable
There was a problem hiding this comment.
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.
| "label.affinitygroup": "Affinity Group", | |
| "label.affinity.group": "Affinity Group", |
| "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.
| "label.backupofferingid": "Backup Offering", | |
| "label.backup.offering.id": "Backup Offering", |
|
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 |
|
[SF] Trillian test result (tid-13860)
|
…#10856) * Replace ACL list with ACL and related changes to the json files in public/locales * Replace ACL list with ACL and related changes to network.js, VpcTab.vue and AclRulesTab.vue * Replace Export ACLs with Export ACL rules * standardize the term user data everywhere. fix the placeholder in register user data form. * Convert resource names in main menu and action buttons to Title case * Use special icon for sharedfs instance and prefix for sharedfs volumes * Give custom icon precedence over shared fs icon * Fixed some issues with public/locale files * Revert sharedfsvm changes * Added label.add.acl.name to en.json which was incorrectly removed * replace all *userdata* labels to *user.data* in public json files. * remove redundant labels label.user.data.l2 and label.replace.acl.list * Update ui/src/views/offering/AddNetworkOffering.vue Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com> * user data -> User Data in cmd and response * fix more Title case on action buttons and labels. --------- Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com>
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?