Make saved_objects_tagging plugin shared#205695
Conversation
|
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
| if (!module.group || module.group === 'common' || !module.visibility) { | ||
| const { group, visibility } = module.manifest; | ||
|
|
||
| if (!group || group === 'common' || !visibility) { |
There was a problem hiding this comment.
Fix a bug in the script: use group and visibility from the manifest, rather than those inferred from path.
|
Pinging @elastic/kibana-core (Team:Core) |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
|
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12656022947 |
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
## Summary So that it can be used from `streams_app` (o11y). See elastic#204309 Steps to relocate: 1. Fetch latest `main` 2. Update the `group` and/or `visibility` in the module's manifest. 3. Run `node scripts/relocate --moveOnly @kbn/saved-objects-tagging-plugin` (cherry picked from commit a8579bb) # Conflicts: # .github/CODEOWNERS # packages/kbn-relocate/utils/relocate.ts
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
# Backport This will backport the following commits from `main` to `8.x`: - [Make `saved_objects_tagging` plugin shared (#205695)](#205695) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Gerard Soldevila","email":"gerard.soldevila@elastic.co"},"sourceCommit":{"committedDate":"2025-01-07T17:15:17Z","message":"Make `saved_objects_tagging` plugin shared (#205695)\n\n## Summary\r\n\r\nSo that it can be used from `streams_app` (o11y).\r\nSee https://github.com/elastic/kibana/pull/204309\r\n\r\nSteps to relocate:\r\n\r\n1. Fetch latest `main`\r\n2. Update the `group` and/or `visibility` in the module's manifest.\r\n3. Run `node scripts/relocate --moveOnly\r\n@kbn/saved-objects-tagging-plugin`","sha":"a8579bb41f08ead668f0882ce8605ab8e8c07d2b","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","v9.0.0","backport:prev-minor"],"number":205695,"url":"https://github.com/elastic/kibana/pull/205695","mergeCommit":{"message":"Make `saved_objects_tagging` plugin shared (#205695)\n\n## Summary\r\n\r\nSo that it can be used from `streams_app` (o11y).\r\nSee https://github.com/elastic/kibana/pull/204309\r\n\r\nSteps to relocate:\r\n\r\n1. Fetch latest `main`\r\n2. Update the `group` and/or `visibility` in the module's manifest.\r\n3. Run `node scripts/relocate --moveOnly\r\n@kbn/saved-objects-tagging-plugin`","sha":"a8579bb41f08ead668f0882ce8605ab8e8c07d2b"}},"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/205695","number":205695,"mergeCommit":{"message":"Make `saved_objects_tagging` plugin shared (#205695)\n\n## Summary\r\n\r\nSo that it can be used from `streams_app` (o11y).\r\nSee https://github.com/elastic/kibana/pull/204309\r\n\r\nSteps to relocate:\r\n\r\n1. Fetch latest `main`\r\n2. Update the `group` and/or `visibility` in the module's manifest.\r\n3. Run `node scripts/relocate --moveOnly\r\n@kbn/saved-objects-tagging-plugin`","sha":"a8579bb41f08ead668f0882ce8605ab8e8c07d2b"}}]}] BACKPORT--> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
## Summary So that it can be used from `streams_app` (o11y). See elastic#204309 Steps to relocate: 1. Fetch latest `main` 2. Update the `group` and/or `visibility` in the module's manifest. 3. Run `node scripts/relocate --moveOnly @kbn/saved-objects-tagging-plugin`
Summary
So that it can be used from
streams_app(o11y).See #204309
Steps to relocate:
maingroupand/orvisibilityin the module's manifest.node scripts/relocate --moveOnly @kbn/saved-objects-tagging-plugin