Skip to content
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

[server] Ignore old FREE/FREE_50 when evaluating BillingMode #16270

Merged
merged 1 commit into from
Feb 8, 2023

Conversation

geropl
Copy link
Member

@geropl geropl commented Feb 7, 2023

Description

Related Issue(s)

Fixes #16231

How to test

Run DB tests

  • leeway run components/gitpod-db:init-testdb
  • (cd components/server && yarn db-test)

Release Notes

Fix evaluation of BillingMode: Ignore old "free" subscription entries

Documentation

Build Options:

  • /werft with-github-actions
    Experimental feature to run the build with GitHub Actions (and not in Werft).
  • leeway-no-cache
    leeway-target=components:all
  • /werft no-test
    Run Leeway with --dont-test
  • /werft publish-to-npm

Preview Environment Options:

  • /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
  • /werft with-integration-tests=all
    Valid options are all, workspace, webapp, ide, jetbrains, vscode, ssh

@geropl geropl requested a review from a team February 7, 2023 14:12
@github-actions github-actions bot added the team: webapp Issue belongs to the WebApp team label Feb 7, 2023
@geropl geropl force-pushed the gpl/16231-filter-free branch from 7764aa8 to 55f0294 Compare February 7, 2023 14:13
@geropl geropl force-pushed the gpl/16231-filter-free branch from 55f0294 to 93c0263 Compare February 7, 2023 14:14
@roboquat roboquat merged commit 23ee852 into main Feb 8, 2023
@roboquat roboquat deleted the gpl/16231-filter-free branch February 8, 2023 08:00
@roboquat roboquat added deployed: webapp Meta team change is running in production deployed Change is completely running in production labels Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed: webapp Meta team change is running in production deployed Change is completely running in production release-note size/S team: webapp Issue belongs to the WebApp team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BillingMode] Filter out FREE and FREE_50 plans explicitly
3 participants