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

Detect that a version or sequence number is "taken" in main #101

Open
kaaveland opened this issue Jun 15, 2024 · 0 comments
Open

Detect that a version or sequence number is "taken" in main #101

kaaveland opened this issue Jun 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@kaaveland
Copy link
Owner

Here's an annoying scenario that happens in every project I've worked in that uses flyway: Bob and Alice branch from main at the same time, and both start working on a database migration. They end up integrating their branch more or less simultaneously, causing a conflict where they've both "claimed" the same version. Since eugene is already git-aware, it should be able to pick this up in CI/CD, if one of the branches is already merged by the time CI for the other one runs.

Hard to see a way to pick this up if Bob and Alice push their branches / open pull requests at the same time, and let them linger.

@kaaveland kaaveland added the enhancement New feature or request label Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant