[GitHub] [cloudstack-primate] ravening commented on pull request #553: Dont display "isolated network" section for SG enabled zone

2020-07-29 Thread GitBox


ravening commented on pull request #553:
URL: 
https://github.com/apache/cloudstack-primate/pull/553#issuecomment-664856275


   @davidjumani made changes to CreateL2NetworkForm so that it can be created 
in all zones



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd merged pull request #558: Fix bug missing Security Group in Advanced Zone with SG enabled

2020-07-29 Thread GitBox


rhtyd merged pull request #558:
URL: https://github.com/apache/cloudstack-primate/pull/558


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] gaaray2k opened a new issue #561: Templates are showing twice

2020-07-29 Thread GitBox


gaaray2k opened a new issue #561:
URL: https://github.com/apache/cloudstack-primate/issues/561


   I updated to the latest version this morning and now all my templates are 
showing twice. One per zone. Is this a bug or on pourpose?
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] ravening opened a new pull request #559: Fix global settings name display issue

2020-07-29 Thread GitBox


ravening opened a new pull request #559:
URL: https://github.com/apache/cloudstack-primate/pull/559


   Global setting name is displayed twice
   
   ![Screenshot 2020-07-28 at 11 44 
07](https://user-images.githubusercontent.com/10645273/88648838-a693e100-d0c7-11ea-81ad-94c67bddeb0e.png)
   
   
   After the fix
   
   
   ![Screenshot 2020-07-28 at 11 44 
29](https://user-images.githubusercontent.com/10645273/8864-b3b0d000-d0c7-11ea-8320-95137f5e17af.png)
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] ravening closed pull request #527: Enable searching for templates/iso while vm deployment

2020-07-29 Thread GitBox


ravening closed pull request #527:
URL: https://github.com/apache/cloudstack-primate/pull/527


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #553: Dont display "isolated network" section for SG enabled zone

2020-07-29 Thread GitBox


blueorangutan commented on pull request #553:
URL: 
https://github.com/apache/cloudstack-primate/pull/553#issuecomment-664909610







This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #558: Fix bug missing Security Group in Advanced Zone with SG enabled

2020-07-29 Thread GitBox


blueorangutan commented on pull request #558:
URL: 
https://github.com/apache/cloudstack-primate/pull/558#issuecomment-664798765







This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] gaaray2k opened a new issue #562: [BUG]

2020-07-29 Thread GitBox


gaaray2k opened a new issue #562:
URL: https://github.com/apache/cloudstack-primate/issues/562


   I updated to the latest version this morning and now all my templates are 
showing twice. One per zone. Is this a bug or on pourpose?
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-cloudmonkey] rhtyd commented on issue #67: Name resolution doesn't work correctly on Darwin build

2020-07-29 Thread GitBox


rhtyd commented on issue #67:
URL: 
https://github.com/apache/cloudstack-cloudmonkey/issues/67#issuecomment-665446179


   @mlsorensen can you test 
https://github.com/apache/cloudstack-cloudmonkey/releases/tag/6.1.0 I've 
uploaded cmk binary built on OSX with `CGO_ENABLED=1` and close this issue on 
confirmation. Thanks.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] davidjumani opened a new pull request #564: [WIP] Bug fixes

2020-07-29 Thread GitBox


davidjumani opened a new pull request #564:
URL: https://github.com/apache/cloudstack-primate/pull/564


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] utchoang commented on a change in pull request #558: Fix bug missing Security Group in Advanced Zone with SG enabled

2020-07-29 Thread GitBox


utchoang commented on a change in pull request #558:
URL: https://github.com/apache/cloudstack-primate/pull/558#discussion_r461308461



