Re: [PR] Allow locking and unlocking users via UI [cloudstack]

2024-02-13 Thread via GitHub
DaanHoogland merged PR #8337: URL: https://github.com/apache/cloudstack/pull/8337 -- 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: commits-unsubscr...@cl

Re: [PR] Allow locking and unlocking users via UI [cloudstack]

2024-02-13 Thread via GitHub
DaanHoogland commented on PR #8337: URL: https://github.com/apache/cloudstack/pull/8337#issuecomment-1940901650 works in qa, no backend code so the GHA failure can't be related. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] Allow locking and unlocking users via UI [cloudstack]

2024-02-12 Thread via GitHub
blueorangutan commented on PR #8337: URL: https://github.com/apache/cloudstack/pull/8337#issuecomment-1940478138 UI build: :heavy_check_mark: Live QA URL: https://qa.cloudstack.cloud/simulator/pr/8337 (QA-JID-279) -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] Allow locking and unlocking users via UI [cloudstack]

2024-02-12 Thread via GitHub
blueorangutan commented on PR #8337: URL: https://github.com/apache/cloudstack/pull/8337#issuecomment-1940465487 @rohityadavcloud a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. -- This is an automated message from the Apache Git Service. To resp

Re: [PR] Allow locking and unlocking users via UI [cloudstack]

2024-02-12 Thread via GitHub
rohityadavcloud commented on PR #8337: URL: https://github.com/apache/cloudstack/pull/8337#issuecomment-1940464950 @blueorangutan ui -- 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 c

Re: [PR] Allow locking and unlocking users via UI [cloudstack]

2024-01-15 Thread via GitHub
winterhazel commented on PR #8337: URL: https://github.com/apache/cloudstack/pull/8337#issuecomment-1892520446 @DaanHoogland thanks for testing, but ideally this is not enough regarding the changes in `AutogenView.vue`. There are different ways in which labels are shown and provided t

Re: [PR] Allow locking and unlocking users via UI [cloudstack]

2023-12-19 Thread via GitHub
DaanHoogland commented on PR #8337: URL: https://github.com/apache/cloudstack/pull/8337#issuecomment-1862749094 I created and deleted a user in the ui and the notification message appeared: ![image](https://github.com/apache/cloudstack/assets/2486961/abaf1440-e88e-47fd-81db-432d09aeaab4)

Re: [PR] Allow locking and unlocking users via UI [cloudstack]

2023-12-19 Thread via GitHub
blueorangutan commented on PR #8337: URL: https://github.com/apache/cloudstack/pull/8337#issuecomment-1862737961 UI build: :heavy_check_mark: Live QA URL: https://qa.cloudstack.cloud/simulator/pr/8337 (QA-JID-248) -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] Allow locking and unlocking users via UI [cloudstack]

2023-12-19 Thread via GitHub
DaanHoogland commented on PR #8337: URL: https://github.com/apache/cloudstack/pull/8337#issuecomment-1862713411 @blueorangutan ui -- 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 comm

Re: [PR] Allow locking and unlocking users via UI [cloudstack]

2023-12-19 Thread via GitHub
blueorangutan commented on PR #8337: URL: https://github.com/apache/cloudstack/pull/8337#issuecomment-1862714349 @DaanHoogland a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. -- This is an automated message from the Apache Git Service. To respond

Re: [PR] Allow locking and unlocking users via UI [cloudstack]

2023-12-19 Thread via GitHub
DaanHoogland commented on PR #8337: URL: https://github.com/apache/cloudstack/pull/8337#issuecomment-1862712934 > > code looks good @winterhazel . @JoaoJandre , did you test the new functionality exclusively or poke around for regressions as well? > > @DaanHoogland sorry for not expla

Re: [PR] Allow locking and unlocking users via UI [cloudstack]

2023-12-19 Thread via GitHub
JoaoJandre commented on PR #8337: URL: https://github.com/apache/cloudstack/pull/8337#issuecomment-1862585778 > code looks good @winterhazel . @JoaoJandre , did you test the new functionality exclusively or poke around for regressions as well? @DaanHoogland sorry for not explaining my

