-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[installer] Remove messagebus WEB-618 #18216
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
Conversation
243eaeb
to
dba4cd1
Compare
84b9e7c
to
83e86a4
Compare
dba4cd1
to
0b8745b
Compare
@@ -121,6 +121,7 @@ type Config struct { | |||
|
|||
Database Database `json:"database" validate:"required"` | |||
|
|||
// Deprecated. | |||
MessageBus *MessageBus `json:"messageBus,omitempty"` |
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.
This ensures that existing configs which do mention the messagebus do continue to work. This allows us to remove it from other places (dedicated) before removing it from code.
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.
Code LGTM, tested and works ✔️
There was a bridge error with "cannot call startConnecting on undefined" (or so), but that should be independent of this PR. 👍
/unhold |
Description
Related Issue(s)
How to test
Documentation
Preview status
Gitpod was successfully deployed to your preview environment.
Build Options
Build
Run the build with werft instead of GHA
Run Leeway with
--dont-test
Publish
Installer
Add desired feature flags to the end of the line above, space separated
Preview Environment
If enabled this will build
install/preview
If enabled this will create the environment on GCE infra
Valid options are
all
,workspace
,webapp
,ide
,jetbrains
,vscode
,ssh
/hold