##
File path: src/views/compute/DeployVM.vue
##
@@ -774,6 +780,9 @@ export default {
 },
 networkName () {
   return this.$route.query.name || null
+},
+showSecurityGroupSection () {
+  return this.networks.length > 0 && this.zone.securitygroupsenabled && 
this.hypervisor !== 'KVM'

Review comment:
   @davidjumani 
   I refer to 
https://github.com/apache/cloudstack/blob/master/ui/scripts/instanceWizard.js#L177
 then I think KVM does not support it.

##
File path: src/views/compute/DeployVM.vue
##
@@ -774,6 +780,9 @@ export default {
 },
 networkName () {
   return this.$route.query.name || null
+},
+showSecurityGroupSection () {
+  return this.networks.length > 0 && this.zone.securitygroupsenabled && 
this.hypervisor !== 'KVM'

Review comment:
   @davidjumani I understood. I'll remove `this.hypervisor !== 'KVM'` 
condition. Thanks.





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd merged pull request #553: Dont display "isolated network" section for SG enabled zone

2020-07-29 Thread GitBox


rhtyd merged pull request #553:
URL: https://github.com/apache/cloudstack-primate/pull/553


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] davidjumani opened a new issue #560: [BUG] Create Zone bugs

2020-07-29 Thread GitBox


davidjumani opened a new issue #560:
URL: https://github.com/apache/cloudstack-primate/issues/560


   **Describe the bug**
   - Missing Guest VLAN ID in create zone wizard after selecting Advanced Zone 
with SG Enabled
   - 'Fix Errors' button still present after fixing errors and zone 
successfully created
   
   ![Screenshot from 2020-07-28 
17-37-41](https://user-images.githubusercontent.com/8244774/88663452-43bb3d80-d0f9-11ea-99ff-6cfdb241a795.png)
   ![Screenshot from 2020-07-28 
17-39-02](https://user-images.githubusercontent.com/8244774/88663457-45850100-d0f9-11ea-8516-33af5210b03e.png)
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] davidjumani commented on pull request #558: Fix bug missing Security Group in Advanced Zone with SG enabled

2020-07-29 Thread GitBox


davidjumani commented on pull request #558:
URL: 
https://github.com/apache/cloudstack-primate/pull/558#issuecomment-664798309


   @blueorangutan package



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] davidjumani opened a new issue #563: Consolidated Bug List

2020-07-29 Thread GitBox


davidjumani opened a new issue #563:
URL: https://github.com/apache/cloudstack-primate/issues/563


   CarryOn from #528 
   
   
   TO FIX :
   - Deploy VM doesn't show SG when a zone has Security Groups enabled
   - Can't take a vm storage snap in the vm detail view
   - Tags won't go unless deleted twice [vpc, ipaddress, snapshots]?? Probably 
has to do with the fact that deleting them is an async job
   
   Usability :
   - In the migrate snapshot to different storage, exclude the current host 
storage (OK... -> quick framework solution -> TBD with Rohit/David)
   - No point in having update template permissions if inside project since you 
can't modify them (TBD - David/Pearl/Rohit to review)
   - Check/ensure 500 as max page size across views/components (David?)
   - List VPC and other offerings based on zone in create vpc form
   - Root Domain shows as '/' in list & detail view infocard (David - to check 
in what views or check in InfoCard - domainpath?)
   - Contextual help missing in Add Zone, although not there in the legacy UI 
either
   - Add account on project dashboard (OK with this, add button on the 
accounts/project component and remove the add button from project actions) 
   
   After 1.0/GA:
   - Enter to submit a form (Alex's point - should be consistent)
   - Search for IPAddress firewall rule ?
   - While listing domains, on full page reload, it goes back to the root 
domain (context is lost; we don't keep selected domain in router path/url)
   - Why do IPs always point to the resource ? (David - OK to remove)
   - Account in user info card doesn't directly go to account but to the 
account listview ?
   - LB Rule is just plain json in ilb
   
   Mobile View/1.1:
   - Project selector not visible in mobile mode ?
   - Create zone form is not aligned in mobile view
   - Header notification should be clearable (obstrucs in mobile view)
   - Edit setting icon misaligned in mobile (accounts, domain, zones, etc)
   - Page size changer doesn't show up on mobile mode
   
   Undecided:
   - Keep the current router path while switching projects (David can explore, 
can we use the current router path/name to reload the page)
   - Check and don't allow domain admins to see VRs tab in guest networks and 
in VPCs : But domain admins do have access to listrouters. Perhaps just remove 
the router-link ?
   - Show buttons with labels on resource view when the number of action 
buttons are very few
   - All icons UI-wide look hanging at the bottom in Firefox but not Chrome 
(could be AntD bug)
   - Whether we should show the reset password button for all VMs, including 
those not password enabled? (hidden in Primate based on password enabled option)



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] davidjumani commented on issue #560: [BUG] Create Zone bugs

2020-07-29 Thread GitBox


davidjumani commented on issue #560:
URL: 
https://github.com/apache/cloudstack-primate/issues/560#issuecomment-665002618


   @utchoang Could you look into this ?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] davidjumani commented on a change in pull request #559: Fix global settings name display issue

2020-07-29 Thread GitBox


davidjumani commented on a change in pull request #559:
URL: https://github.com/apache/cloudstack-primate/pull/559#discussion_r461497864



##
File path: src/components/view/ListView.vue
##
@@ -68,7 +68,7 @@
 
 
 
-{{ text }}
+
 

Review comment:
   @ravening would be better to make this a v-else-if and leave the prior 
line as is since we don't need a link and detail view for each global setting





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] utchoang opened a new pull request #558: Fix bug missing Security Group in Advanced Zone with SG enabled

2020-07-29 Thread GitBox


utchoang opened a new pull request #558:
URL: https://github.com/apache/cloudstack-primate/pull/558


   @davidjumani @rhtyd cc @svenvogel 
   * Advanced Zone with SG enabled:
   
![image](https://user-images.githubusercontent.com/13766648/88614134-4ac25b80-d0b9-11ea-9ab0-0c4803bfc60d.png)
   
   * Networks step:
   
![image](https://user-images.githubusercontent.com/13766648/88614154-56ae1d80-d0b9-11ea-8766-9edd7885f27c.png)
   
   * Security Group step:
   
![image](https://user-images.githubusercontent.com/13766648/88614165-5ca3fe80-d0b9-11ea-9768-b3fd3e461ce4.png)
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] utchoang commented on pull request #556: German transaltion

2020-07-29 Thread GitBox


utchoang commented on pull request #556:
URL: 
https://github.com/apache/cloudstack-primate/pull/556#issuecomment-665471747


   @svenvogel Can you help me?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] davidjumani commented on pull request #553: Dont display "isolated network" section for SG enabled zone

2020-07-29 Thread GitBox


davidjumani commented on pull request #553:
URL: 
https://github.com/apache/cloudstack-primate/pull/553#issuecomment-664907971


   @blueorangutan package



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] davidjumani commented on a change in pull request #558: Fix bug missing Security Group in Advanced Zone with SG enabled

2020-07-29 Thread GitBox


davidjumani commented on a change in pull request #558:
URL: https://github.com/apache/cloudstack-primate/pull/558#discussion_r461307402



##
File path: src/views/compute/DeployVM.vue
##
@@ -774,6 +780,9 @@ export default {
 },
 networkName () {
   return this.$route.query.name || null
+},
+showSecurityGroupSection () {
+  return this.networks.length > 0 && this.zone.securitygroupsenabled && 
this.hypervisor !== 'KVM'

Review comment:
   @utchoang Why is KVM excluded for SG Selection ?

##
File path: src/views/compute/DeployVM.vue
##
@@ -774,6 +780,9 @@ export default {
 },
 networkName () {
   return this.$route.query.name || null
+},
+showSecurityGroupSection () {
+  return this.networks.length > 0 && this.zone.securitygroupsenabled && 
this.hypervisor !== 'KVM'

Review comment:
   Got it! But in 
https://github.com/apache/cloudstack/blob/master/ui/scripts/ui-custom/instanceWizard.js#L1570
 it does support it along with multiple IPs





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] davidjumani commented on issue #555: [BUG] Missing Select Security Groups in Advaced Zone with SG Enabled

2020-07-29 Thread GitBox


davidjumani commented on issue #555:
URL: 
https://github.com/apache/cloudstack-primate/issues/555#issuecomment-664946788


   @utchoang Could you look into this too
   - Missing Guest VLAN ID in create zone wizard for Advanced Zone with SG 
Enabled
   - 'Fix Errors' button still present after fixing errors and zone 
successfully created
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] ravening closed issue #554: [BUG] Background color changed for action confirmation dialog

