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

feat: allow skipping re-runs #342

Merged
merged 4 commits into from
Oct 11, 2020
Merged

feat: allow skipping re-runs #342

merged 4 commits into from
Oct 11, 2020

Conversation

mmkal
Copy link
Contributor

@mmkal mmkal commented Oct 7, 2020

Fixes #167

@mmkal mmkal requested a review from papb October 7, 2020 17:15
.eslintrc.js Show resolved Hide resolved
@mmkal mmkal marked this pull request as ready for review October 7, 2020 18:12
Comment on lines +402 to +404
test('rerun behavior is a map of its keys to themselves', () => {
expectTypeOf(RerunBehavior).toEqualTypeOf<{ readonly [K in RerunBehavior]: K }>();
});
Copy link
Member

Choose a reason for hiding this comment

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

Awesome, you've read my mind. I almost mentioned this in my last review, but I ended up thinking it would be too much hassle for you 😅 but you did it, that's even cooler.

@mmkal mmkal merged commit 06f6b27 into master Oct 11, 2020
@mmkal mmkal deleted the skip-rerun branch October 11, 2020 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Specifying migration name should not fail if migration has already been run
2 participants