[GitHub] [cloudstack-cloudmonkey] Pearl1594 commented on pull request #140: Convert GET to POST requests

2023-08-10 Thread via GitHub
Pearl1594 commented on PR #140: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/140#issuecomment-1672922905 @weizhouapache @rohityadavcloud I was just testing to see if there is any issue with using POST for all commands. Hence raised this draft PR. -- This is an automated

[DISCUSS] Fixing npm version for building UI

2023-08-10 Thread Rohit Yadav
All, Our UI building in packages/PRs uses npm v14, while the current LTS version is v18. However, since we use npm for only development and building the UI statically there are hopefully no concerns around security and support. I've been using both v14 and v16 to build UI across different

[GitHub] [cloudstack-cloudmonkey] rohityadavcloud commented on pull request #140: Convert GET to POST requests

2023-08-10 Thread via GitHub
rohityadavcloud commented on PR #140: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/140#issuecomment-1672806226 @Pearl1594 you probably don't want to do this as a default, we need to check if mgmt server logs API requests when things are POST-ed. You can probably add