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.16] [Security Solution][Notes] - switch the securitySolutionNotesE…
…nables feature flag to securitySolutionNotesDisabled (elastic#196778) (elastic#198205) # Backport This will backport the following commits from `main` to `8.16`: - [[Security Solution][Notes] - switch the securitySolutionNotesEnables feature flag to securitySolutionNotesDisabled (elastic#196778)](elastic#196778) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Philippe Oberti","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-29T21:00:20Z","message":"[Security Solution][Notes] - switch the securitySolutionNotesEnables feature flag to securitySolutionNotesDisabled (elastic#196778)\n\n## Summary\r\n\r\nThis PR switches the `securitySolutionNotesEnabled` to\r\n`securitySolutionNotesDisabled` (with a `false` value by default) to\r\nenable the new Notes functionality in `8.16`.\r\nCustomers can set the new `securitySolutionNotesDisabled` feature flag\r\nto true in their environment if they want to go back to the old notes\r\nsystem.\r\n\r\nThe PR also fixes a tiny bug with the badge showing the number of notes\r\nin the Timeline Notes tab. The new system was not taking into account a\r\ntimeline description, so if the timeline had a description the number of\r\nnotes was always 1 lower than the actual number of notes displayed\r\nbelow. This issue was highlighted by a Cypress test!\r\n\r\nThe goal is to remove the old system entirely within a few releases\r\n(maybe `8.18` or `9.0`).\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\nhttps://github.com/elastic/issues/189879","sha":"4fb4282509e0a5f7605433a5ef8f9e9085647282","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["backport","release_note:skip","v9.0.0","Team:Threat Hunting:Investigations","v8.16.0"],"title":"[Security Solution][Notes] - switch the securitySolutionNotesEnables feature flag to securitySolutionNotesDisabled","number":196778,"url":"https://github.com/elastic/kibana/pull/196778","mergeCommit":{"message":"[Security Solution][Notes] - switch the securitySolutionNotesEnables feature flag to securitySolutionNotesDisabled (elastic#196778)\n\n## Summary\r\n\r\nThis PR switches the `securitySolutionNotesEnabled` to\r\n`securitySolutionNotesDisabled` (with a `false` value by default) to\r\nenable the new Notes functionality in `8.16`.\r\nCustomers can set the new `securitySolutionNotesDisabled` feature flag\r\nto true in their environment if they want to go back to the old notes\r\nsystem.\r\n\r\nThe PR also fixes a tiny bug with the badge showing the number of notes\r\nin the Timeline Notes tab. The new system was not taking into account a\r\ntimeline description, so if the timeline had a description the number of\r\nnotes was always 1 lower than the actual number of notes displayed\r\nbelow. This issue was highlighted by a Cypress test!\r\n\r\nThe goal is to remove the old system entirely within a few releases\r\n(maybe `8.18` or `9.0`).\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\nhttps://github.com/elastic/issues/189879","sha":"4fb4282509e0a5f7605433a5ef8f9e9085647282"}},"sourceBranch":"main","suggestedTargetBranches":["8.16"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196778","number":196778,"mergeCommit":{"message":"[Security Solution][Notes] - switch the securitySolutionNotesEnables feature flag to securitySolutionNotesDisabled (elastic#196778)\n\n## Summary\r\n\r\nThis PR switches the `securitySolutionNotesEnabled` to\r\n`securitySolutionNotesDisabled` (with a `false` value by default) to\r\nenable the new Notes functionality in `8.16`.\r\nCustomers can set the new `securitySolutionNotesDisabled` feature flag\r\nto true in their environment if they want to go back to the old notes\r\nsystem.\r\n\r\nThe PR also fixes a tiny bug with the badge showing the number of notes\r\nin the Timeline Notes tab. The new system was not taking into account a\r\ntimeline description, so if the timeline had a description the number of\r\nnotes was always 1 lower than the actual number of notes displayed\r\nbelow. This issue was highlighted by a Cypress test!\r\n\r\nThe goal is to remove the old system entirely within a few releases\r\n(maybe `8.18` or `9.0`).\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\nhttps://github.com/elastic/issues/189879","sha":"4fb4282509e0a5f7605433a5ef8f9e9085647282"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Philippe Oberti <[email protected]>
- Loading branch information
1 parent
8b362b9
commit 80ade8b
Showing
27 changed files
with
157 additions
and
129 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
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
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.