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
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
remove legacy migration code
  • Loading branch information
cgardens committed Dec 3, 2021
commit 84e3eb9989bcd45828218526958404faf912119b
4 changes: 1 addition & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ current_version = 0.33.0-alpha
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?
serialize =
serialize =
{major}.{minor}.{patch}-alpha
Comment on lines +6 to 7
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 😑


[bumpversion:file:.bumpversion.cfg]

[bumpversion:file:.env]

[bumpversion:file:airbyte-migration/Dockerfile]

[bumpversion:file:airbyte-server/Dockerfile]

[bumpversion:file:airbyte-workers/Dockerfile]
Expand Down
14 changes: 0 additions & 14 deletions airbyte-migration/Dockerfile

This file was deleted.

56 changes: 0 additions & 56 deletions airbyte-migration/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions airbyte-migration/build.gradle

This file was deleted.

212 changes: 0 additions & 212 deletions airbyte-migration/src/main/java/io/airbyte/migrate/Migrate.java

This file was deleted.

This file was deleted.

Loading