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

Liquibase flow command (DAT-10419) #2946

Merged
merged 22 commits into from Jul 28, 2022
Merged

Liquibase flow command (DAT-10419) #2946

merged 22 commits into from Jul 28, 2022

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    d9b7e4b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    6a76491 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Added testing framework modifications for flow DAT 10586 (#2981)

    Co-authored-by: Steven Massaro <steven.massaro.web@gmail.com>
    wwillard7800 and StevenMassaro committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    0418087 View commit details
    Browse the repository at this point in the history
  2. general changes to support flow file validation (DAT-10588) (#2986)

    add createIfNull(Map) method to CollectionUtil
    expose separate validate() method in CommandScope
    add constructor to CommandValidationException(Throwable)
    StevenMassaro committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    5aacdb4 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    37c5506 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    137a92a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2999 from liquibase/DAT-10419-issue-6

    do not allow individual commands to close the top-level OutputStream (System.out)
    wwillard7800 committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    a0d0519 View commit details
    Browse the repository at this point in the history
  4. Sonar lint cleanup

    wwillard7800 committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    e62f0d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Moved UnclosableOutputStream class into CommandScope and made it private

    Do not create if output stream is null
    
    DAT-10419
    wwillard7800 committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    ab3862f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    40318c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    c36c11a View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    44a3c50 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    16c0d58 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    4873f13 View commit details
    Browse the repository at this point in the history
  2. add liquibase flow and flow.validate goals to maven plugin (DAT-10576) (

    #3015)
    
    Add a flow and flow.validate goal to the maven plugin. Also, add class check before casting in Main.java.
    StevenMassaro committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    2d6c3b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    c7db5af View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    a631442 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    5962525 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    011e79b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. allow passing any arguments to flow commands from maven plugin (DAT-1…

    …0944) (#3103)
    
    Add a flowCommandArguments Map to the mojo definition for flow and flow.validate maven goals. The arguments will be passed to every command that is run in flow.
    StevenMassaro committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    39a6cf7 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    c798a83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e2cb89 View commit details
    Browse the repository at this point in the history