2020-07-29 Thread GitBox


ravening closed issue #554:
URL: https://github.com/apache/cloudstack-primate/issues/554


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] davidjumani commented on pull request #458: Adding quick-view options to list view

2020-07-29 Thread GitBox


davidjumani commented on pull request #458:
URL: 
https://github.com/apache/cloudstack-primate/pull/458#issuecomment-665574336


   @blueorangutan package



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] davidjumani commented on a change in pull request #559: Fix global settings name display issue

2020-07-29 Thread GitBox


davidjumani commented on a change in pull request #559:
URL: https://github.com/apache/cloudstack-primate/pull/559#discussion_r462217727



##
File path: src/components/view/ListView.vue
##
@@ -68,7 +68,7 @@
 
 
 
-{{ text }}
+
 

Review comment:
   can change it to
   ```
{{ text 
}}

   ```
   So that the name is plain text and not a router link to a detail view of the 
global setting which is pretty much just the name

##
File path: src/components/view/ListView.vue
##
@@ -68,7 +68,7 @@
 
 
 
-{{ text }}
+
 

Review comment:
   @ravening  can change it to
   ```
{{ text 
}}

   ```
   So that the name is plain text and not a router link to a detail view of the 
global setting which is pretty much just the name





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd commented on issue #535: Full Test Plan for 1.0/GA for User/DomainAdmin, XEN, ACS 4.14.1.0-SNAPSHOT

2020-07-29 Thread GitBox


rhtyd commented on issue #535:
URL: 
https://github.com/apache/cloudstack-primate/issues/535#issuecomment-665559564


   Executed and closing 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] davidjumani closed issue #516: [TESTPLAN] Full Test Plan for 1.0/GA for RootAdmin, VMware 65, ACS 4.14.1.0-SNAPSHOT

2020-07-29 Thread GitBox


davidjumani closed issue #516:
URL: https://github.com/apache/cloudstack-primate/issues/516


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd opened a new pull request #565: package: update dependencies antd to v1.6.4

2020-07-29 Thread GitBox


rhtyd opened a new pull request #565:
URL: https://github.com/apache/cloudstack-primate/pull/565


   If this breaks master, we can move to 1.1 milestone.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] davidjumani commented on issue #523: [BUG] Search for 'vm' in hypervisor capabilities is broken

2020-07-29 Thread GitBox


davidjumani commented on issue #523:
URL: 
https://github.com/apache/cloudstack-primate/issues/523#issuecomment-665619922


   Fixed in #564 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] gaaray2k removed a comment on issue #561: Templates are showing twice

2020-07-29 Thread GitBox


gaaray2k removed a comment on issue #561:
URL: 
https://github.com/apache/cloudstack-primate/issues/561#issuecomment-665607085


   will do



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] davidjumani closed issue #523: [BUG] Search for 'vm' in hypervisor capabilities is broken

2020-07-29 Thread GitBox


davidjumani closed issue #523:
URL: https://github.com/apache/cloudstack-primate/issues/523


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] svenvogel commented on pull request #556: German translation

2020-07-29 Thread GitBox


svenvogel commented on pull request #556:
URL: 
https://github.com/apache/cloudstack-primate/pull/556#issuecomment-665591591







This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd commented on issue #510: Build and packaging improvements

2020-07-29 Thread GitBox


rhtyd commented on issue #510:
URL: 
https://github.com/apache/cloudstack-primate/issues/510#issuecomment-665525977


   @utchoang I'm okay with removing any dependency such as `@antv/g2` that is 
not used at all as long as they don't add any regression. The for ant design 
icons, I think it may be too much effort to find and add icons individually - 
is there a way to exclude unused icons at build time - otherwise let that be. I 
think locales is fine, can you look at if we should explore how files are 
bundled?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd commented on pull request #458: Adding quick-view options to list view

2020-07-29 Thread GitBox


rhtyd commented on pull request #458:
URL: 
https://github.com/apache/cloudstack-primate/pull/458#issuecomment-665544826


   let's discuss/address the issue icon and if we should show icons with labels 
@davidjumani ?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd commented on issue #528: Consolidated Bug List from Testing/Review

2020-07-29 Thread GitBox


rhtyd commented on issue #528:
URL: 
https://github.com/apache/cloudstack-primate/issues/528#issuecomment-665541229


   okay @davidjumani 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] davidjumani commented on pull request #559: Fix global settings name display issue

2020-07-29 Thread GitBox


davidjumani commented on pull request #559:
URL: 
https://github.com/apache/cloudstack-primate/pull/559#issuecomment-665604746


   @blueorangutan package



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd closed issue #519: [TESTPLAN] Full Test Plan for 1.0/GA for USER/Domain Admin, ESXi 67u3, ACS 4.14/latest

2020-07-29 Thread GitBox


rhtyd closed issue #519:
URL: https://github.com/apache/cloudstack-primate/issues/519


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #458: Adding quick-view options to list view

2020-07-29 Thread GitBox


blueorangutan commented on pull request #458:
URL: 
https://github.com/apache/cloudstack-primate/pull/458#issuecomment-665574660







This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd commented on issue #555: [BUG] Missing Select Security Groups in Advaced Zone with SG Enabled

2020-07-29 Thread GitBox


rhtyd commented on issue #555:
URL: 
https://github.com/apache/cloudstack-primate/issues/555#issuecomment-665540288


   @davidjumani is this still an issue or fixed? cc @utchoang 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] davidjumani closed issue #557: [TESTPLAN] Full Test Plan for 1.0/GA for Admin, KVM, ACS 4.14.1.0-SNAPSHOT

