Re: [ANNOUNCE] New VP of Apache CloudStack - Rohit Yadav

2023-04-24 Thread Marco Sinhoreli
Congratulations @Rohit Yadav! From: Simon Weller Date: Thursday, 30 March 2023 at 05:36 To: dev@cloudstack.apache.org , us...@cloudstack.apache.org Cc: priv...@cloudstack.apache.org Subject: [ANNOUNCE] New VP of Apache CloudStack - Rohit Yadav All, I'm very p

[GitHub] [cloudstack-cloudmonkey] nvazquez commented on a diff in pull request #131: Fix #115: cmk ignores the CLI profile arg when loading the cache file

2023-04-24 Thread via GitHub
nvazquez commented on code in PR #131: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/131#discussion_r1175294429 ## cmk.go: ## @@ -70,6 +82,10 @@ func main() { } if *profile != "" { + if !existsProfileCache(*profile, cfg) { +

[GitHub] [cloudstack-cloudmonkey] nvazquez commented on issue #115: cmk ignores the CLI profile arg when loading the cache file

2023-04-24 Thread via GitHub
nvazquez commented on issue #115: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/115#issuecomment-1520446673 Thanks @kgranroth-tm for your tests and suggestion, I have applied it on the PR #131. Can you please review it again? -- This is an automated message from the Apache

[GitHub] [cloudstack-cloudmonkey] nvazquez commented on pull request #131: Fix #115: cmk ignores the CLI profile arg when loading the cache file

2023-04-24 Thread via GitHub
nvazquez commented on PR #131: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/131#issuecomment-1520452889 @rohityadavcloud @borisstoyanov can you please review it after the latest changes? -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [cloudstack-cloudmonkey] kgranroth-tm commented on issue #115: cmk ignores the CLI profile arg when loading the cache file

2023-04-24 Thread via GitHub
kgranroth-tm commented on issue #115: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/115#issuecomment-1520486716 All of my tests now pass with flying colors. Thank you @nvazquez, this patch works great! -- This is an automated message from the Apache Git Service. To respond

[GitHub] [cloudstack-cloudmonkey] nvazquez opened a new pull request, #133: Fix autocompletion for API arguments

2023-04-24 Thread via GitHub
nvazquez opened a new pull request, #133: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/133 Fixes: #72 -- 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 unsu

[GitHub] [cloudstack-cloudmonkey] nvazquez commented on pull request #133: Fix autocompletion for API arguments

2023-04-24 Thread via GitHub
nvazquez commented on PR #133: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/133#issuecomment-1520612373 Sure @weizhouapache - please find it here: https://drive.google.com/file/d/1VuI7yt3Ril44g5DiLhXsf4XqKq9cqMBv/view?usp=sharing -- This is an automated message from the Apa

[GitHub] [cloudstack-cloudmonkey] weizhouapache commented on pull request #133: Fix autocompletion for API arguments

2023-04-24 Thread via GitHub
weizhouapache commented on PR #133: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/133#issuecomment-1520637429 > Sure @weizhouapache - please find it here: https://drive.google.com/file/d/1VuI7yt3Ril44g5DiLhXsf4XqKq9cqMBv/view?usp=sharing @nvazquez it is not executabl