[chore][serverless] Remove dev-mode Project Switcher#209144
Merged
clintandrewhall merged 9 commits intoelastic:mainfrom Feb 4, 2025
Merged
[chore][serverless] Remove dev-mode Project Switcher#209144clintandrewhall merged 9 commits intoelastic:mainfrom
clintandrewhall merged 9 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/appex-sharedux (Team:SharedUX) |
Contributor
⏳ Build in-progress, with failures
Failed CI StepsTest Failures
History
|
jbudz
approved these changes
Feb 3, 2025
Contributor
|
Starting backport for target branches: 8.16, 8.17, 8.18, 8.x, 9.0 https://github.com/elastic/kibana/actions/runs/13128631290 |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Feb 4, 2025
As titled. The Project Switcher was created in elastic#155582 as a means of allowing a developer to switch between project types without having to restart Kibana. Since that first PR, Kibana *must* be started with a particular project configuration in mind-- the switcher now does nothing. This PR removes it and deprecates the config keys. (cherry picked from commit 1f53a84)
kibanamachine
added a commit
that referenced
this pull request
Feb 4, 2025
…209446) # Backport This will backport the following commits from `main` to `9.0`: - [[chore][serverless] Remove dev-mode Project Switcher (#209144)](#209144) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Clint Andrew Hall","email":"clint.hall@elastic.co"},"sourceCommit":{"committedDate":"2025-02-04T04:55:21Z","message":"[chore][serverless] Remove dev-mode Project Switcher (#209144)\n\nAs titled. The Project Switcher was created in #155582 as a means of\nallowing a developer to switch between project types without having to\nrestart Kibana. Since that first PR, Kibana *must* be started with a\nparticular project configuration in mind-- the switcher now does\nnothing. This PR removes it and deprecates the config keys.","sha":"1f53a8484edc0b830a4fa97f0a55547914749759","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["review","chore","release_note:skip","v9.0.0","Team:SharedUX","backport:prev-major","Project:Serverless","v9.1.0"],"title":"[chore][serverless] Remove dev-mode Project Switcher","number":209144,"url":"https://github.com/elastic/kibana/pull/209144","mergeCommit":{"message":"[chore][serverless] Remove dev-mode Project Switcher (#209144)\n\nAs titled. The Project Switcher was created in #155582 as a means of\nallowing a developer to switch between project types without having to\nrestart Kibana. Since that first PR, Kibana *must* be started with a\nparticular project configuration in mind-- the switcher now does\nnothing. This PR removes it and deprecates the config keys.","sha":"1f53a8484edc0b830a4fa97f0a55547914749759"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/209144","number":209144,"mergeCommit":{"message":"[chore][serverless] Remove dev-mode Project Switcher (#209144)\n\nAs titled. The Project Switcher was created in #155582 as a means of\nallowing a developer to switch between project types without having to\nrestart Kibana. Since that first PR, Kibana *must* be started with a\nparticular project configuration in mind-- the switcher now does\nnothing. This PR removes it and deprecates the config keys.","sha":"1f53a8484edc0b830a4fa97f0a55547914749759"}}]}] BACKPORT--> Co-authored-by: Clint Andrew Hall <clint.hall@elastic.co>
Contributor
|
Starting backport for target branches: 9.0 https://github.com/elastic/kibana/actions/runs/13137309426 |
drewdaemon
pushed a commit
to drewdaemon/kibana
that referenced
this pull request
Feb 6, 2025
As titled. The Project Switcher was created in elastic#155582 as a means of allowing a developer to switch between project types without having to restart Kibana. Since that first PR, Kibana *must* be started with a particular project configuration in mind-- the switcher now does nothing. This PR removes it and deprecates the config keys.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As titled. The Project Switcher was created in #155582 as a means of allowing a developer to switch between project types without having to restart Kibana. Since that first PR, Kibana must be started with a particular project configuration in mind-- the switcher now does nothing. This PR removes it and deprecates the config keys.