2020-07-29 Thread GitBox


davidjumani closed issue #557:
URL: https://github.com/apache/cloudstack-primate/issues/557


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] gaaray2k opened a new issue #566: issues with service offering and public ip

2020-07-29 Thread GitBox


gaaray2k opened a new issue #566:
URL: https://github.com/apache/cloudstack-primate/issues/566


   1) When using a public IP, I have three features I can use. LB, PF or 
firewall. But only one feature can be use at a time. If I use the LB feature 
for example, shouldn't the others be grayed out so users cant use them? Right 
now all the options are available and you get some internal error message but 
if you look at the logs it says that error is because you have another feature 
enabled.
   
   2) I disabled the redundant vpc service offering but still shows up when 
creating a vpc in primate. it doesnt show up in the legacy UI.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] gaaray2k edited a comment on issue #561: Templates are showing twice

2020-07-29 Thread GitBox


gaaray2k edited a comment on issue #561:
URL: 
https://github.com/apache/cloudstack-primate/issues/561#issuecomment-665608883


   it was working ok before updating to the 7/27/20 version(or 7/28/2020 I dont 
remember). something broke it in one of this two version.
   
   
   
   cloudstack-primate-0.5.0-20200726.x86_64.rpm | 2020-07-27 01:08 | 5.6M |  
   cloudstack-primate-0.5.0-20200727.x86_64.rpm | 2020-07-28 01:09 | 5.7M |  
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd commented on issue #561: Templates are showing twice

2020-07-29 Thread GitBox


rhtyd commented on issue #561:
URL: 
https://github.com/apache/cloudstack-primate/issues/561#issuecomment-665540544







This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd closed issue #535: Full Test Plan for 1.0/GA for User/DomainAdmin, XEN, ACS 4.14.1.0-SNAPSHOT

2020-07-29 Thread GitBox


rhtyd closed issue #535:
URL: https://github.com/apache/cloudstack-primate/issues/535


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] davidjumani commented on a change in pull request #458: Adding quick-view options to list view

2020-07-29 Thread GitBox


davidjumani commented on a change in pull request #458:
URL: https://github.com/apache/cloudstack-primate/pull/458#discussion_r462163271



##
File path: src/components/view/QuickView.vue
##
@@ -0,0 +1,85 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
+
+  
+
+  
+
+

Review comment:
   Using the more icon doesn't look as good, it shows up very faint
   Keeping it float right means that the user has to go to the rightmost end of 
the column to get the hover and back to the record name to get into the detail 
view. This way the icon is right after the name





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] ravening commented on a change in pull request #559: Fix global settings name display issue

2020-07-29 Thread GitBox


ravening commented on a change in pull request #559:
URL: https://github.com/apache/cloudstack-primate/pull/559#discussion_r462193958



##
File path: src/components/view/ListView.vue
##
@@ -68,7 +68,7 @@
 
 
 
-{{ text }}
+
 

Review comment:
   @davidjumani can explain more? I didnt understand about the v-else-if 
part

##
File path: src/components/view/ListView.vue
##
@@ -68,7 +68,7 @@
 
 
 
-{{ text }}
+
 

Review comment:
   @davidjumani the line `{{ text }}` is 
displaying both plain text and the router link as shown in the screenshot above

##
File path: src/components/view/ListView.vue
##
@@ -68,7 +68,7 @@
 
 
 
-{{ text }}
+
 

Review comment:
   @davidjumani done





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] Pearl1594 commented on pull request #382: Enabling Role based Users in Projects

2020-07-29 Thread GitBox


Pearl1594 commented on pull request #382:
URL: 
https://github.com/apache/cloudstack-primate/pull/382#issuecomment-665670657


   @blueorangutan package



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] davidjumani commented on issue #516: [TESTPLAN] Full Test Plan for 1.0/GA for RootAdmin, VMware 65, ACS 4.14.1.0-SNAPSHOT

2020-07-29 Thread GitBox


davidjumani commented on issue #516:
URL: 
https://github.com/apache/cloudstack-primate/issues/516#issuecomment-665613936


   Bugs listed in#528



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd closed issue #528: Consolidated Bug List from Testing/Review

2020-07-29 Thread GitBox


rhtyd closed issue #528:
URL: https://github.com/apache/cloudstack-primate/issues/528


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] svenvogel commented on a change in pull request #556: German translation

2020-07-29 Thread GitBox


svenvogel commented on a change in pull request #556:
URL: https://github.com/apache/cloudstack-primate/pull/556#discussion_r462209525



