Re: [PR] Fix update resource count failure for domains [cloudstack]

2025-07-18 Thread via GitHub
DaanHoogland merged PR #11138: URL: https://github.com/apache/cloudstack/pull/11138 -- 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] Fix update resource count failure for domains [cloudstack]

2025-07-15 Thread via GitHub
sonarqubecloud[bot] commented on PR #11138: URL: https://github.com/apache/cloudstack/pull/11138#issuecomment-3073197040 ## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate Failed')](https:/

Re: [PR] Fix update resource count failure for domains [cloudstack]

2025-07-15 Thread via GitHub
DaanHoogland commented on code in PR #11138: URL: https://github.com/apache/cloudstack/pull/11138#discussion_r2207078318 ## server/src/main/java/com/cloud/resourcelimit/ResourceLimitManagerImpl.java: ## @@ -1091,12 +1086,13 @@ public List recalculateResourceCount(Long accountId

Re: [PR] Fix update resource count failure for domains [cloudstack]

2025-07-08 Thread via GitHub
hsato03 commented on PR #11138: URL: https://github.com/apache/cloudstack/pull/11138#issuecomment-3049749871 > > The regression was introduced by commit [a0080a0](https://github.com/apache/cloudstack/commit/a0080a04fe66b1b1cf1f67bb674a079d7cab857a) as the `accountId` ([a0080a0#diff-d2867d8

Re: [PR] Fix update resource count failure for domains [cloudstack]

2025-07-08 Thread via GitHub
DaanHoogland commented on PR #11138: URL: https://github.com/apache/cloudstack/pull/11138#issuecomment-3049584747 > The regression was introduced by commit [a0080a0](https://github.com/apache/cloudstack/commit/a0080a04fe66b1b1cf1f67bb674a079d7cab857a) as the `accountId` ([a0080a0#diff-d286

Re: [PR] Fix update resource count failure for domains [cloudstack]

2025-07-07 Thread via GitHub
hsato03 commented on PR #11138: URL: https://github.com/apache/cloudstack/pull/11138#issuecomment-3045733022 The regression was introduced by commit https://github.com/apache/cloudstack/commit/a0080a04fe66b1b1cf1f67bb674a079d7cab857a as the `accountId` (https://github.com/apache/cloudstack

Re: [PR] Fix update resource count failure for domains [cloudstack]

2025-07-05 Thread via GitHub
DaanHoogland commented on PR #11138: URL: https://github.com/apache/cloudstack/pull/11138#issuecomment-3038950159 when updating resource count for a child domain it fails. I think this is not what solves the issue at hand/need smore investigation. -- This is an automated message from the

Re: [PR] Fix update resource count failure for domains [cloudstack]

2025-07-05 Thread via GitHub
blueorangutan commented on PR #11138: URL: https://github.com/apache/cloudstack/pull/11138#issuecomment-3038945314 UI build: :heavy_check_mark: Live QA URL: https://qa.cloudstack.cloud/simulator/pr/11138 (QA-JID-660) -- This is an automated message from the Apache Git Service. To respon

Re: [PR] Fix update resource count failure for domains [cloudstack]

2025-07-05 Thread via GitHub
blueorangutan commented on PR #11138: URL: https://github.com/apache/cloudstack/pull/11138#issuecomment-3038912908 @DaanHoogland 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 respo

Re: [PR] Fix update resource count failure for domains [cloudstack]

2025-07-05 Thread via GitHub
DaanHoogland commented on PR #11138: URL: https://github.com/apache/cloudstack/pull/11138#issuecomment-3038912202 @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 co

Re: [PR] Fix update resource count failure for domains [cloudstack]

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

Re: [PR] Fix update resource count failure for domains [cloudstack]

2025-07-04 Thread via GitHub
blueorangutan commented on PR #11138: URL: https://github.com/apache/cloudstack/pull/11138#issuecomment-3035586209 @DaanHoogland 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 progre

Re: [PR] Fix update resource count failure for domains [cloudstack]

2025-07-04 Thread via GitHub
DaanHoogland commented on PR #11138: URL: https://github.com/apache/cloudstack/pull/11138#issuecomment-3035575319 @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 specif

Re: [PR] Fix update resource count failure for domains [cloudstack]

2025-07-03 Thread via GitHub
sonarqubecloud[bot] commented on PR #11138: URL: https://github.com/apache/cloudstack/pull/11138#issuecomment-303267 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https:/

Re: [PR] Fix update resource count failure for domains [cloudstack]

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

[PR] Fix update resource count failure for domains [cloudstack]

2025-07-03 Thread via GitHub
Pearl1594 opened a new pull request, #11138: URL: https://github.com/apache/cloudstack/pull/11138 ### Description This PR fixes: https://github.com/apache/cloudstack/issues/11100 ### Types of changes - [ ] Breaking chang