Re: [PR] Inefficient use of a for loop [cloudstack]

2025-07-11 Thread via GitHub
DaanHoogland merged PR #10576: URL: https://github.com/apache/cloudstack/pull/10576 -- 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-unsubscr...@

Re: [PR] Inefficient use of a for loop [cloudstack]

2025-06-09 Thread via GitHub
blueorangutan commented on PR #10576: URL: https://github.com/apache/cloudstack/pull/10576#issuecomment-2957449029 [SF] Trillian test result (tid-13477) Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8 Total time taken: 57410 seconds Marvin logs: https://github.co

Re: [PR] Inefficient use of a for loop [cloudstack]

2025-06-09 Thread via GitHub
blueorangutan commented on PR #10576: URL: https://github.com/apache/cloudstack/pull/10576#issuecomment-2955125372 @DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests -- This is an automated message from the Apache Git Service. To respond

Re: [PR] Inefficient use of a for loop [cloudstack]

2025-06-09 Thread via GitHub
DaanHoogland commented on PR #10576: URL: https://github.com/apache/cloudstack/pull/10576#issuecomment-2955121309 @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

Re: [PR] Inefficient use of a for loop [cloudstack]

2025-06-05 Thread via GitHub
blueorangutan commented on PR #10576: URL: https://github.com/apache/cloudstack/pull/10576#issuecomment-2943455796 Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 13609 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] Inefficient use of a for loop [cloudstack]

2025-06-05 Thread via GitHub
blueorangutan commented on PR #10576: URL: https://github.com/apache/cloudstack/pull/10576#issuecomment-2943200811 @sureshanaparti a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make prog

Re: [PR] Inefficient use of a for loop [cloudstack]

2025-06-05 Thread via GitHub
sureshanaparti commented on PR #10576: URL: https://github.com/apache/cloudstack/pull/10576#issuecomment-2943195793 @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 spec

Re: [PR] Inefficient use of a for loop [cloudstack]

2025-03-24 Thread via GitHub
DaanHoogland commented on PR #10576: URL: https://github.com/apache/cloudstack/pull/10576#issuecomment-2737150412 @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

Re: [PR] Inefficient use of a for loop [cloudstack]

2025-03-20 Thread via GitHub
blueorangutan commented on PR #10576: URL: https://github.com/apache/cloudstack/pull/10576#issuecomment-2739594021 [SF] Trillian test result (tid-12782) Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8 Total time taken: 57709 seconds Marvin logs: https://github.co

Re: [PR] Inefficient use of a for loop [cloudstack]

2025-03-19 Thread via GitHub
blueorangutan commented on PR #10576: URL: https://github.com/apache/cloudstack/pull/10576#issuecomment-2737153449 @DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests -- This is an automated message from the Apache Git Service. To respond

Re: [PR] Inefficient use of a for loop [cloudstack]

2025-03-17 Thread via GitHub
blueorangutan commented on PR #10576: URL: https://github.com/apache/cloudstack/pull/10576#issuecomment-2728738247 Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 12806 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] Inefficient use of a for loop [cloudstack]

2025-03-17 Thread via GitHub
blueorangutan commented on PR #10576: URL: https://github.com/apache/cloudstack/pull/10576#issuecomment-2728513699 @weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progr

Re: [PR] Inefficient use of a for loop [cloudstack]

2025-03-17 Thread via GitHub
codecov[bot] commented on PR #10576: URL: https://github.com/apache/cloudstack/pull/10576#issuecomment-2728531423 ## [Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/10576?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comme

Re: [PR] Inefficient use of a for loop [cloudstack]

2025-03-17 Thread via GitHub
weizhouapache commented on PR #10576: URL: https://github.com/apache/cloudstack/pull/10576#issuecomment-2728512584 @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 speci

Re: [PR] Inefficient use of a for loop [cloudstack]

2025-03-15 Thread via GitHub
boring-cyborg[bot] commented on PR #10576: URL: https://github.com/apache/cloudstack/pull/10576#issuecomment-2727134304 Congratulations on your first Pull Request and welcome to the Apache CloudStack community! If you have any issues or are unsure about any anything please check our Contrib

[PR] Inefficient use of a for loop [cloudstack]

2025-03-15 Thread via GitHub
AsharSi opened a new pull request, #10576: URL: https://github.com/apache/cloudstack/pull/10576 ### Description This PR improves how HTTP headers are set in the request. Replacing headers.keySet() with headers.entrySet(). This change enhances efficiency by directly accessing b