##
File path: src/locales/de_DE.json
##
@@ -1,24 +1,34 @@
 {
-"changed.item.properties": "Ge\u00e4nderte Eintragseigenschaften",
-"confirm.enable.s3": "Bitte f\u00fcgen Sie die folgenden Informationen hinzu, 
um die Unterst\u00fctzung f\u00fcr \"S3-backed Secondary Storage\" 
hinzuzuf\u00fcgen",
-"confirm.enable.swift": "Bitte f\u00fcgen Sie die folgenden Informationen 
hinzu, um die Unterst\u00fctzung f\u00fcr Swift zu erm\u00f6glichen.",
-"error.could.not.change.your.password.because.non.native.user": "Fehler! Ihr 
Passwort konnte nicht ge\u00e4ndert werden, weil LDAP konfiguriert wurde.",
+"changed.item.properties": "Geänderte Eintragseigenschaften",
+"confirm.enable.s3": "Bitte fügen Sie die folgenden Informationen hinzu, um 
die Unterstützung für \"S3-backed Secondary Storage\" hinzuzufügen",

Review comment:
   CC @utchoang "Bitte fügen Sie die folgenden Informationen hinzu, um die 
Unterstützung für "S3-backend Secondary Storage" zu aktivieren" -> ok

##
File path: src/locales/de_DE.json
##
@@ -1,24 +1,34 @@
 {
-"changed.item.properties": "Ge\u00e4nderte Eintragseigenschaften",
-"confirm.enable.s3": "Bitte f\u00fcgen Sie die folgenden Informationen hinzu, 
um die Unterst\u00fctzung f\u00fcr \"S3-backed Secondary Storage\" 
hinzuzuf\u00fcgen",
-"confirm.enable.swift": "Bitte f\u00fcgen Sie die folgenden Informationen 
hinzu, um die Unterst\u00fctzung f\u00fcr Swift zu erm\u00f6glichen.",
-"error.could.not.change.your.password.because.non.native.user": "Fehler! Ihr 
Passwort konnte nicht ge\u00e4ndert werden, weil LDAP konfiguriert wurde.",
+"changed.item.properties": "Geänderte Eintragseigenschaften",
+"confirm.enable.s3": "Bitte fügen Sie die folgenden Informationen hinzu, um 
die Unterstützung für \"S3-backed Secondary Storage\" hinzuzufügen",
+"confirm.enable.swift": "Bitte fügen Sie die folgenden Informationen hinzu, um 
die Unterstützung für Swift zu ermöglichen.",

Review comment:
   CC @utchoang -> ok

##
File path: src/locales/de_DE.json
##
@@ -1,24 +1,34 @@
 {
-"changed.item.properties": "Ge\u00e4nderte Eintragseigenschaften",
-"confirm.enable.s3": "Bitte f\u00fcgen Sie die folgenden Informationen hinzu, 
um die Unterst\u00fctzung f\u00fcr \"S3-backed Secondary Storage\" 
hinzuzuf\u00fcgen",
-"confirm.enable.swift": "Bitte f\u00fcgen Sie die folgenden Informationen 
hinzu, um die Unterst\u00fctzung f\u00fcr Swift zu erm\u00f6glichen.",
-"error.could.not.change.your.password.because.non.native.user": "Fehler! Ihr 
Passwort konnte nicht ge\u00e4ndert werden, weil LDAP konfiguriert wurde.",
+"changed.item.properties": "Geänderte Eintragseigenschaften",
+"confirm.enable.s3": "Bitte fügen Sie die folgenden Informationen hinzu, um 
die Unterstützung für \"S3-backed Secondary Storage\" hinzuzufügen",
+"confirm.enable.swift": "Bitte fügen Sie die folgenden Informationen hinzu, um 
die Unterstützung für Swift zu ermöglichen.",
+"error.could.not.change.your.password.because.non.native.user": "Fehler! Ihr 
Passwort konnte nicht geändert werden, weil LDAP konfiguriert wurde.",
 "error.could.not.enable.zone": "Zone konnte nicht aktiviert werden",
-"error.installwizard.message": "Etwas ging schief; Sie k\u00f6nnen 
zur\u00fcckgehen um m\u00f6gliche Fehler zu beheben",
-"error.invalid.username.password": "Ung\u00fcltiger Benutzername oder 
ung\u00fcltiges Passwort",
-"error.login": "Ihr Benutzername / Passwort stimmt nicht mit unseren 
Aufzeichnungen \u00fcberein.",
-"error.menu.select": "Es ist nicht m\u00f6glich dies auszuf\u00fchren, weil 
nichts ausgew\u00e4hlt wurde.",
-"error.mgmt.server.inaccessible": "Der Verwaltungsserver ist nicht erreichbar. 
Bitte versuche Sie es sp\u00e4ter noch einmal.",
-"error.password.not.match": "Die Passwortfelder stimmen nicht \u00fcberein",
-"error.please.specify.physical.network.tags": "Netzwerk-Angebote sind nicht 
verf\u00fcgbar solange Sie keine Tags f\u00fcr dieses physische Netzwerk 
auff\u00fchren.",
+"error.dedicate.cluster.failed": "Dedizieren des Clusters fehlgeschlagen",
+"error.dedicate.host.failed": "Dedizieren des Hosts fehlgeschlagen",
+"error.dedicate.pod.failed": "Dedizieren des Pods fehlgeschlagen",
+"error.dedicate.zone.failed": "Dedizieren der Zone fehlgeschlagen",
+"error.execute.api.failed": "Ausführen der API fehlgeschlagen",
+"error.fetching.async.job.result": "Es ist ein Fehler aufgetreten, während ein 
asynchroner Job abgerufen wurde",

Review comment:
   CC @utchoang -> ok

##
File path: src/locales/de_DE.json
##
@@ -1,24 +1,34 @@
 {
-"changed.item.properties": "Ge\u00e4nderte Eintragseigenschaften",
-"confirm.enable.s3": "Bitte f\u00fcgen Sie die folgenden Informationen hinzu, 
um die Unterst\u00fctzung f\u00fcr \"S3-backed Secondary Storage\" 
hinzuzuf\u00fcgen",
-"confirm.enable.swift": "Bitte f\u00fcgen Sie die folgenden Infor

[GitHub] [cloudstack-primate] rhtyd commented on pull request #559: Fix global settings name display issue

2020-07-29 Thread GitBox


rhtyd commented on pull request #559:
URL: 
https://github.com/apache/cloudstack-primate/pull/559#issuecomment-665564818


   @ravening can you address review comments, thanks.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #382: Enabling Role based Users in Projects

2020-07-29 Thread GitBox


blueorangutan commented on pull request #382:
URL: 
https://github.com/apache/cloudstack-primate/pull/382#issuecomment-665670946







This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd commented on issue #562: Templates are showing twice

2020-07-29 Thread GitBox


rhtyd commented on issue #562:
URL: 
https://github.com/apache/cloudstack-primate/issues/562#issuecomment-665540887


   funny the bug was logged twice :) closing this as it dupes 
https://github.com/apache/cloudstack-primate/issues/561



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd commented on a change in pull request #458: Adding quick-view options to list view

2020-07-29 Thread GitBox


rhtyd commented on a change in pull request #458:
URL: https://github.com/apache/cloudstack-primate/pull/458#discussion_r462156240



##
File path: src/components/view/QuickView.vue
##
@@ -0,0 +1,85 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
+
+  
+
+  
+
+

Review comment:
   Could we use `` and  use float:right to keep it at 
right most side?





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd closed issue #562: Templates are showing twice

2020-07-29 Thread GitBox


rhtyd closed issue #562:
URL: https://github.com/apache/cloudstack-primate/issues/562


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd commented on issue #523: [BUG] Search for 'vm' in hypervisor capabilities is broken

2020-07-29 Thread GitBox


rhtyd commented on issue #523:
URL: 
https://github.com/apache/cloudstack-primate/issues/523#issuecomment-665526134


   @davidjumani is this still an issue or fixed?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] davidjumani commented on issue #561: Templates are showing twice

2020-07-29 Thread GitBox


davidjumani commented on issue #561:
URL: 
https://github.com/apache/cloudstack-primate/issues/561#issuecomment-665544588







This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd merged pull request #458: Adding quick-view options to list view

2020-07-29 Thread GitBox


rhtyd merged pull request #458:
URL: https://github.com/apache/cloudstack-primate/pull/458


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd commented on pull request #556: German transaltion

2020-07-29 Thread GitBox


rhtyd commented on pull request #556:
URL: 
https://github.com/apache/cloudstack-primate/pull/556#issuecomment-665549989


   @svenvogel @utchoang @onitake I'm happy to merge this as soon as we've 
consensus.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] davidjumani commented on issue #528: Consolidated Bug List from Testing/Review

2020-07-29 Thread GitBox


davidjumani commented on issue #528:
URL: 
https://github.com/apache/cloudstack-primate/issues/528#issuecomment-665531367


   @rhtyd Can close this. Have created another issue of things todo from this



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] davidjumani commented on issue #538: Full Test Plan for 1.0/GA for RootAdmin, XCPNG76, ACS 4.14.1.0-SNAPSHOT

