[GitHub] [cloudstack-primate] davidjumani commented on issue #604: [BUG] EDIT TEMPLATE not on pair with the old UI

2020-08-24 Thread GitBox


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


   @andrijapanicsb The permissions such as featured, public, etc are in the 
update template sharing button
   ![Screenshot from 2020-08-24 
12-36-28](https://user-images.githubusercontent.com/8244774/91014231-a6bfc780-e606-11ea-8516-65baa40e7b9b.png)
   Can edit the tags in the card on the left
   ![Screenshot from 2020-08-24 
12-38-27](https://user-images.githubusercontent.com/8244774/91014324-cd7dfe00-e606-11ea-95e8-18cd8c1e7b65.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 edited a comment on issue #604: [BUG] EDIT TEMPLATE not on pair with the old UI

2020-08-24 Thread GitBox


davidjumani edited a comment on issue #604:
URL: 
https://github.com/apache/cloudstack-primate/issues/604#issuecomment-678948873


   @andrijapanicsb The permissions such as featured, public, etc are in the 
update template sharing button
   ![Screenshot from 2020-08-24 
12-36-28](https://user-images.githubusercontent.com/8244774/91014231-a6bfc780-e606-11ea-8516-65baa40e7b9b.png)
   Can edit the tags in the card on the left
   ![Screenshot from 2020-08-24 
12-38-27](https://user-images.githubusercontent.com/8244774/91014324-cd7dfe00-e606-11ea-95e8-18cd8c1e7b65.png)
   
   @rhtyd Looks like sshKeyEnabled is stored in the TemplateVO but not used 
anywhere except in the TemplateResponse
   



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 #605: [BUG] Issue with templateFilter=all for a normal USER role

2020-08-24 Thread GitBox


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


   Looks like a regression caused in a prior commit. Will fix it along with the 
vapps fix



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 #602: Fixes an issue that could not search on zone select

2020-08-24 Thread GitBox


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


   @rhtyd Good to go!



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 #608: Allow renaming cluster, host, and storage

2020-08-24 Thread GitBox


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


   @rhtyd Good to go!



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] andrijapanicsb commented on issue #604: [BUG] EDIT TEMPLATE not on pair with the old UI

2020-08-24 Thread GitBox


andrijapanicsb commented on issue #604:
URL: 
https://github.com/apache/cloudstack-primate/issues/604#issuecomment-678975925


   Um...right - then a false bug for the missing options (except the confusing 
sshKeyEnabled) - but, from a user point of view, I find these a bit hiden - but 
can live with it if everyone else is OK - what I mean - template permission DO 
define a realy "sharing of template with other accounts/domains", while the 
button "Update template sharing" manages public/featured/extractable (which I 
don't find to be a "sharing")
   
   Anyway, parking this with you guys.



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] andrijapanicsb edited a comment on issue #604: [BUG] EDIT TEMPLATE not on pair with the old UI

2020-08-24 Thread GitBox


andrijapanicsb edited a comment on issue #604:
URL: 
https://github.com/apache/cloudstack-primate/issues/604#issuecomment-678975925


   Um...right - then a false bug for the missing options (except the confusing 
sshKeyEnabled) - but, from a user point of view, I find these a bit hiden - but 
can live with it if everyone else is OK - what I mean - "Update template 
permission" button DO define "sharing of template with other accounts/domains", 
while the button "Update template sharing" manages public/featured/extractable 
(which I don't find to be a "sharing")
   
   Anyway, parking this with you guys.



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 #610: Fixing scale VM

2020-08-24 Thread GitBox


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


   Fixes scale VM sending cpuspeed in a constrained custom offering



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 #610: Fixing scale VM

2020-08-24 Thread GitBox


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


   @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 #610: Fixing scale VM

2020-08-24 Thread GitBox


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


   @davidjumani a Jenkins job has been kicked to build primate packages. I'll 
keep you posted as I make progress.



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 #610: Fixing scale VM

2020-08-24 Thread GitBox


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


   @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 #610: Fixing scale VM

2020-08-24 Thread GitBox


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


   @davidjumani a Jenkins job has been kicked to build primate packages. I'll 
keep you posted as I make progress.



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 #610: Fixing scale VM

2020-08-24 Thread GitBox


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


   Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian 
:heavy_check_mark:archive.
   QA: http://primate-qa.cloudstack.cloud:8080/client/pr/610 (JID-3360)



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 #610: Fixing scale VM

2020-08-24 Thread GitBox


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


   @rhtyd Good to go!



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 #600: VM Wizard: Custom RAM field compute offering

2020-08-24 Thread GitBox


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


   @utchoang The `ComputeSelection.vue` is imported in `ScaleVM.vue`, and the 
MB is off. Could you fix that too ?
   ![Screenshot from 2020-08-24 
10-45-11](https://user-images.githubusercontent.com/8244774/91025186-a7f8f080-e616-11ea-830f-06b00d779a57.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 edited a comment on pull request #600: VM Wizard: Custom RAM field compute offering

2020-08-24 Thread GitBox


davidjumani edited a comment on pull request #600:
URL: 
https://github.com/apache/cloudstack-primate/pull/600#issuecomment-679003910


   @utchoang The `ComputeSelection.vue` is imported in `ScaleVM.vue`, and the 
MB is off. Could you fix that too ?
   Or could you remove the MB entirely since MB is in the title itself ?
   



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 #609: [WIP] Fixes for vapps

2020-08-24 Thread GitBox


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


   Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian 
:heavy_check_mark:archive.
   QA: http://primate-qa.cloudstack.cloud:8080/client/pr/609 (JID-3361)



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 #603: [BUG] Deploy VM job not submited for a long time (?)

2020-08-24 Thread GitBox


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


   @andrijapanicsb Could you provide the steps to reproduce it ?



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] andrijapanicsb commented on pull request #609: [WIP] Fixes for vapps

2020-08-24 Thread GitBox


andrijapanicsb commented on pull request #609:
URL: 
https://github.com/apache/cloudstack-primate/pull/609#issuecomment-679051470


   The order is still reversed vs what's shown in the vCenter:
   
   
![image](https://user-images.githubusercontent.com/45762285/91036035-e2f32800-e606-11ea-9eac-5703b083b671.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] GabrielBrascher commented on pull request #608: Allow renaming cluster, host, and storage

2020-08-24 Thread GitBox


GabrielBrascher commented on pull request #608:
URL: 
https://github.com/apache/cloudstack-primate/pull/608#issuecomment-679055748


   @davidjumani thanks for the review. I pushed a commit changing 
`clustername.label` from `Cluster` to `Cluster 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] GabrielBrascher commented on pull request #608: Allow renaming cluster, host, and storage

2020-08-24 Thread GitBox


GabrielBrascher commented on pull request #608:
URL: 
https://github.com/apache/cloudstack-primate/pull/608#issuecomment-679055909


   @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 #608: Allow renaming cluster, host, and storage

2020-08-24 Thread GitBox


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


   @GabrielBrascher a Jenkins job has been kicked to build primate packages. 
I'll keep you posted as I make progress.



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 #608: Allow renaming cluster, host, and storage

2020-08-24 Thread GitBox


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


   Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian 
:heavy_check_mark:archive.
   QA: http://primate-qa.cloudstack.cloud:8080/client/pr/608 (JID-3363)



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 #608: Allow renaming cluster, host, and storage

2020-08-24 Thread GitBox


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


   Thanks @GabrielBrascher 
   @rhtyd Good to go!



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 opened a new pull request #611: Contextual data

2020-08-24 Thread GitBox


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


   Added contentual data / tooltips for forms



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 #611: Contextual data

2020-08-24 Thread GitBox


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


   @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 #611: Contextual data

2020-08-24 Thread GitBox


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


   @Pearl1594 a Jenkins job has been kicked to build primate packages. I'll 
keep you posted as I make progress.



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 #611: Contextual data

2020-08-24 Thread GitBox


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


   Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian 
:heavy_check_mark:archive.
   QA: http://primate-qa.cloudstack.cloud:8080/client/pr/611 (JID-3364)



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] borisstoyanov opened a new issue #612: [BUG] Add cluster - password is not masked

2020-08-24 Thread GitBox


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


   **Describe the bug**
   Password is not masked when adding a VMware cluster
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   1. Log in as a User or an Admin
   2. Go to clusters and add a VMware cluster 
   3. Password appears in clear text as you write it 
   
   **Expected behavior**
   Should be hidden 
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   ![Screenshot 2020-08-24 at 16 09 
12](https://user-images.githubusercontent.com/13551960/91048420-56576280-e624-11ea-8cac-858da043118a.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] andrijapanicsb commented on pull request #609: [WIP] Fixes for vapps

2020-08-24 Thread GitBox


andrijapanicsb commented on pull request #609:
URL: 
https://github.com/apache/cloudstack-primate/pull/609#issuecomment-679195541


   Licences are sorted nicely.



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] andrijapanicsb removed a comment on pull request #609: [WIP] Fixes for vapps

2020-08-24 Thread GitBox


andrijapanicsb removed a comment on pull request #609:
URL: 
https://github.com/apache/cloudstack-primate/pull/609#issuecomment-679051470


   The order is still reversed vs what's shown in the vCenter:
   
   
![image](https://user-images.githubusercontent.com/45762285/91036035-e2f32800-e606-11ea-9eac-5703b083b671.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] andrijapanicsb commented on issue #601: [BUG] minor - label it "Data disks, not "Disk Offerings"

2020-08-24 Thread GitBox


andrijapanicsb commented on issue #601:
URL: 
https://github.com/apache/cloudstack-primate/issues/601#issuecomment-679227770


   LGTM, thx



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] andrijapanicsb closed issue #601: [BUG] minor - label it "Data disks, not "Disk Offerings"

2020-08-24 Thread GitBox


andrijapanicsb closed issue #601:
URL: https://github.com/apache/cloudstack-primate/issues/601


   



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] andrijapanicsb commented on issue #603: [BUG] Deploy VM job not submited for a long time (?)

2020-08-24 Thread GitBox


andrijapanicsb commented on issue #603:
URL: 
https://github.com/apache/cloudstack-primate/issues/603#issuecomment-679228378


   As agreed, let me try to experience this one again (when I experienced this, 
I was working from my 4G (latency 20-50ms) connection)
   This week will be with "normal" latency.



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] andrijapanicsb commented on issue #590: [BUG] no expunge when deleting multiple VMs at once

2020-08-24 Thread GitBox


andrijapanicsb commented on issue #590:
URL: 
https://github.com/apache/cloudstack-primate/issues/590#issuecomment-679232344


   LGTM< thx.



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] andrijapanicsb closed issue #590: [BUG] no expunge when deleting multiple VMs at once

2020-08-24 Thread GitBox


andrijapanicsb closed issue #590:
URL: https://github.com/apache/cloudstack-primate/issues/590


   



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] andrijapanicsb closed issue #589: [BUG] or an improvement - on new windows, move focus/cursos to the first field

2020-08-24 Thread GitBox


andrijapanicsb closed issue #589:
URL: https://github.com/apache/cloudstack-primate/issues/589


   



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] andrijapanicsb commented on issue #589: [BUG] or an improvement - on new windows, move focus/cursos to the first field

2020-08-24 Thread GitBox


andrijapanicsb commented on issue #589:
URL: 
https://github.com/apache/cloudstack-primate/issues/589#issuecomment-679232988


   LGTM (would be nice to have the same for all other forms (i.e. when creating 
a new data volume))



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 #613: FIX - Add cluster - password is not masked

2020-08-24 Thread GitBox


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


   Open for https://github.com/apache/cloudstack-primate/issues/612
   @rhtyd cc @svenvogel I've completed fixed. Please review it. Thanks.
   
![image](https://user-images.githubusercontent.com/13766648/91114593-79c8ee80-e6b2-11ea-99f4-0df349a8c85b.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 issue #612: [BUG] Add cluster - password is not masked

2020-08-24 Thread GitBox


utchoang commented on issue #612:
URL: 
https://github.com/apache/cloudstack-primate/issues/612#issuecomment-679459753


   Fixed in https://github.com/apache/cloudstack-primate/pull/613



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 #611: Contextual data

2020-08-24 Thread GitBox


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


   @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 #611: Contextual data

2020-08-24 Thread GitBox


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


   @Pearl1594 a Jenkins job has been kicked to build primate packages. I'll 
keep you posted as I make progress.



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 #611: Contextual data

2020-08-24 Thread GitBox


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


   Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian 
:heavy_check_mark:archive.
   QA: http://primate-qa.cloudstack.cloud:8080/client/pr/611 (JID-3366)



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 #613: FIX - Add cluster - password is not masked

2020-08-24 Thread GitBox


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


   @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 #613: FIX - Add cluster - password is not masked

2020-08-24 Thread GitBox


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


   @davidjumani a Jenkins job has been kicked to build primate packages. I'll 
keep you posted as I make progress.



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 #613: FIX - Add cluster - password is not masked

2020-08-24 Thread GitBox


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


   Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian 
:heavy_check_mark:archive.
   QA: http://primate-qa.cloudstack.cloud:8080/client/pr/613 (JID-3367)



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 #600: VM Wizard: Custom RAM field compute offering

2020-08-24 Thread GitBox


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


   @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 #600: VM Wizard: Custom RAM field compute offering

2020-08-24 Thread GitBox


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


   @davidjumani a Jenkins job has been kicked to build primate packages. I'll 
keep you posted as I make progress.



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 #600: VM Wizard: Custom RAM field compute offering

2020-08-24 Thread GitBox


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


   Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian 
:heavy_check_mark:archive.
   QA: http://primate-qa.cloudstack.cloud:8080/client/pr/600 (JID-3368)



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 #611: Contextual data

2020-08-24 Thread GitBox


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


   @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 #611: Contextual data

2020-08-24 Thread GitBox


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


   @Pearl1594 a Jenkins job has been kicked to build primate packages. I'll 
keep you posted as I make progress.



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 #611: Contextual data

2020-08-24 Thread GitBox


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


   Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian 
:heavy_check_mark:archive.
   QA: http://primate-qa.cloudstack.cloud:8080/client/pr/611 (JID-3369)



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 #613: FIX - Add cluster - password is not masked

2020-08-24 Thread GitBox


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


   @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 #613: FIX - Add cluster - password is not masked

2020-08-24 Thread GitBox


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


   @utchoang a Jenkins job has been kicked to build primate packages. I'll keep 
you posted as I make progress.



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 #613: FIX - Add cluster - password is not masked

2020-08-24 Thread GitBox


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


   Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian 
:heavy_check_mark:archive.
   QA: http://primate-qa.cloudstack.cloud:8080/client/pr/613 (JID-3370)



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 #614: Fixing mine / all for vm list view

2020-08-24 Thread GitBox


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


   Fixes #606



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 #606: [BUG] "mine" VMs for Admin, shows also other account's VMs

2020-08-24 Thread GitBox


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


   Fixed in https://github.com/apache/cloudstack-primate/pull/614



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 #614: Fixing mine / all for vm list view

2020-08-24 Thread GitBox


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


   @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 #614: Fixing mine / all for vm list view

2020-08-24 Thread GitBox


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


   @davidjumani a Jenkins job has been kicked to build primate packages. I'll 
keep you posted as I make progress.



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 #614: Fixing mine / all for vm list view

2020-08-24 Thread GitBox


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


   Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian 
:heavy_check_mark:archive.
   QA: http://primate-qa.cloudstack.cloud:8080/client/pr/614 (JID-3371)



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