-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Synthetics] Refactor bulk delete monitor and params routes !! #195420
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
adf17ce
refactor routes
shahzad31 82a868c
update
shahzad31 aa2c8df
Merge branch 'main' of https://github.com/elastic/kibana into delete-…
shahzad31 d915055
type fix
shahzad31 03258de
Merge branch 'main' into delete-body
shahzad31 07521c7
Merge branch 'main' into delete-body
shahzad31 8dc43c2
update docs
shahzad31 7632e78
Merge branch 'main' into delete-body
shahzad31 42ff7ed
Merge branch 'delete-body' of https://github.com/shahzad31/kibana int…
shahzad31 f239ae1
Merge branch 'main' into delete-body
shahzad31 abd66a0
fixes bulk delete behind proxy
shahzad31 b69e665
Merge branch 'main' of https://github.com/elastic/kibana into delete-…
shahzad31 79b5711
Merge branch 'delete-body' of https://github.com/shahzad31/kibana int…
shahzad31 2197a99
added api tests
shahzad31 7389615
fix types
shahzad31 e1bd930
Merge branch 'main' of https://github.com/elastic/kibana into delete-…
shahzad31 f133f8a
updates
shahzad31 d6e3825
Merge branch 'main' of https://github.com/elastic/kibana into delete-…
shahzad31 4fce5aa
Merge branch 'main' of https://github.com/elastic/kibana into delete-…
shahzad31 f446c04
Merge branch 'main' of https://github.com/elastic/kibana into delete-…
shahzad31 50c9c35
PR feedback
shahzad31 5271efc
remove unused
shahzad31 0a778aa
Merge branch 'main' of https://github.com/elastic/kibana into delete-…
shahzad31 2a02503
handle params delete
shahzad31 c4e0f20
Merge branch 'main' of https://github.com/elastic/kibana into delete-…
shahzad31 437d401
fix i18n
shahzad31 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
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
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
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
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
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
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
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
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
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.
Because these routes are publicly documented we will need to first deprecate the existing route and expose a the new
/_bulk_delete
route. And before we implement a deprecation we need to get it reviewed.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.
My understanding is that now that we aren't deprecating the
api/synthetics/monitors
route, but just crating a new_bulk_delete
route, we do not need to do this. Is that correct?