Skip to content

Conversation

@kowalczyk-krzysztof
Copy link
Member

@kowalczyk-krzysztof kowalczyk-krzysztof commented Aug 1, 2025

Summary

This PR adds documentation for unused URLs cleanup task.

Implementation PR: #220138
Cloud settings allowlist PR: https://github.com/elastic/cloud/pull/144070

@kowalczyk-krzysztof kowalczyk-krzysztof self-assigned this Aug 1, 2025
@kowalczyk-krzysztof kowalczyk-krzysztof requested a review from a team as a code owner August 1, 2025 09:47
@kowalczyk-krzysztof kowalczyk-krzysztof added release_note:skip Skip the PR/issue when compiling release notes Team:SharedUX Platform AppEx-SharedUX (formerly Global Experience) t// backport:version Backport to applied version labels v9.1.0 v8.19.0 labels Aug 1, 2025
@elasticmachine
Copy link
Contributor

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

@github-actions
Copy link
Contributor

github-actions bot commented Aug 1, 2025

Copy link
Contributor

@florent-leborgne florent-leborgne left a comment

Choose a reason for hiding this comment

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

Thanks a lot for creating this doc this is already super great. I left a few comments, let me know if you have any questions!

Copy link
Contributor

@florent-leborgne florent-leborgne 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 for going through the requested changes.
Are you planning to open another PR on the 8.19 branch to port these changes to the 8.19 docs?

@kowalczyk-krzysztof
Copy link
Member Author

Thank you for going through the requested changes. Are you planning to open another PR on the 8.19 branch to port these changes to the 8.19 docs?

Yeah I want to. Could you assist me with that?

@kowalczyk-krzysztof kowalczyk-krzysztof merged commit 747660d into elastic:main Aug 1, 2025
13 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 9.1

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

@kibanamachine
Copy link
Contributor

💔 All backports failed

Status Branch Result
9.1 Backport failed because of merge conflicts

Manual backport

To create the backport manually run:

node scripts/backport --pr 230178

Questions ?

Please refer to the Backport tool documentation

@kowalczyk-krzysztof
Copy link
Member Author

💚 All backports created successfully

Status Branch Result
9.1

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

Questions ?

Please refer to the Backport tool documentation

@florent-leborgne
Copy link
Contributor

@kowalczyk-krzysztof Sure.
Those settings pages are here: https://github.com/elastic/kibana/tree/8.19/docs/settings
And to appear correctly in the docs, the page must be referenced at the end of this file, similarly to the other files: https://github.com/elastic/kibana/blob/8.19/docs/setup/settings.asciidoc

kowalczyk-krzysztof added a commit to kowalczyk-krzysztof/kibana that referenced this pull request Aug 1, 2025
## Summary

This PR adds documentation for unused URLs cleanup task.

Implementation PR: elastic#220138
Cloud settings allowlist PR:
elastic/cloud#144070

(cherry picked from commit 747660d)

# Conflicts:
#	docs/reference/toc.yml
kowalczyk-krzysztof added a commit that referenced this pull request Aug 1, 2025
# Backport

This will backport the following commits from `main` to `9.1`:
- [Add unused URLs cleanup task documentation
(#230178)](#230178)

<!--- Backport version: 10.0.1 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Krzysztof
Kowalczyk","email":"krzysztof.kowalczyk@elastic.co"},"sourceCommit":{"committedDate":"2025-08-01T12:48:14Z","message":"Add
unused URLs cleanup task documentation (#230178)\n\n## Summary\n\nThis
PR adds documentation for unused URLs cleanup task. \n\nImplementation
PR: https://github.com/elastic/kibana/pull/220138\nCloud settings
allowlist
PR:\nhttps://github.com/elastic/cloud/pull/144070","sha":"747660d183358ee7b76c6ea160dc236ef2395ef2","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:SharedUX","backport:version","v9.1.0","v9.2.0"],"title":"Add
unused URLs cleanup task
documentation","number":230178,"url":"https://github.com/elastic/kibana/pull/230178","mergeCommit":{"message":"Add
unused URLs cleanup task documentation (#230178)\n\n## Summary\n\nThis
PR adds documentation for unused URLs cleanup task. \n\nImplementation
PR: https://github.com/elastic/kibana/pull/220138\nCloud settings
allowlist
PR:\nhttps://github.com/elastic/cloud/pull/144070","sha":"747660d183358ee7b76c6ea160dc236ef2395ef2"}},"sourceBranch":"main","suggestedTargetBranches":["9.1"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/230178","number":230178,"mergeCommit":{"message":"Add
unused URLs cleanup task documentation (#230178)\n\n## Summary\n\nThis
PR adds documentation for unused URLs cleanup task. \n\nImplementation
PR: https://github.com/elastic/kibana/pull/220138\nCloud settings
allowlist
PR:\nhttps://github.com/elastic/cloud/pull/144070","sha":"747660d183358ee7b76c6ea160dc236ef2395ef2"}}]}]
BACKPORT-->
@kowalczyk-krzysztof
Copy link
Member Author

@kowalczyk-krzysztof Sure. Those settings pages are here: https://github.com/elastic/kibana/tree/8.19/docs/settings And to appear correctly in the docs, the page must be referenced at the end of this file, similarly to the other files: https://github.com/elastic/kibana/blob/8.19/docs/setup/settings.asciidoc

Thanks. I opened a new PR: #230243

szaffarano pushed a commit to szaffarano/kibana that referenced this pull request Aug 5, 2025
## Summary

This PR adds documentation for unused URLs cleanup task.  

Implementation PR: elastic#220138
Cloud settings allowlist PR:
elastic/cloud#144070
delanni pushed a commit to delanni/kibana that referenced this pull request Aug 5, 2025
## Summary

This PR adds documentation for unused URLs cleanup task.  

Implementation PR: elastic#220138
Cloud settings allowlist PR:
elastic/cloud#144070
@wildemat wildemat mentioned this pull request Aug 7, 2025
10 tasks
NicholasPeretti pushed a commit to NicholasPeretti/kibana that referenced this pull request Aug 18, 2025
## Summary

This PR adds documentation for unused URLs cleanup task.  

Implementation PR: elastic#220138
Cloud settings allowlist PR:
elastic/cloud#144070
@kowalczyk-krzysztof kowalczyk-krzysztof deleted the feat/add-unused-url-docs branch August 31, 2025 22:51
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 Platform AppEx-SharedUX (formerly Global Experience) t// v9.1.0 v9.1.1 v9.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants