Re: [PR] Fix usagetype parameter autocomplete [cloudstack-cloudmonkey]

2025-08-13 Thread via GitHub
shwstppr merged PR #156: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/156 -- 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: dev-unsubscr...@

Re: [PR] Fix usagetype parameter autocomplete [cloudstack-cloudmonkey]

2025-08-12 Thread via GitHub
DaanHoogland commented on PR #156: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/156#issuecomment-3182404156 right , > @hsato03 @DaanHoogland regarding the completion for `type` in `listUsageRecords`, I think that we can address it separately, as this issue is not exclu

Re: [PR] Fix usagetype parameter autocomplete [cloudstack-cloudmonkey]

2025-08-12 Thread via GitHub
winterhazel commented on PR #156: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/156#issuecomment-3181599452 > I have other usage and quota enabled but do not get any quota commands except for quota isenabled. What else might I be forgetting? @DaanHoogland did you restart

Re: [PR] Fix usagetype parameter autocomplete [cloudstack-cloudmonkey]

2025-08-12 Thread via GitHub
DaanHoogland commented on PR #156: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/156#issuecomment-3179129938 @hsato03 (cc @winterhazel ) can you update on this? It would be nice to include it in an upcoming release. -- This is an automated message from the Apache Git Servic

Re: [PR] Fix usagetype parameter autocomplete [cloudstack-cloudmonkey]

2025-08-11 Thread via GitHub
DaanHoogland commented on PR #156: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/156#issuecomment-3173971298 a remark and a question @hsato03 : 1. I tried with the list usagerecords, but it turns out the parameter is “type” and not "usagetype” that might be worth fixing as

Re: [PR] Fix usagetype parameter autocomplete [cloudstack-cloudmonkey]

2025-08-08 Thread via GitHub
github-actions[bot] commented on PR #156: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/156#issuecomment-3167312690 ✅ Build complete for PR #156. 🔗 Download the [cmk binaries](https://github.com/apache/cloudstack-cloudmonkey/actions/runs/16827673383/artifacts/3718564

Re: [PR] Fix usagetype parameter autocomplete [cloudstack-cloudmonkey]

2025-08-08 Thread via GitHub
shwstppr closed pull request #156: Fix usagetype parameter autocomplete URL: https://github.com/apache/cloudstack-cloudmonkey/pull/156 -- 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 com

Re: [PR] Fix usagetype parameter autocomplete [cloudstack-cloudmonkey]

2025-08-07 Thread via GitHub
shwstppr closed pull request #156: Fix usagetype parameter autocomplete URL: https://github.com/apache/cloudstack-cloudmonkey/pull/156 -- 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 com

Re: [PR] Fix usagetype parameter autocomplete [cloudstack-cloudmonkey]

2025-07-24 Thread via GitHub
shwstppr commented on PR #156: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/156#issuecomment-3112565092 @hsato03 can you please check the review comment? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [PR] Fix usagetype parameter autocomplete [cloudstack-cloudmonkey]

2025-02-15 Thread via GitHub
winterhazel commented on code in PR #156: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/156#discussion_r1957178119 ## cli/completer.go: ## @@ -398,15 +406,23 @@ func (t *autoCompleter) Do(line []rune, pos int) (options [][]rune, offset int)

[PR] Fix usagetype parameter autocomplete [cloudstack-cloudmonkey]

2025-01-01 Thread via GitHub
hsato03 opened a new pull request, #156: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/156 Currently, when using autocomplete in the `usagetype` parameter (present in APIs such as `quotaPresetVariableList` and `quotaCreateTariff`) the CLI panics. ``` $ cmk Apache