-
Notifications
You must be signed in to change notification settings - Fork 881
feat: condition Audit log on licensing #3685
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
21 commits
Select commit
Hold shift + click to select a range
aced91f
Update XService
presleyp 49f5652
Add simple wrapper
presleyp a641881
Add selector
presleyp 4e79b2d
Condition page
presleyp 6dfe4df
Condition link
presleyp 17d8d1b
Format and lint
presleyp 8fdc834
Integration test
presleyp 3627ef3
Add username to api call
presleyp 8b88265
Format
presleyp 4fea785
Format
presleyp 733954b
Fix link name
presleyp fc237a0
Upgrade xstate/react to fix crashing tests
presleyp cb20ccd
Fix tests
presleyp 75f7f6e
Format
presleyp 2e94269
Abstract strings
presleyp 3c54e1e
Debug test
presleyp 4d40c30
Increase timeout
presleyp a26786e
Add comments and try shorter timeout
presleyp a7d836b
Use PropsWithChildren
presleyp 4f975b8
Undo PropsWithChildren, try lower timeout
presleyp 9505faa
Format, lower timeout
presleyp 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
Prev
Previous commit
Format, lower timeout
- Loading branch information
commit 9505faa1f557d696c37a5e044f1418ada8beac7c
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.
Would
PropsWithChildren
help here? referenceThere 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.
I tried using it here and got a TS error, not sure why!
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.
This works in the playground: https://www.typescriptlang.org/play?#code/JYWwDg9gTgLgBAJQKYEMDGMA0cDecAKUEYAzgOrAwAWAwlcADYAmUSAdnAL5wBmRIcAOSt0MQQFgAUFKQAPSLDgwAnmCSIkARwCuwVviRQQwEiWAQ2hYiTgBeAkVIVqdRi3YAeHFLhwTAMVQYbVYANRNgACMGJAAuOEiICBiUNilOAD4pKTQLEngAORQAN2AAcxQYdXsACjBHEnicGAh4-KhgNjLOAEo7DLgPFDgqVh5bHHrrADoWzIZOgGsPAHoULOlJFYAqbZ9tuDIoFFI4Im0qm2pKuBRWW+KURhRo9UiUEiQmOAtEACEAII0H5QOALNDsMxdab7FYyeTQeC5Nj5DQ6PRIAxGExmX61PBoejMVhsbABIIhJDhMyvLjxZDo-SGYymcyWBp9WwDbySXzAHhwGoAQnJlUp1KiMT6PN8vlYwSgHA8RVKFSqSggtgARCsAO7QRYkMDoJAkLVwFYbXzcJAMT64Hyy+UhDiEtwkx2cdJAA
Up to you though: just a suggestion