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

Issue 21: Create plugin to run Flyway database migrations in pipeline #358

Merged
merged 15 commits into from
Apr 14, 2021

Conversation

kmanning
Copy link
Collaborator

@kmanning kmanning marked this pull request as draft March 31, 2021 17:25
@kmanning kmanning added this to the v5.16 milestone Mar 31, 2021
@kmanning kmanning linked an issue Mar 31, 2021 that may be closed by this pull request
@kmanning kmanning force-pushed the issue_21 branch 5 times, most recently from a2f6bb2 to 777f1a9 Compare April 1, 2021 13:53
@codecov-io
Copy link

codecov-io commented Apr 9, 2021

Codecov Report

Merging #358 (378f336) into master (e62499a) will increase coverage by 0.41%.
The diff coverage is 93.02%.

❗ Current head 378f336 differs from pull request most recent head c3a725d. Consider uploading reports for the commit c3a725d to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #358      +/-   ##
==========================================
+ Coverage   79.76%   80.17%   +0.41%     
==========================================
  Files          49       51       +2     
  Lines        1344     1387      +43     
  Branches      302      309       +7     
==========================================
+ Hits         1072     1112      +40     
  Misses        125      125              
- Partials      147      150       +3     
Impacted Files Coverage Δ
src/FlywayMigrationPlugin.groovy 92.85% <92.85%> (ø)
src/FlywayCommand.groovy 93.33% <93.33%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e62499a...c3a725d. Read the comment docs.

@kmanning kmanning force-pushed the issue_21 branch 13 times, most recently from a9891c6 to cc0fd8f Compare April 12, 2021 13:52
@kmanning kmanning force-pushed the issue_21 branch 4 times, most recently from 378f336 to af97e76 Compare April 14, 2021 02:27
@kmanning kmanning marked this pull request as ready for review April 14, 2021 02:54
@kmanning kmanning merged commit 776b841 into manheim:master Apr 14, 2021
@kmanning kmanning deleted the issue_21 branch April 20, 2021 13:55
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.

There should be a way to apply automated database migrations
2 participants