-
-
Notifications
You must be signed in to change notification settings - Fork 100
block used alias/destination delete #2204
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 all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
f969ba7
update dependencies
wojcik91 783da8d
add test for destination delete API
wojcik91 affbdb2
split acl API tests into separate modules
wojcik91 6663e84
add missing destination API tests to mirror aliases
wojcik91 ec4e6a4
validate aliases in API
wojcik91 47c27ad
formatting
wojcik91 bac1a0f
add dedicated destination apply endpoint
wojcik91 4fa6118
update frontend API call
wojcik91 4671589
add dedicated Destination errors
wojcik91 c49abb6
add a deletion blocked modal
wojcik91 5a31df2
display delete blocked modal
wojcik91 06bc273
add skeleton when loading rules
wojcik91 3795987
fix close button type
wojcik91 1b12e11
add a delete confirmation modal
wojcik91 1d2c6fb
fix rule name display on pending tabs
wojcik91 df59fcd
Merge branch 'dev' into block_used_alias_delete
wojcik91 c24f1d0
post-merge fix
wojcik91 6d9d59a
review fixes
wojcik91 6c8415f
refactor new delete confirmation to follow recommendations
wojcik91 9b4ff86
align deletion blocked modal with requirements
wojcik91 1818cbc
use scoped styles
wojcik91 c4c4a69
use the existing suspense mechanism
wojcik91 b972bf7
Merge branch 'dev' into block_used_alias_delete
wojcik91 878879e
update dependencies
wojcik91 78bd5d9
more review fixes
wojcik91 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
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
In
apply_by_kind, the parameter and log message still use the namealiases, but the function is also used for destinations. Renaming the parameter (and related log strings) to something neutral likeids/itemswould make call sites (e.g.destinations) clearer and avoid confusion.