Git Product home page Git Product logo

gradle-flyway-plugin's People

Contributors

katta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

gleexpp juwonom

gradle-flyway-plugin's Issues

Extendable Tasks

Since the flyway tasks rely on transforming the task name in order to make the appropriate call to Flyway, one can't extend from those tasks in their gradle script and provide different tasks with different configurations. It would be nice to see the tasks refactored in such a way that the flyway command is configurable.

Add UpToDate check

I'd like to use Flyway with jOOQ as part of the build to generate database models. See this example build.

The plugin currently does not have a concept of upToDate. This results in the example regenerating the jOOQ models, which slows down the build. I think that the check should use flyway's info() call and check if the array of pending migrations is empty.

Other quirks of the plugin that should be resolved are,

  • locations: this should match the Maven plugin (src/main/resources/db/migration)
  • initOnMigrate option would be nice! That would avoid a hack to see if H2's db is present
  • I'd really like to be able to create a schema (schema per module), but haven't figured out how to yet...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.