Skip to content
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

move content-management and react files left behind in the packages folder #206874

Merged
merged 4 commits into from
Jan 16, 2025

Conversation

PhilippeOberti
Copy link
Contributor

@PhilippeOberti PhilippeOberti commented Jan 15, 2025

Summary

While looking at the packages folder at the root of Kibana, I noticed some files were left over in otherwise empty folders:

  • 2 README files were left in the content-management folder
  • 1 README file and 1 png file were left in the react folder

The rest of the content was moved to a new location as part of the Sustainable Kibana Architecture effort (see this PR and that one) and I wonder if those few files were left behind by mistake.

I did not making any changes to the content of the files, I just moved them to their respective new locations.

Please let me know if these were left behind intentionally, or if they should be deleted instead of moved!

Notes

The appex-sharedux codeowner only appeared after pushing the second commit which impacts the react folder. I realized that the codeowners file was pointing to the folder within src/platform/packages/shared/content-management/content_insights and src/platform/packages/shared/content-management/favorites so update it to point to the parent folder, which now contains the moved README files. I hope that's ok!

@PhilippeOberti PhilippeOberti added release_note:skip Skip the PR/issue when compiling release notes v9.0.0 backport:version Backport to applied version labels v8.18.0 Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience) labels Jan 15, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/appex-sharedux (Team:SharedUX)

