-
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] fix endpoint metadata API list sorting #154638
Conversation
Pinging @elastic/security-defend-workflows (Team:Defend Workflows) |
@elasticmachine merge upstream |
1 similar comment
@elasticmachine merge upstream |
I'm proposing to push up a change to use
Below is a gif with some events coming in due to isolation and the order is remaining consistent with |
98b9b48
to
9df2897
Compare
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
👍🏻 |
…4638) (#154698) # Backport This will backport the following commits from `main` to `8.7`: - [[Security Solution] fix endpoint metadata API list sorting (#154638)](#154638) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Joey F. Poon","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-04-11T00:35:22Z","message":"[Security Solution] fix endpoint metadata API list sorting (#154638)","sha":"979cb7350e19b4651e845a629af0da754e171b07","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:Defend Workflows","v8.8.0","v8.7.1"],"number":154638,"url":"https://github.com/elastic/kibana/pull/154638","mergeCommit":{"message":"[Security Solution] fix endpoint metadata API list sorting (#154638)","sha":"979cb7350e19b4651e845a629af0da754e171b07"}},"sourceBranch":"main","suggestedTargetBranches":["8.7"],"targetPullRequestStates":[{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/154638","number":154638,"mergeCommit":{"message":"[Security Solution] fix endpoint metadata API list sorting (#154638)","sha":"979cb7350e19b4651e845a629af0da754e171b07"}},{"branch":"8.7","label":"v8.7.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Joey F. Poon <[email protected]>
Summary
fixes endpoint metadata list API not correctly sorting
Issues:
For maintainers