Re: [PR] Fix listServiceOfferings regression [cloudstack]

2024-11-20 Thread via GitHub
verendrakalsi commented on PR #9894: URL: https://github.com/apache/cloudstack/pull/9894#issuecomment-2486353518 I am using CloudStack 4.19.1.3 but still i have same issue. Do i still have to run all these queries in mysql ? All these options are checked 1. enable enable.dynamic.sc

Re: [PR] Fix listServiceOfferings regression [cloudstack]

2024-11-19 Thread via GitHub
winterhazel commented on PR #9894: URL: https://github.com/apache/cloudstack/pull/9894#issuecomment-2486736497 @verendrakalsi this fix was not included in 4.19.1.3. It will be included in 4.19.2.0 and 4.20.0.0 onwards. While 4.19.2.0 and 4.20.0.0 are not released, you can perform the

Re: [PR] Fix listServiceOfferings regression [cloudstack]

2024-11-07 Thread via GitHub
weizhouapache merged PR #9894: URL: https://github.com/apache/cloudstack/pull/9894 -- 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...@c

Re: [PR] Fix listServiceOfferings regression [cloudstack]

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

Re: [PR] Fix listServiceOfferings regression [cloudstack]

2024-11-05 Thread via GitHub
codecov[bot] commented on PR #9894: URL: https://github.com/apache/cloudstack/pull/9894#issuecomment-2458001404 ## [Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/9894?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments

Re: [PR] Fix listServiceOfferings regression [cloudstack]

2024-11-05 Thread via GitHub
blueorangutan commented on PR #9894: URL: https://github.com/apache/cloudstack/pull/9894#issuecomment-2457992832 @winterhazel 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 progress.

Re: [PR] Fix listServiceOfferings regression [cloudstack]

2024-11-05 Thread via GitHub
winterhazel commented on PR #9894: URL: https://github.com/apache/cloudstack/pull/9894#issuecomment-2457989925 @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

[PR] Fix listServiceOfferings regression [cloudstack]

2024-11-05 Thread via GitHub
winterhazel opened a new pull request, #9894: URL: https://github.com/apache/cloudstack/pull/9894 ### Description This PR fixes a regression introduced in 4.19.1.0 in the `listServiceOfferings` API. The API's query was being built with an AND where there previously was an OR.