Re: [PR] Allow locking and unlocking users via UI [cloudstack]

2023-12-18 Thread via GitHub
DaanHoogland commented on PR #8337: URL: https://github.com/apache/cloudstack/pull/8337#issuecomment-1862275877 code looks good @winterhazel . @JoaoJandre , did you test the new functionality exclusively or poke around for regressions as well? -- This is an automated message from the A

Re: [PR] Allow locking and unlocking users via UI [cloudstack]

2023-12-18 Thread via GitHub
winterhazel commented on code in PR #8337: URL: https://github.com/apache/cloudstack/pull/8337#discussion_r1430513885 ## ui/src/config/section/user.js: ## @@ -96,6 +96,19 @@ export default { record.state === 'enabled' } }, +{ + api: 'lockUser', +

Re: [PR] Allow locking and unlocking users via UI [cloudstack]

2023-12-18 Thread via GitHub
winterhazel commented on code in PR #8337: URL: https://github.com/apache/cloudstack/pull/8337#discussion_r1430463427 ## ui/src/config/section/user.js: ## @@ -96,6 +96,19 @@ export default { record.state === 'enabled' } }, +{ + api: 'lockUser', +

Re: [PR] Allow locking and unlocking users via UI [cloudstack]

2023-12-16 Thread via GitHub
DaanHoogland commented on code in PR #8337: URL: https://github.com/apache/cloudstack/pull/8337#discussion_r1428774831 ## ui/src/config/section/user.js: ## @@ -96,6 +96,19 @@ export default { record.state === 'enabled' } }, +{ + api: 'lockUser', +

Re: [PR] Allow locking and unlocking users via UI [cloudstack]

2023-12-15 Thread via GitHub
winterhazel commented on code in PR #8337: URL: https://github.com/apache/cloudstack/pull/8337#discussion_r1428224671 ## ui/src/config/section/user.js: ## @@ -96,6 +96,19 @@ export default { record.state === 'enabled' } }, +{ + api: 'lockUser', +

Re: [PR] Allow locking and unlocking users via UI [cloudstack]

2023-12-15 Thread via GitHub
shwstppr commented on code in PR #8337: URL: https://github.com/apache/cloudstack/pull/8337#discussion_r1427899436 ## ui/src/config/section/user.js: ## @@ -96,6 +96,19 @@ export default { record.state === 'enabled' } }, +{ + api: 'lockUser', +

Re: [PR] Allow locking and unlocking users via UI [cloudstack]

2023-12-08 Thread via GitHub
blueorangutan commented on PR #8337: URL: https://github.com/apache/cloudstack/pull/8337#issuecomment-1847781266 UI build: :heavy_check_mark: Live QA URL: https://qa.cloudstack.cloud/simulator/pr/8337 (QA-JID-245) -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] Allow locking and unlocking users via UI [cloudstack]

2023-12-08 Thread via GitHub
blueorangutan commented on PR #8337: URL: https://github.com/apache/cloudstack/pull/8337#issuecomment-1847763537 @shwstppr a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] Allow locking and unlocking users via UI [cloudstack]

2023-12-08 Thread via GitHub
shwstppr commented on PR #8337: URL: https://github.com/apache/cloudstack/pull/8337#issuecomment-1847762368 @blueorangutan ui -- 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.

Re: [PR] Allow locking and unlocking users via UI [cloudstack]

2023-12-08 Thread via GitHub
codecov[bot] commented on PR #8337: URL: https://github.com/apache/cloudstack/pull/8337#issuecomment-1847696334 ## [Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/8337?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)

[PR] Allow locking and unlocking users via UI [cloudstack]

2023-12-08 Thread via GitHub
winterhazel opened a new pull request, #8337: URL: https://github.com/apache/cloudstack/pull/8337 ### Description Admins are able to lock and unlock users through the APIs `lockUser` and `enableUser`; however, this feature is not currently available in the UI. To address this issue,