-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/2088 namespace admin is able to create a technical user for a namespace #2192
Merged
aedelmann
merged 10 commits into
eclipse-vorto:development
from
bosch-io:feature/2088_Namespace_admin_is_able_to_create_a_technical_user_for_a_namespace
Jan 9, 2020
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* end-to-end workflow for technical user creation when adding a non-existing user to a namespace: 1. Admin edits collaborators in a given namespace 2. Admin selects "add user" 3. Given username does not exist 4. A new modal opens, prompting admin to create a new technical user with a given authorization provider ID among supported 5. Once created, modals close and the new technical user is created * no tests present yet Signed-off-by: Menahem Julien Raccah Lisei <[email protected]>
Small UI/UX improvements: * nicer design /spacing for the new "create technical user form" * add user autofocuses on the user name input box Signed-off-by: Menahem Julien Raccah Lisei <[email protected]>
Large UI/UX improvements: * User search when adding to namespace, with a drop down activating once user input field text length is >= 4 characters * Search retrieves users whose name contains search characters, shows and adds to drop-down * If no option selected or none available, username interpreted as is (can still be added as non-existing / technical user then) Signed-off-by: Menahem Julien Raccah Lisei <[email protected]>
…to_create_a_technical_user_for_a_namespace
* Made user search case-insensitive (not well optimized, sadly) * Added a few tests for search * Removed some extraneous import in TenantTechnicalUserDto Signed-off-by: Menahem Julien Raccah Lisei <[email protected]>
ghost
mentioned this pull request
Dec 29, 2019
* Cleaned up some code * Added some javadoc where missing * Added a couple of account service tests (note that user and tenant repositories are mocked by the parent class, so the only applicable tests are the ones that will fail due to validation issues) Signed-off-by: Menahem Julien Raccah Lisei <[email protected]>
* Minimal javadoc on new tests Signed-off-by: Menahem Julien Raccah Lisei <[email protected]>
* Improved combobox * Cleaned up some garbage Signed-off-by: Menahem Julien Raccah Lisei <[email protected]>
…to_create_a_technical_user_for_a_namespace
…to_create_a_technical_user_for_a_namespace
aedelmann
deleted the
feature/2088_Namespace_admin_is_able_to_create_a_technical_user_for_a_namespace
branch
January 9, 2020 01:43
JulianFeinauer
pushed a commit
to JulianFeinauer/vorto
that referenced
this pull request
Jun 27, 2020
… namespace (eclipse-vorto#2192) * eclipse-vorto#2088: * end-to-end workflow for technical user creation when adding a non-existing user to a namespace: 1. Admin edits collaborators in a given namespace 2. Admin selects "add user" 3. Given username does not exist 4. A new modal opens, prompting admin to create a new technical user with a given authorization provider ID among supported 5. Once created, modals close and the new technical user is created * no tests present yet Signed-off-by: Menahem Julien Raccah Lisei <[email protected]> * eclipse-vorto#2088: Small UI/UX improvements: * nicer design /spacing for the new "create technical user form" * add user autofocuses on the user name input box Signed-off-by: Menahem Julien Raccah Lisei <[email protected]> * eclipse-vorto#2088: Large UI/UX improvements: * User search when adding to namespace, with a drop down activating once user input field text length is >= 4 characters * Search retrieves users whose name contains search characters, shows and adds to drop-down * If no option selected or none available, username interpreted as is (can still be added as non-existing / technical user then) Signed-off-by: Menahem Julien Raccah Lisei <[email protected]> * eclipse-vorto#2088: * Made user search case-insensitive (not well optimized, sadly) * Added a few tests for search * Removed some extraneous import in TenantTechnicalUserDto Signed-off-by: Menahem Julien Raccah Lisei <[email protected]> * eclipse-vorto#2088: * Cleaned up some code * Added some javadoc where missing * Added a couple of account service tests (note that user and tenant repositories are mocked by the parent class, so the only applicable tests are the ones that will fail due to validation issues) Signed-off-by: Menahem Julien Raccah Lisei <[email protected]> * eclipse-vorto#2088: * Minimal javadoc on new tests Signed-off-by: Menahem Julien Raccah Lisei <[email protected]> * eclipse-vorto#2088: * Improved combobox * Cleaned up some garbage Signed-off-by: Menahem Julien Raccah Lisei <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@aedelmann @erlemantos I am pull-requesting this change set as is, as it's been a while and I will be back to work on January 7th.
A few things worth noticing:
Feel free to drop me a message during my absence - I will check from time to time and decide the best course of action.
@kolotu for visibility.
Happy holidays!