-
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
Remove deprecated usage of environment
#202124
Remove deprecated usage of environment
#202124
Conversation
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Page load bundle
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12070832996 |
Closes elastic#200720 ## Summary This PR removes deprecated usage of `environment` property. The code isn't used anymore, therefore can be removed safely. https://github.com/elastic/kibana/blob/d0d33aab38009fe19cb18bacd3bf1943b5a8043f/src/plugins/home/public/plugin.ts#L202-L208 (cherry picked from commit 979f3e8)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…202183) # Backport This will backport the following commits from `main` to `8.x`: - [Remove deprecated usage of `environment` (#202124)](#202124) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Milosz Marcinkowski","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-28T14:29:54Z","message":"Remove deprecated usage of `environment` (#202124)\n\nCloses #200720\r\n\r\n## Summary\r\n\r\nThis PR removes deprecated usage of `environment` property. The code\r\nisn't used anymore, therefore can be removed safely.\r\n\r\n\r\nhttps://github.com/elastic/kibana/blob/d0d33aab38009fe19cb18bacd3bf1943b5a8043f/src/plugins/home/public/plugin.ts#L202-L208","sha":"979f3e8ac492dd4cb7f77793ae54aa094edf99be","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-infra_services"],"title":"Remove deprecated usage of `environment`","number":202124,"url":"https://github.com/elastic/kibana/pull/202124","mergeCommit":{"message":"Remove deprecated usage of `environment` (#202124)\n\nCloses #200720\r\n\r\n## Summary\r\n\r\nThis PR removes deprecated usage of `environment` property. The code\r\nisn't used anymore, therefore can be removed safely.\r\n\r\n\r\nhttps://github.com/elastic/kibana/blob/d0d33aab38009fe19cb18bacd3bf1943b5a8043f/src/plugins/home/public/plugin.ts#L202-L208","sha":"979f3e8ac492dd4cb7f77793ae54aa094edf99be"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/202124","number":202124,"mergeCommit":{"message":"Remove deprecated usage of `environment` (#202124)\n\nCloses #200720\r\n\r\n## Summary\r\n\r\nThis PR removes deprecated usage of `environment` property. The code\r\nisn't used anymore, therefore can be removed safely.\r\n\r\n\r\nhttps://github.com/elastic/kibana/blob/d0d33aab38009fe19cb18bacd3bf1943b5a8043f/src/plugins/home/public/plugin.ts#L202-L208","sha":"979f3e8ac492dd4cb7f77793ae54aa094edf99be"}}]}] BACKPORT--> Co-authored-by: Milosz Marcinkowski <[email protected]>
Closes elastic#200720 ## Summary This PR removes deprecated usage of `environment` property. The code isn't used anymore, therefore can be removed safely. https://github.com/elastic/kibana/blob/d0d33aab38009fe19cb18bacd3bf1943b5a8043f/src/plugins/home/public/plugin.ts#L202-L208
Closes #200720
Summary
This PR removes deprecated usage of
environment
property. The code isn't used anymore, therefore can be removed safely.kibana/src/plugins/home/public/plugin.ts
Lines 202 to 208 in d0d33aa