2020-07-29 Thread GitBox


davidjumani commented on issue #538:
URL: 
https://github.com/apache/cloudstack-primate/issues/538#issuecomment-665613846


   Bugs listed in#528



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] davidjumani closed issue #538: Full Test Plan for 1.0/GA for RootAdmin, XCPNG76, ACS 4.14.1.0-SNAPSHOT

2020-07-29 Thread GitBox


davidjumani closed issue #538:
URL: https://github.com/apache/cloudstack-primate/issues/538


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd commented on issue #519: [TESTPLAN] Full Test Plan for 1.0/GA for USER/Domain Admin, ESXi 67u3, ACS 4.14/latest

2020-07-29 Thread GitBox


rhtyd commented on issue #519:
URL: 
https://github.com/apache/cloudstack-primate/issues/519#issuecomment-665559679


   Executed, closing.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd commented on issue #560: [BUG] Create Zone bugs

2020-07-29 Thread GitBox


rhtyd commented on issue #560:
URL: 
https://github.com/apache/cloudstack-primate/issues/560#issuecomment-665540385


   @davidjumani is this still an issue or fixed? cc @utchoang 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] davidjumani commented on issue #557: [TESTPLAN] Full Test Plan for 1.0/GA for Admin, KVM, ACS 4.14.1.0-SNAPSHOT

2020-07-29 Thread GitBox


davidjumani commented on issue #557:
URL: 
https://github.com/apache/cloudstack-primate/issues/557#issuecomment-665613722


   Bugs listed in #563



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #565: package: update dependencies antd to v1.6.4

2020-07-29 Thread GitBox


blueorangutan commented on pull request #565:
URL: 
https://github.com/apache/cloudstack-primate/pull/565#issuecomment-665546707







This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd commented on issue #554: [BUG] Background color changed for action confirmation dialog

2020-07-29 Thread GitBox


rhtyd commented on issue #554:
URL: 
https://github.com/apache/cloudstack-primate/issues/554#issuecomment-665524722


   @ravening that looks like a build/env error, can you rebuild and try again? 
I've seen that sometimes cc @davidjumani @utchoang 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] svenvogel edited a comment on pull request #556: German translation

2020-07-29 Thread GitBox


svenvogel edited a comment on pull request #556:
URL: 
https://github.com/apache/cloudstack-primate/pull/556#issuecomment-665591591







This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] gaaray2k commented on issue #561: Templates are showing twice

2020-07-29 Thread GitBox


gaaray2k commented on issue #561:
URL: 
https://github.com/apache/cloudstack-primate/issues/561#issuecomment-665565514







This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd commented on pull request #565: package: update dependencies antd to v1.6.4

2020-07-29 Thread GitBox


rhtyd commented on pull request #565:
URL: 
https://github.com/apache/cloudstack-primate/pull/565#issuecomment-665545928


   cc @davidjumani @utchoang thnx
   @blueorangutan package



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #559: Fix global settings name display issue

2020-07-29 Thread GitBox


blueorangutan commented on pull request #559:
URL: 
https://github.com/apache/cloudstack-primate/pull/559#issuecomment-665605399







This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




Re: [GitHub] [cloudstack-primate] svenvogel commented on a change in pull request #556: German translation

2020-07-29 Thread Ivan Gladenko
GitBox  schrieb am Mi. 29. Juli 2020 um 20:07:

>
> svenvogel commented on a change in pull request #556:
> URL:
> https://github.com/apache/cloudstack-primate/pull/556#discussion_r462209525
>
>
>
> ##
> File path: src/locales/de_DE.json
> ##
> @@ -1,24 +1,34 @@
>  {
> -"changed.item.properties": "Ge\u00e4nderte Eintragseigenschaften",
> -"confirm.enable.s3": "Bitte f\u00fcgen Sie die folgenden Informationen
> hinzu, um die Unterst\u00fctzung f\u00fcr \"S3-backed Secondary Storage\"
> hinzuzuf\u00fcgen",
> -"confirm.enable.swift": "Bitte f\u00fcgen Sie die folgenden Informationen
> hinzu, um die Unterst\u00fctzung f\u00fcr Swift zu erm\u00f6glichen.",
> -"error.could.not.change.your.password.because.non.native.user": "Fehler!
> Ihr Passwort konnte nicht ge\u00e4ndert werden, weil LDAP konfiguriert
> wurde.",
> +"changed.item.properties": "Geänderte Eintragseigenschaften",
> +"confirm.enable.s3": "Bitte fügen Sie die folgenden Informationen hinzu,
> um die Unterstützung für \"S3-backed Secondary Storage\" hinzuzufügen",
>
> Review comment:
>CC @utchoang "Bitte fügen Sie die folgenden Informationen hinzu, um
> die Unterstützung für "S3-backend Secondary Storage" zu aktivieren" -> ok
>
> ##
> File path: src/locales/de_DE.json
> ##
> @@ -1,24 +1,34 @@
>  {
> -"changed.item.properties": "Ge\u00e4nderte Eintragseigenschaften",
> -"confirm.enable.s3": "Bitte f\u00fcgen Sie die folgenden Informationen
> hinzu, um die Unterst\u00fctzung f\u00fcr \"S3-backed Secondary Storage\"
> hinzuzuf\u00fcgen",
> -"confirm.enable.swift": "Bitte f\u00fcgen Sie die folgenden Informationen
> hinzu, um die Unterst\u00fctzung f\u00fcr Swift zu erm\u00f6glichen.",
> -"error.could.not.change.your.password.because.non.native.user": "Fehler!
> Ihr Passwort konnte nicht ge\u00e4ndert werden, weil LDAP konfiguriert
> wurde.",
> +"changed.item.properties": "Geänderte Eintragseigenschaften",
> +"confirm.enable.s3": "Bitte fügen Sie die folgenden Informationen hinzu,
> um die Unterstützung für \"S3-backed Secondary Storage\" hinzuzufügen",
> +"confirm.enable.swift": "Bitte fügen Sie die folgenden Informationen
> hinzu, um die Unterstützung für Swift zu ermöglichen.",
>
> Review comment:
>CC @utchoang -> ok
>
> ##
> File path: src/locales/de_DE.json
> ##
> @@ -1,24 +1,34 @@
>  {
> -"changed.item.properties": "Ge\u00e4nderte Eintragseigenschaften",
> -"confirm.enable.s3": "Bitte f\u00fcgen Sie die folgenden Informationen
> hinzu, um die Unterst\u00fctzung f\u00fcr \"S3-backed Secondary Storage\"
> hinzuzuf\u00fcgen",
> -"confirm.enable.swift": "Bitte f\u00fcgen Sie die folgenden Informationen
> hinzu, um die Unterst\u00fctzung f\u00fcr Swift zu erm\u00f6glichen.",
> -"error.could.not.change.your.password.because.non.native.user": "Fehler!
> Ihr Passwort konnte nicht ge\u00e4ndert werden, weil LDAP konfiguriert
> wurde.",
> +"changed.item.properties": "Geänderte Eintragseigenschaften",
> +"confirm.enable.s3": "Bitte fügen Sie die folgenden Informationen hinzu,
> um die Unterstützung für \"S3-backed Secondary Storage\" hinzuzufügen",
> +"confirm.enable.swift": "Bitte fügen Sie die folgenden Informationen
> hinzu, um die Unterstützung für Swift zu ermöglichen.",
> +"error.could.not.change.your.password.because.non.native.user": "Fehler!
> Ihr Passwort konnte nicht geändert werden, weil LDAP konfiguriert wurde.",
>  "error.could.not.enable.zone": "Zone konnte nicht aktiviert werden",
> -"error.installwizard.message": "Etwas ging schief; Sie k\u00f6nnen
> zur\u00fcckgehen um m\u00f6gliche Fehler zu beheben",
> -"error.invalid.username.password": "Ung\u00fcltiger Benutzername oder
> ung\u00fcltiges Passwort",
> -"error.login": "Ihr Benutzername / Passwort stimmt nicht mit unseren
> Aufzeichnungen \u00fcberein.",
> -"error.menu.select": "Es ist nicht m\u00f6glich dies auszuf\u00fchren,
> weil nichts ausgew\u00e4hlt wurde.",
> -"error.mgmt.server.inaccessible": "Der Verwaltungsserver ist nicht
> erreichbar. Bitte versuche Sie es sp\u00e4ter noch einmal.",
> -"error.password.not.match": "Die Passwortfelder stimmen nicht
> \u00fcberein",
> -"error.please.specify.physical.network.tags": "Netzwerk-Angebote sind
> nicht verf\u00fcgbar solange Sie keine Tags f\u00fcr dieses physische
> Netzwerk auff\u00fchren.",
> +"error.dedicate.cluster.failed": "Dedizieren des Clusters fehlgeschlagen",
> +"error.dedicate.host.failed": "Dedizieren des Hosts fehlgeschlagen",
> +"error.dedicate.pod.failed": "Dedizieren des Pods fehlgeschlagen",
> +"error.dedicate.zone.failed": "Dedizieren der Zone fehlgeschlagen",
> +"error.execute.api.failed": "Ausführen der API fehlgeschlagen",
> +"error.fetching.async.job.result": "Es ist ein Fehler aufgetreten,
> während ein asynchroner Job abgerufen wurde",
>
> Review comment:
>CC @utchoang -> ok
>
> ##
> File path: src/locales/de_DE.json
> ##
> @@ -1,24 +1,34 @@
>  {
> -"changed.item.properties": "Ge\u00e4nderte Eintragseigenschaften",
> -"confirm.

Re: [GitHub] [cloudstack-primate] svenvogel commented on a change in pull request #556: German translation

2020-07-29 Thread Ivan Gladenko
Please unsubscribe me!

GitBox  schrieb am Mi. 29. Juli 2020 um 20:07:

>
> svenvogel commented on a change in pull request #556:
> URL:
> https://github.com/apache/cloudstack-primate/pull/556#discussion_r462209525
>
>
>
> ##
> File path: src/locales/de_DE.json
> ##
> @@ -1,24 +1,34 @@
>  {
> -"changed.item.properties": "Ge\u00e4nderte Eintragseigenschaften",
> -"confirm.enable.s3": "Bitte f\u00fcgen Sie die folgenden Informationen
> hinzu, um die Unterst\u00fctzung f\u00fcr \"S3-backed Secondary Storage\"
> hinzuzuf\u00fcgen",
> -"confirm.enable.swift": "Bitte f\u00fcgen Sie die folgenden Informationen
> hinzu, um die Unterst\u00fctzung f\u00fcr Swift zu erm\u00f6glichen.",
> -"error.could.not.change.your.password.because.non.native.user": "Fehler!
> Ihr Passwort konnte nicht ge\u00e4ndert werden, weil LDAP konfiguriert
> wurde.",
> +"changed.item.properties": "Geänderte Eintragseigenschaften",
> +"confirm.enable.s3": "Bitte fügen Sie die folgenden Informationen hinzu,
> um die Unterstützung für \"S3-backed Secondary Storage\" hinzuzufügen",
>
> Review comment:
>CC @utchoang "Bitte fügen Sie die folgenden Informationen hinzu, um
> die Unterstützung für "S3-backend Secondary Storage" zu aktivieren" -> ok
>
> ##
> File path: src/locales/de_DE.json
> ##
> @@ -1,24 +1,34 @@
>  {
> -"changed.item.properties": "Ge\u00e4nderte Eintragseigenschaften",
> -"confirm.enable.s3": "Bitte f\u00fcgen Sie die folgenden Informationen
> hinzu, um die Unterst\u00fctzung f\u00fcr \"S3-backed Secondary Storage\"
> hinzuzuf\u00fcgen",
> -"confirm.enable.swift": "Bitte f\u00fcgen Sie die folgenden Informationen
> hinzu, um die Unterst\u00fctzung f\u00fcr Swift zu erm\u00f6glichen.",
> -"error.could.not.change.your.password.because.non.native.user": "Fehler!
> Ihr Passwort konnte nicht ge\u00e4ndert werden, weil LDAP konfiguriert
> wurde.",
> +"changed.item.properties": "Geänderte Eintragseigenschaften",
> +"confirm.enable.s3": "Bitte fügen Sie die folgenden Informationen hinzu,
> um die Unterstützung für \"S3-backed Secondary Storage\" hinzuzufügen",
> +"confirm.enable.swift": "Bitte fügen Sie die folgenden Informationen
> hinzu, um die Unterstützung für Swift zu ermöglichen.",
>
> Review comment:
>CC @utchoang -> ok
>
> ##
> File path: src/locales/de_DE.json
> ##
> @@ -1,24 +1,34 @@
>  {
> -"changed.item.properties": "Ge\u00e4nderte Eintragseigenschaften",
> -"confirm.enable.s3": "Bitte f\u00fcgen Sie die folgenden Informationen
> hinzu, um die Unterst\u00fctzung f\u00fcr \"S3-backed Secondary Storage\"
> hinzuzuf\u00fcgen",
> -"confirm.enable.swift": "Bitte f\u00fcgen Sie die folgenden Informationen
> hinzu, um die Unterst\u00fctzung f\u00fcr Swift zu erm\u00f6glichen.",
> -"error.could.not.change.your.password.because.non.native.user": "Fehler!
> Ihr Passwort konnte nicht ge\u00e4ndert werden, weil LDAP konfiguriert
> wurde.",
> +"changed.item.properties": "Geänderte Eintragseigenschaften",
> +"confirm.enable.s3": "Bitte fügen Sie die folgenden Informationen hinzu,
> um die Unterstützung für \"S3-backed Secondary Storage\" hinzuzufügen",
> +"confirm.enable.swift": "Bitte fügen Sie die folgenden Informationen
> hinzu, um die Unterstützung für Swift zu ermöglichen.",
> +"error.could.not.change.your.password.because.non.native.user": "Fehler!
> Ihr Passwort konnte nicht geändert werden, weil LDAP konfiguriert wurde.",
>  "error.could.not.enable.zone": "Zone konnte nicht aktiviert werden",
> -"error.installwizard.message": "Etwas ging schief; Sie k\u00f6nnen
> zur\u00fcckgehen um m\u00f6gliche Fehler zu beheben",
> -"error.invalid.username.password": "Ung\u00fcltiger Benutzername oder
> ung\u00fcltiges Passwort",
> -"error.login": "Ihr Benutzername / Passwort stimmt nicht mit unseren
> Aufzeichnungen \u00fcberein.",
> -"error.menu.select": "Es ist nicht m\u00f6glich dies auszuf\u00fchren,
> weil nichts ausgew\u00e4hlt wurde.",
> -"error.mgmt.server.inaccessible": "Der Verwaltungsserver ist nicht
> erreichbar. Bitte versuche Sie es sp\u00e4ter noch einmal.",
> -"error.password.not.match": "Die Passwortfelder stimmen nicht
> \u00fcberein",
> -"error.please.specify.physical.network.tags": "Netzwerk-Angebote sind
> nicht verf\u00fcgbar solange Sie keine Tags f\u00fcr dieses physische
> Netzwerk auff\u00fchren.",
> +"error.dedicate.cluster.failed": "Dedizieren des Clusters fehlgeschlagen",
> +"error.dedicate.host.failed": "Dedizieren des Hosts fehlgeschlagen",
> +"error.dedicate.pod.failed": "Dedizieren des Pods fehlgeschlagen",
> +"error.dedicate.zone.failed": "Dedizieren der Zone fehlgeschlagen",
> +"error.execute.api.failed": "Ausführen der API fehlgeschlagen",
> +"error.fetching.async.job.result": "Es ist ein Fehler aufgetreten,
> während ein asynchroner Job abgerufen wurde",
>
> Review comment:
>CC @utchoang -> ok
>
> ##
> File path: src/locales/de_DE.json
> ##
> @@ -1,24 +1,34 @@
>  {
> -"changed.item.properties": "Ge\u00e4nderte Eintragseige