-
Notifications
You must be signed in to change notification settings - Fork 960
feat: enable editing of IDP sync configuration for groups and roles in the UI #16098
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
96b0c09
chore: remove stack component
jaaydenh a88b72f
chore: styling cleanup
jaaydenh cb00c73
feat: add form and mutation queries
jaaydenh 4b15a2a
feat: add form fields
jaaydenh 0befeca
chore: add delete button
jaaydenh f8349de
fix: update input component to 40px height
jaaydenh 7124c11
fix: fix styles for MultiSelectCombobox
jaaydenh 30c8a9c
chore: update export policy button design
jaaydenh a7c954b
fix: update copy and spacing
jaaydenh c09a3f3
chore: update styles
jaaydenh 8714f5e
fix: fix storybook tests
jaaydenh b558f35
fix: fix legacy group mappings styles
jaaydenh aa0e53c
fix: format
jaaydenh 7635856
feat: create link component
jaaydenh 91ca380
fix: use new Link component
jaaydenh 328ce2f
fix: use correct field value
jaaydenh 52d563c
fix: update error handling
jaaydenh b1d7649
feat: add e2e tests for group and role sync
jaaydenh b3812f1
chore: update link components
jaaydenh d19a0dc
fix: remove unnecessary arbitrary values
jaaydenh 43159ff
chore: extract Form components
jaaydenh 528f2d8
fix: adding loading spinners
jaaydenh d283fa1
fix: update icon button sizing to match design
jaaydenh ad2fc45
chore: improve e2e tests
jaaydenh c99e009
fix: change to min width fit
jaaydenh 31cd599
fix: updates for PR review comments
jaaydenh 2354883
fix: remove async from onClick
jaaydenh 3c63c8c
fix: fix tabs styling
jaaydenh 623a50e
fix: format
jaaydenh 5779c8d
fix: updates for PR comments
jaaydenh 395fdc8
chore: switch to useId for form ids
jaaydenh 79ce400
fix: styling
jaaydenh 854684a
fix: add resolves
jaaydenh 50c12db
fix: revert button styles
jaaydenh 16665e2
chore: use Link component
jaaydenh 3dbcee3
fix: show form errors and update mapping schema validation
jaaydenh 9b709ae
fix: remove unnecessary async
jaaydenh bee5783
fix: remove useEffect
jaaydenh d3b64b2
fix: error display
jaaydenh 0362c16
fix: format
jaaydenh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: fix storybook tests
- Loading branch information
commit 8714f5ec6a21864a79b405f7fb7a1f4833d2982c
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does
resolves
do here?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It just explicity verifies that the promise from findByText returns correctly but it isn't necessary here as await is already being used. I will remove the resolves.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually this test fails if I remove the .resolves