@PhilippeOberti PhilippeOberti requested a review from a team as a code owner January 15, 2025 22:35
@PhilippeOberti PhilippeOberti changed the title move content management README file left behind in the packages folder move content-management and react files left behind in the packages folder Jan 15, 2025
PhilippeOberti and others added 2 commits January 15, 2025 16:41
…kages/shared/content-management/content_insights` and `src/platform/packages/shared/content-management/favorites`
Copy link
Contributor

@Dosant Dosant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you

@PhilippeOberti PhilippeOberti merged commit 097fb03 into elastic:main Jan 16, 2025
8 checks passed
@PhilippeOberti PhilippeOberti deleted the content-management-readme branch January 16, 2025 17:01
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.x

https://github.com/elastic/kibana/actions/runs/12813852813

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Jan 16, 2025
…older (elastic#206874)

## Summary

While looking at the `packages` folder at the root of Kibana, I noticed
some files were left over in otherwise empty folders:
- 2 README files were left in the `content-management` folder
- 1 README file and 1 png file were left in the `react` folder

The rest of the content was moved to a new location as part of the
Sustainable Kibana Architecture effort (see [this
PR](elastic#205593) and [that
one](elastic#205924)) and I wonder if
those few files were left behind by mistake.

I did not making any changes to the content of the files, I just moved
them to their respective new locations.

Please let me know if these were left behind intentionally, or if they
should be deleted instead of moved!

### Notes

The `appex-sharedux` codeowner only appeared after pushing the second
commit which impacts the `react` folder. I realized that the codeowners
file was pointing to the folder within
`src/platform/packages/shared/content-management/content_insights` and
`src/platform/packages/shared/content-management/favorites` so update it
to point to the parent folder, which now contains the moved README
files. I hope that's ok!

---------

Co-authored-by: kibanamachine <[email protected]>
(cherry picked from commit 097fb03)
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.x

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Jan 16, 2025
…ages folder (#206874) (#206986)

# Backport

This will backport the following commits from `main` to `8.x`:
- [move content-management and react files left behind in the packages
folder (#206874)](#206874)

<!--- 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":"2025-01-16T17:01:20Z","message":"move
content-management and react files left behind in the packages folder
(#206874)\n\n## Summary\r\n\r\nWhile looking at the `packages` folder at
the root of Kibana, I noticed\r\nsome files were left over in otherwise
empty folders:\r\n- 2 README files were left in the `content-management`
folder\r\n- 1 README file and 1 png file were left in the `react`
folder\r\n\r\nThe rest of the content was moved to a new location as
part of the\r\nSustainable Kibana Architecture effort (see
[this\r\nPR](#205593) and
[that\r\none](#205924)) and I
wonder if\r\nthose few files were left behind by mistake.\r\n\r\nI did
not making any changes to the content of the files, I just moved\r\nthem
to their respective new locations.\r\n\r\nPlease let me know if these
were left behind intentionally, or if they\r\nshould be deleted instead
of moved!\r\n\r\n### Notes\r\n\r\nThe `appex-sharedux` codeowner only
appeared after pushing the second\r\ncommit which impacts the `react`
folder. I realized that the codeowners\r\nfile was pointing to the
folder
within\r\n`src/platform/packages/shared/content-management/content_insights`
and\r\n`src/platform/packages/shared/content-management/favorites` so
update it\r\nto point to the parent folder, which now contains the moved
README\r\nfiles. I hope that's
ok!\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<[email protected]>","sha":"097fb03bc487cb97d2b1a6871521cb90b895900b","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:SharedUX","backport:version","v8.18.0"],"title":"move
content-management and react files left behind in the packages
folder","number":206874,"url":"https://github.com/elastic/kibana/pull/206874","mergeCommit":{"message":"move
content-management and react files left behind in the packages folder
(#206874)\n\n## Summary\r\n\r\nWhile looking at the `packages` folder at
the root of Kibana, I noticed\r\nsome files were left over in otherwise
empty folders:\r\n- 2 README files were left in the `content-management`
folder\r\n- 1 README file and 1 png file were left in the `react`
folder\r\n\r\nThe rest of the content was moved to a new location as
part of the\r\nSustainable Kibana Architecture effort (see
[this\r\nPR](#205593) and
[that\r\none](#205924)) and I
wonder if\r\nthose few files were left behind by mistake.\r\n\r\nI did
not making any changes to the content of the files, I just moved\r\nthem
to their respective new locations.\r\n\r\nPlease let me know if these
were left behind intentionally, or if they\r\nshould be deleted instead
of moved!\r\n\r\n### Notes\r\n\r\nThe `appex-sharedux` codeowner only
appeared after pushing the second\r\ncommit which impacts the `react`
folder. I realized that the codeowners\r\nfile was pointing to the
folder
within\r\n`src/platform/packages/shared/content-management/content_insights`
and\r\n`src/platform/packages/shared/content-management/favorites` so
update it\r\nto point to the parent folder, which now contains the moved
README\r\nfiles. I hope that's
ok!\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<[email protected]>","sha":"097fb03bc487cb97d2b1a6871521cb90b895900b"}},"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/206874","number":206874,"mergeCommit":{"message":"move
content-management and react files left behind in the packages folder
(#206874)\n\n## Summary\r\n\r\nWhile looking at the `packages` folder at
the root of Kibana, I noticed\r\nsome files were left over in otherwise
empty folders:\r\n- 2 README files were left in the `content-management`
folder\r\n- 1 README file and 1 png file were left in the `react`
folder\r\n\r\nThe rest of the content was moved to a new location as
part of the\r\nSustainable Kibana Architecture effort (see
[this\r\nPR](#205593) and
[that\r\none](#205924)) and I
wonder if\r\nthose few files were left behind by mistake.\r\n\r\nI did
not making any changes to the content of the files, I just moved\r\nthem
to their respective new locations.\r\n\r\nPlease let me know if these
were left behind intentionally, or if they\r\nshould be deleted instead
of moved!\r\n\r\n### Notes\r\n\r\nThe `appex-sharedux` codeowner only
appeared after pushing the second\r\ncommit which impacts the `react`
folder. I realized that the codeowners\r\nfile was pointing to the
folder
within\r\n`src/platform/packages/shared/content-management/content_insights`
and\r\n`src/platform/packages/shared/content-management/favorites` so
update it\r\nto point to the parent folder, which now contains the moved
README\r\nfiles. I hope that's
ok!\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<[email protected]>","sha":"097fb03bc487cb97d2b1a6871521cb90b895900b"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Philippe Oberti <[email protected]>
viduni94 pushed a commit to viduni94/kibana that referenced this pull request Jan 23, 2025
…older (elastic#206874)

## Summary

While looking at the `packages` folder at the root of Kibana, I noticed
some files were left over in otherwise empty folders:
- 2 README files were left in the `content-management` folder
- 1 README file and 1 png file were left in the `react` folder

The rest of the content was moved to a new location as part of the
Sustainable Kibana Architecture effort (see [this
PR](elastic#205593) and [that
one](elastic#205924)) and I wonder if
those few files were left behind by mistake.

I did not making any changes to the content of the files, I just moved
them to their respective new locations.

Please let me know if these were left behind intentionally, or if they
should be deleted instead of moved!

### Notes

The `appex-sharedux` codeowner only appeared after pushing the second
commit which impacts the `react` folder. I realized that the codeowners
file was pointing to the folder within
`src/platform/packages/shared/content-management/content_insights` and
`src/platform/packages/shared/content-management/favorites` so update it
to point to the parent folder, which now contains the moved README
files. I hope that's ok!

---------

Co-authored-by: kibanamachine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:version Backport to applied version labels release_note:skip Skip the PR/issue when compiling release notes Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience) v8.18.0 v9.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants