[GitHub] [cloudstack-documentation] rohityadavcloud commented on pull request #316: source: add sphnix-tabs

2023-05-12 Thread via GitHub
rohityadavcloud commented on PR #316: URL: https://github.com/apache/cloudstack-documentation/pull/316#issuecomment-1545290542 @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 g

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #316: source: add sphnix-tabs

2023-05-12 Thread via GitHub
blueorangutan commented on PR #316: URL: https://github.com/apache/cloudstack-documentation/pull/316#issuecomment-1545291652 @rohityadavcloud 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] blueorangutan commented on pull request #316: source: add sphnix-tabs

2023-05-12 Thread via GitHub
blueorangutan commented on PR #316: URL: https://github.com/apache/cloudstack-documentation/pull/316#issuecomment-1545292168 QA-Doc build failed (QA-JID 76) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [cloudstack-documentation] rohityadavcloud closed pull request #316: source: add sphnix-tabs

2023-05-12 Thread via GitHub
rohityadavcloud closed pull request #316: source: add sphnix-tabs URL: https://github.com/apache/cloudstack-documentation/pull/316 -- 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] rohityadavcloud commented on a diff in pull request #60: Fix generation for UUID type

2023-05-12 Thread via GitHub
rohityadavcloud commented on code in PR #60: URL: https://github.com/apache/cloudstack-go/pull/60#discussion_r1192036968 ## generate/generate.go: ## @@ -1291,7 +1291,7 @@ func (s *service) generateConvertCode(cmd, name, typ string) { pn := s.pn switch typ { -

[GitHub] [cloudstack-go] vishesh92 commented on a diff in pull request #60: Fix generation for UUID type

2023-05-12 Thread via GitHub
vishesh92 commented on code in PR #60: URL: https://github.com/apache/cloudstack-go/pull/60#discussion_r1192069036 ## generate/generate.go: ## @@ -1291,7 +1291,7 @@ func (s *service) generateConvertCode(cmd, name, typ string) { pn := s.pn switch typ { -

[GitHub] [cloudstack-go] rohityadavcloud commented on a diff in pull request #60: Fix generation for UUID type

2023-05-12 Thread via GitHub
rohityadavcloud commented on code in PR #60: URL: https://github.com/apache/cloudstack-go/pull/60#discussion_r1192086562 ## generate/generate.go: ## @@ -1291,7 +1291,7 @@ func (s *service) generateConvertCode(cmd, name, typ string) { pn := s.pn switch typ { -

Re: [PROPOSE] ACS 4.18.1.0 release

2023-05-12 Thread Wei ZHOU
Thanks all. Since there is no objection, I will act as the 4.18.1.0 release manager. I have noticed many bug fix PRs are targeted to the main branch, if the authors want to merge it into 4.18.1.0, please rebase with 4.18 and change the target branch to 4.18. All commits in the 4.18 branch will be

[GitHub] [cloudstack-go] happyalexkg opened a new issue, #61: Issue with ListVirtualMachines

2023-05-12 Thread via GitHub
happyalexkg opened a new issue, #61: URL: https://github.com/apache/cloudstack-go/issues/61 Hi, i tring to get all VMs which belongs to user with this function ListVirtualMachines Here is my code: `con := cloudstack.InitCloudStack() p3 := con.VirtualMachine.NewListVir