-
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
Kibana Sustainable Architecture: Expose StatusResponse
in core-status-common
#200524
Kibana Sustainable Architecture: Expose StatusResponse
in core-status-common
#200524
Conversation
Pinging @elastic/kibana-core (Team:Core) |
💚 Build Succeeded
Metrics [docs]Public APIs missing comments
Unknown metric groupsAPI count
History
|
Starting backport for target branches: 8.x |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
…us-common (elastic#200524) ## Summary - Exposes the interfaces that define the format of the response of the `/api/status` endpoint. - Moves them from `@kbn/core-status-common-internal` to `@kbn/core-status-common`. - Removes the former package, as it no longer contains anything. - Fixes some of the illegal dependencies uncovered by elastic#199630. --------- Co-authored-by: kibanamachine <[email protected]>
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…us-common (elastic#200524) ## Summary - Exposes the interfaces that define the format of the response of the `/api/status` endpoint. - Moves them from `@kbn/core-status-common-internal` to `@kbn/core-status-common`. - Removes the former package, as it no longer contains anything. - Fixes some of the illegal dependencies uncovered by elastic#199630. --------- Co-authored-by: kibanamachine <[email protected]> (cherry picked from commit ab0375f) # Conflicts: # .github/CODEOWNERS
…e-status-common (#200524) (#200685) # Backport This will backport the following commits from `main` to `8.x`: - [Kibana Sustainable Architecture: Expose `StatusResponse` in core-status-common (#200524)](#200524) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Gerard Soldevila","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-18T13:34:54Z","message":"Kibana Sustainable Architecture: Expose `StatusResponse` in core-status-common (#200524)\n\n## Summary\n\n- Exposes the interfaces that define the format of the response of the\n`/api/status` endpoint.\n- Moves them from `@kbn/core-status-common-internal` to\n`@kbn/core-status-common`.\n- Removes the former package, as it no longer contains anything.\n- Fixes some of the illegal dependencies uncovered by\nhttps://github.com//pull/199630.\n\n---------\n\nCo-authored-by: kibanamachine <[email protected]>","sha":"ab0375f56fb9af1548631bf07e7c3fc4c06dc012","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","v9.0.0","backport:prev-minor"],"number":200524,"url":"https://github.com/elastic/kibana/pull/200524","mergeCommit":{"message":"Kibana Sustainable Architecture: Expose `StatusResponse` in core-status-common (#200524)\n\n## Summary\n\n- Exposes the interfaces that define the format of the response of the\n`/api/status` endpoint.\n- Moves them from `@kbn/core-status-common-internal` to\n`@kbn/core-status-common`.\n- Removes the former package, as it no longer contains anything.\n- Fixes some of the illegal dependencies uncovered by\nhttps://github.com//pull/199630.\n\n---------\n\nCo-authored-by: kibanamachine <[email protected]>","sha":"ab0375f56fb9af1548631bf07e7c3fc4c06dc012"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/200524","number":200524,"mergeCommit":{"message":"Kibana Sustainable Architecture: Expose `StatusResponse` in core-status-common (#200524)\n\n## Summary\n\n- Exposes the interfaces that define the format of the response of the\n`/api/status` endpoint.\n- Moves them from `@kbn/core-status-common-internal` to\n`@kbn/core-status-common`.\n- Removes the former package, as it no longer contains anything.\n- Fixes some of the illegal dependencies uncovered by\nhttps://github.com//pull/199630.\n\n---------\n\nCo-authored-by: kibanamachine <[email protected]>","sha":"ab0375f56fb9af1548631bf07e7c3fc4c06dc012"}}]}] BACKPORT-->
…us-common (elastic#200524) ## Summary - Exposes the interfaces that define the format of the response of the `/api/status` endpoint. - Moves them from `@kbn/core-status-common-internal` to `@kbn/core-status-common`. - Removes the former package, as it no longer contains anything. - Fixes some of the illegal dependencies uncovered by elastic#199630. --------- Co-authored-by: kibanamachine <[email protected]>
Summary
/api/status
endpoint.@kbn/core-status-common-internal
to@kbn/core-status-common
.straightforward
packages #199630.