Re: Apache CloudStack 4.18 LTS is released

2023-03-22 Thread Info Manager
http://packages.shapeblue.com/cloudstack/upstream/debian/4.18/ use this link On Wed, Mar 22, 2023, 05:08 Hean Seng wrote: > Seems 4.18 not yet available for Ubuntu Variant. > > On Mon, Mar 20, 2023 at 8:26 PM Info Manager .invalid> > wrote: > > > Hi, you can use shapeblue rep also > > > > On

Re: Apache CloudStack 4.18 LTS is released

2023-03-22 Thread Hean Seng
Seems 4.18 not yet available for Ubuntu Variant. On Mon, Mar 20, 2023 at 8:26 PM Info Manager wrote: > Hi, you can use shapeblue rep also > > On Mon, Mar 20, 2023, 13:43 Pratik Chandrakar > wrote: > > > Hi all, > > This is to inform you that the 4.18 Package is currently not available > for >

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #307: 4.18

2023-03-22 Thread via GitHub
blueorangutan commented on PR #307: URL: https://github.com/apache/cloudstack-documentation/pull/307#issuecomment-1479807206 QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/307. (QA-JID 67) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack-go] hasan07 closed pull request #51: Do not encode values with an asterisk in them.

2023-03-22 Thread via GitHub
hasan07 closed pull request #51: Do not encode values with an asterisk in them. URL: https://github.com/apache/cloudstack-go/pull/51 -- 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

[GitHub] [cloudstack-go] mlsorensen commented on pull request #49: fix asterisk encoding

2023-03-22 Thread via GitHub
mlsorensen commented on PR #49: URL: https://github.com/apache/cloudstack-go/pull/49#issuecomment-1479810041 Good catch @poddm - I've run into this as well. My only feedback is that maybe if the implementation were within `encodeValues`instead, it would be easy to add some tests. --

[GitHub] [cloudstack-go] mlsorensen commented on pull request #49: fix asterisk encoding

2023-03-22 Thread via GitHub
mlsorensen commented on PR #49: URL: https://github.com/apache/cloudstack-go/pull/49#issuecomment-1479871956 @poddm looks like the change would need to be made in the generate.go in order to stick, since the code changed is generated.

[GitHub] [cloudstack-go] mlsorensen commented on pull request #49: fix asterisk encoding

2023-03-22 Thread via GitHub
mlsorensen commented on PR #49: URL: https://github.com/apache/cloudstack-go/pull/49#issuecomment-147758 @poddm see what you think about #52 -- 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

[GitHub] [cloudstack-go] rohityadavcloud commented on a diff in pull request #49: fix asterisk encoding

2023-03-22 Thread via GitHub
rohityadavcloud commented on code in PR #49: URL: https://github.com/apache/cloudstack-go/pull/49#discussion_r1145034272 ## cloudstack/cloudstack.go: ## @@ -464,17 +464,24 @@ func (cs *CloudStackClient) newRawRequest(api string, post bool, params url.Valu

[GitHub] [cloudstack-go] rohityadavcloud commented on a diff in pull request #49: fix asterisk encoding

2023-03-22 Thread via GitHub
rohityadavcloud commented on code in PR #49: URL: https://github.com/apache/cloudstack-go/pull/49#discussion_r1145034272 ## cloudstack/cloudstack.go: ## @@ -464,17 +464,24 @@ func (cs *CloudStackClient) newRawRequest(api string, post bool, params url.Valu

[GitHub] [cloudstack-go] hasan07 commented on pull request #49: fix asterisk encoding

2023-03-22 Thread via GitHub
hasan07 commented on PR #49: URL: https://github.com/apache/cloudstack-go/pull/49#issuecomment-1479812544 This is needed since there is a requirement for some API values to contain “ * ” such as consoleproxy.url.domain otherwise an exception is thrown. Also CloudMonkey is broked for the

[GitHub] [cloudstack-go] poddm commented on pull request #49: fix asterisk encoding

2023-03-22 Thread via GitHub
poddm commented on PR #49: URL: https://github.com/apache/cloudstack-go/pull/49#issuecomment-1479968217 > 0106fc7 -- 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.

[GitHub] [cloudstack-go] poddm closed pull request #49: fix asterisk encoding

2023-03-22 Thread via GitHub
poddm closed pull request #49: fix asterisk encoding URL: https://github.com/apache/cloudstack-go/pull/49 -- 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,

[GitHub] [cloudstack-go] mlsorensen opened a new pull request, #52: Do value encoding in EncodeValues, add tests

2023-03-22 Thread via GitHub
mlsorensen opened a new pull request, #52: URL: https://github.com/apache/cloudstack-go/pull/52 Similar to #49 - however we push the customizations to value encoding into `EncodeValues` function, and add tests for this function. Adding Ginkgo/Gomega for table support in test suites,

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #307: 4.18

2023-03-22 Thread via GitHub
blueorangutan commented on PR #307: URL: https://github.com/apache/cloudstack-documentation/pull/307#issuecomment-1479806137 @DaanHoogland a Jenkins job has been kicked to build the document. I'll keep you posted as I make progress. -- This is an automated message from the Apache Git

[GitHub] [cloudstack-documentation] DaanHoogland commented on pull request #307: 4.18

2023-03-22 Thread via GitHub
DaanHoogland commented on PR #307: URL: https://github.com/apache/cloudstack-documentation/pull/307#issuecomment-1479804472 @blueorangutan docbuild -- 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

[GitHub] [cloudstack-documentation] DaanHoogland merged pull request #307: 4.18

2023-03-22 Thread via GitHub
DaanHoogland merged PR #307: URL: https://github.com/apache/cloudstack-documentation/pull/307 -- 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:

[GitHub] [cloudstack-go] mlsorensen commented on a diff in pull request #49: fix asterisk encoding

2023-03-22 Thread via GitHub
mlsorensen commented on code in PR #49: URL: https://github.com/apache/cloudstack-go/pull/49#discussion_r1145067131 ## cloudstack/cloudstack.go: ## @@ -464,17 +464,24 @@ func (cs *CloudStackClient) newRawRequest(api string, post bool, params url.Valu

[GitHub] [cloudstack-go] mlsorensen commented on a diff in pull request #49: fix asterisk encoding

2023-03-22 Thread via GitHub
mlsorensen commented on code in PR #49: URL: https://github.com/apache/cloudstack-go/pull/49#discussion_r1145067131 ## cloudstack/cloudstack.go: ## @@ -464,17 +464,24 @@ func (cs *CloudStackClient) newRawRequest(api string, post bool, params url.Valu

[GitHub] [cloudstack-go] poddm commented on pull request #49: fix asterisk encoding

2023-03-22 Thread via GitHub
poddm commented on PR #49: URL: https://github.com/apache/cloudstack-go/pull/49#issuecomment-1479969272 @mlsorensen, overlooked this. I'll update the PR. -- 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