-
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
[Security Solution][Notes] - move notes management page under manage section instead of timeline #194250
Conversation
Pinging @elastic/security-threat-hunting-investigations (Team:Threat Hunting:Investigations) |
7b499f7
to
6a62a10
Compare
717adc9
to
d0347da
Compare
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.
…section instead of timeline
d0347da
to
9fbd376
Compare
great catch @ashokaditya, this is now fixed in this commit |
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.
🚀 Thanks for the fix.
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11131311868 |
…section instead of timeline (elastic#194250) (cherry picked from commit 39ac875)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…anage section instead of timeline (#194250) (#194628) # Backport This will backport the following commits from `main` to `8.x`: - [[Security Solution][Notes] - move notes management page under manage section instead of timeline (#194250)](#194250) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Philippe Oberti","email":"philippe.oberti@elastic.co"},"sourceCommit":{"committedDate":"2024-10-01T18:30:47Z","message":"[Security Solution][Notes] - move notes management page under manage section instead of timeline (#194250)","sha":"39ac875b764019e2c570b175f3cc57e0c02b20ec","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["backport","v9.0.0","Team:Threat Hunting:Investigations","v8.16.0"],"title":"[Security Solution][Notes] - move notes management page under manage section instead of timeline","number":194250,"url":"https://github.com/elastic/kibana/pull/194250","mergeCommit":{"message":"[Security Solution][Notes] - move notes management page under manage section instead of timeline (#194250)","sha":"39ac875b764019e2c570b175f3cc57e0c02b20ec"}},"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/194250","number":194250,"mergeCommit":{"message":"[Security Solution][Notes] - move notes management page under manage section instead of timeline (#194250)","sha":"39ac875b764019e2c570b175f3cc57e0c02b20ec"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Philippe Oberti <philippe.oberti@elastic.co>
Summary
This PR moves the notes management page from a Notes tab within the Timeline page to a new Notes page accessible from the Manage section of Security Solution.
It also creates a new entry in the Investigations section in the new navigation.
Finally, it simplifies the code that had allowed us to use this notes management page in the timeline page as a separate tab.
Notes: no UI changes other than a page title have been performed in this PR, other than adding a title at the top of the page. Future work will change/enhance its content.
Current (page accessible via the Timeline section)
New section in Manage
New section in Investigations when using the new navigation
The layout and behavior of the content of the page stays identical (url is
/administration/notes
)Checklist
TODO
#193059