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

remove legacy migration code #8499

Merged
merged 1 commit into from
Dec 3, 2021
Merged

Conversation

cgardens
Copy link
Contributor

@cgardens cgardens commented Dec 3, 2021

What

In version 0.32.0 we stopped using the legacy migration system (#8121). We left the code in so that if we needed to revert it would not be over a massive surface area. Things are stable now and we know we will not revert so it is time to 🔪 the legacy migration system code.

Reading Order

It is worth reviewing anything that is NOT in the airbyte-migration directory. everything in that directory is just a straight deletion as it was its own gradle submodule.

  • docker-compose.build.yaml
  • docker-compose.build-m1.yaml
  • build.gradle
  • airbyte-server/src/main/java/io/airbyte/server/ServerApp.java

@github-actions github-actions bot added area/platform issues related to the platform area/server labels Dec 3, 2021
Comment on lines +6 to 7
serialize =
{major}.{minor}.{patch}-alpha
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: the formatting here is a little weird, would be nice if this was on a single line. Does the gradle formatter do this for some reason?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah 😑

Copy link
Contributor

@lmossman lmossman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cgardens cgardens merged commit 5e4178e into master Dec 3, 2021
@cgardens cgardens deleted the cgardens/remove_legacy_migration_code branch December 3, 2021 23:45
schlattk pushed a commit to schlattk/airbyte that referenced this pull request Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/platform issues related to the platform area/server
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants