You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/04/26 07:35:35 UTC

[GitHub] [cloudstack] shwstppr opened a new pull request, #6315: ui,api: fix api resourcename and user/project event resource

shwstppr opened a new pull request, #6315:
URL: https://github.com/apache/cloudstack/pull/6315

   ### Description
   
   For user and project dashborad event resource details were not showing as shown in admin dashboard.
   API, UI shows name of the resource as event resourcename. Changed it to displaytext of the resource for consistency.
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [x] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [ ] Major
   - [ ] Minor
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [ ] Major
   - [ ] Minor
   - [ ] Trivial
   
   
   ### Screenshots (if appropriate):
   Before:
   ![Screenshot from 2022-04-26 12-41-39](https://user-images.githubusercontent.com/153340/165244193-81ad991b-f01a-4dd3-8c6a-f3a228ddda22.png)
   ![Screenshot from 2022-04-26 12-43-27](https://user-images.githubusercontent.com/153340/165246039-079fef3d-2c18-414d-bb05-a2d01dadc4d5.png)
   
   After:
   ![Screenshot from 2022-04-26 12-41-54](https://user-images.githubusercontent.com/153340/165246227-ec4213f3-aa47-476c-8dc7-7a868e3ba93f.png)
   
   ### How Has This Been Tested?
   
   <!-- Please describe in detail how you tested your changes. -->
   <!-- Include details of your testing environment, and the tests you ran to -->
   <!-- see how your change affects other areas of the code, etc. -->
   
   
   <!-- Please read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md) document -->
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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


[GitHub] [cloudstack] blueorangutan commented on pull request #6315: ui,api: fix api resourcename and user/project event resource

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6315:
URL: https://github.com/apache/cloudstack/pull/6315#issuecomment-1110258821

   <b>Trillian test result (tid-4039)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 42456 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr6315-t4039-kvm-centos7.zip
   Smoke tests completed. 97 look OK, 1 have errors
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_verify_ipv6_network | `Failure` | 349.23 | test_network_ipv6.py
   test_02_verify_ipv6_network_redundant | `Failure` | 136.18 | test_network_ipv6.py
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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


[GitHub] [cloudstack] acs-robot commented on pull request #6315: ui,api: fix api resourcename and user/project event resource

Posted by GitBox <gi...@apache.org>.
acs-robot commented on PR #6315:
URL: https://github.com/apache/cloudstack/pull/6315#issuecomment-1109491723

   ## PR Coverage Report
   |**CLASS**|**INSTRUCTION MISSED**|**INSTRUCTION COVERED**|**BRANCH MISSED**|**BRANCH COVERED**|**LINE MISSED**|**LINE COVERED**|
   |-----|-----|-----|-----|-----|-----|-----|
   |EventJoinDaoImpl|333|0|18|0|58|0|


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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


[GitHub] [cloudstack] blueorangutan commented on pull request #6315: ui,api: fix api resourcename and user/project event resource

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6315:
URL: https://github.com/apache/cloudstack/pull/6315#issuecomment-1109492811

   Packaging result: :heavy_check_mark: el7 :heavy_check_mark: el8 :heavy_check_mark: debian :heavy_check_mark: suse15. SL-JID 3308


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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


[GitHub] [cloudstack] acs-robot commented on pull request #6315: ui,api: fix api resourcename and user/project event resource

Posted by GitBox <gi...@apache.org>.
acs-robot commented on PR #6315:
URL: https://github.com/apache/cloudstack/pull/6315#issuecomment-1109452584

   Found UI changes, kicking a new UI QA build
   @blueorangutan 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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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


[GitHub] [cloudstack] shwstppr commented on pull request #6315: ui,api: fix api resourcename and user/project event resource

Posted by GitBox <gi...@apache.org>.
shwstppr commented on PR #6315:
URL: https://github.com/apache/cloudstack/pull/6315#issuecomment-1109453643

   @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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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


[GitHub] [cloudstack] blueorangutan commented on pull request #6315: ui,api: fix api resourcename and user/project event resource

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6315:
URL: https://github.com/apache/cloudstack/pull/6315#issuecomment-1109454072

   @shwstppr a Jenkins job has been kicked to build packages. It will be bundled with  KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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


[GitHub] [cloudstack] nvazquez merged pull request #6315: ui,api: fix api resourcename and user/project event resource

Posted by GitBox <gi...@apache.org>.
nvazquez merged PR #6315:
URL: https://github.com/apache/cloudstack/pull/6315


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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


[GitHub] [cloudstack] blueorangutan commented on pull request #6315: ui,api: fix api resourcename and user/project event resource

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6315:
URL: https://github.com/apache/cloudstack/pull/6315#issuecomment-1109459215

   UI build: :heavy_check_mark:
   Live QA URL: http://qa.cloudstack.cloud:8080/client/pr/6315 (SL-JID-1473)


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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


[GitHub] [cloudstack] blueorangutan commented on pull request #6315: ui,api: fix api resourcename and user/project event resource

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6315:
URL: https://github.com/apache/cloudstack/pull/6315#issuecomment-1109453175

   @acs-robot a Jenkins job has been kicked to build UI QA env. 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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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


[GitHub] [cloudstack] blueorangutan commented on pull request #6315: ui,api: fix api resourcename and user/project event resource

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6315:
URL: https://github.com/apache/cloudstack/pull/6315#issuecomment-1109546832

   @shwstppr a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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


[GitHub] [cloudstack] shwstppr commented on pull request #6315: ui,api: fix api resourcename and user/project event resource

Posted by GitBox <gi...@apache.org>.
shwstppr commented on PR #6315:
URL: https://github.com/apache/cloudstack/pull/6315#issuecomment-1109545568

   @blueorangutan test


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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