Skip to content

[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

Merged
merged 28 commits into from
Jul 24, 2023
Merged

Conversation

easyCZ
Copy link
Member

@easyCZ easyCZ commented Jul 10, 2023

Description

Related Issue(s)

How to test

  • No messagebus in preview

Documentation

Preview status

Gitpod was successfully deployed to your preview environment.

Build Options

Build
  • /werft with-werft
    Run the build with werft instead of GHA
  • leeway-no-cache
  • /werft no-test
    Run Leeway with --dont-test
Publish
  • /werft publish-to-npm
  • /werft publish-to-jb-marketplace
Installer
  • analytics=segment
  • with-dedicated-emulation
  • workspace-feature-flags
    Add desired feature flags to the end of the line above, space separated
Preview Environment
  • /werft with-local-preview
    If enabled this will build install/preview
  • /werft with-preview
  • /werft with-large-vm
  • /werft with-gce-vm
    If enabled this will create the environment on GCE infra
  • with-integration-tests=all
    Valid options are all, workspace, webapp, ide, jetbrains, vscode, ssh

/hold

@easyCZ easyCZ force-pushed the mp/installer-remove-messagebus branch from 243eaeb to dba4cd1 Compare July 13, 2023 05:33
@easyCZ easyCZ changed the base branch from main to mp/server-remove-messagebus July 13, 2023 05:33
@easyCZ easyCZ marked this pull request as ready for review July 13, 2023 05:33
@easyCZ easyCZ requested review from a team July 13, 2023 05:33
Base automatically changed from mp/server-remove-messagebus to main July 24, 2023 10:04
@easyCZ easyCZ force-pushed the mp/installer-remove-messagebus branch from dba4cd1 to 0b8745b Compare July 24, 2023 10:08
@@ -121,6 +121,7 @@ type Config struct {

Database Database `json:"database" validate:"required"`

// Deprecated.
MessageBus *MessageBus `json:"messageBus,omitempty"`
Copy link
Member Author

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.

Copy link
Member

@geropl geropl left a 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. 👍

@easyCZ
Copy link
Member Author

easyCZ commented Jul 24, 2023

/unhold

@roboquat roboquat merged commit a778e6d into main Jul 24, 2023
@roboquat roboquat deleted the mp/installer-remove-messagebus branch July 24, 2023 12:51
@roboquat roboquat added the deployed: webapp Meta team change is running in production label Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants