forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [ResponseOps] add pre-create, pre-update, and post-delete hooks…
… for connectors (elastic#194081) (elastic#195686) # Backport This will backport the following commits from `main` to `8.x`: - [[ResponseOps] add pre-create, pre-update, and post-delete hooks for connectors (elastic#194081)](elastic#194081) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Patrick Mueller","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-09T21:52:09Z","message":"[ResponseOps] add pre-create, pre-update, and post-delete hooks for connectors (elastic#194081)\n\nAllows connector types to add functions to be called when connectors are created, updated, and deleted.\r\n\r\nExtracted from elastic#189027, commit c97afeb\r\n\r\nCo-authored-by: Yuliia Naumenko <[email protected]>","sha":"57096d1f4fbcb4fc0135505b6c6100566ff08cc9","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Feature:Actions","Team:ResponseOps","v9.0.0","backport:prev-minor","v8.16.0"],"title":"[ResponseOps] add pre-create, pre-update, and post-delete hooks for connectors","number":194081,"url":"https://github.com/elastic/kibana/pull/194081","mergeCommit":{"message":"[ResponseOps] add pre-create, pre-update, and post-delete hooks for connectors (elastic#194081)\n\nAllows connector types to add functions to be called when connectors are created, updated, and deleted.\r\n\r\nExtracted from elastic#189027, commit c97afeb\r\n\r\nCo-authored-by: Yuliia Naumenko <[email protected]>","sha":"57096d1f4fbcb4fc0135505b6c6100566ff08cc9"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/194081","number":194081,"mergeCommit":{"message":"[ResponseOps] add pre-create, pre-update, and post-delete hooks for connectors (elastic#194081)\n\nAllows connector types to add functions to be called when connectors are created, updated, and deleted.\r\n\r\nExtracted from elastic#189027, commit c97afeb\r\n\r\nCo-authored-by: Yuliia Naumenko <[email protected]>","sha":"57096d1f4fbcb4fc0135505b6c6100566ff08cc9"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Patrick Mueller <[email protected]>
- Loading branch information
1 parent
4944b91
commit ac9540e
Showing
16 changed files
with
1,151 additions
and
37 deletions.
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
Oops, something went wrong.