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

[DAT-6608] Refactors DropAll command as CommandStep #4171

Merged
merged 6 commits into from
May 12, 2023
Merged

Commits on Apr 24, 2023

  1. DropAllCommand.java has been calling the wrong wrapper for 2 years an…

    …d no one noticed that (calling dropAllInternal when the correct was internalDropAll) . Removing it.
    filipelautert committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    1152042 View commit details
    Browse the repository at this point in the history
  2. Dropall command refactoring.

    Refactored to DropAllCommandStep. Also removed changelogFile parameter - it was used only for HUB.
    filipelautert committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    83a2c25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf387ae View commit details
    Browse the repository at this point in the history
  4. Fix tests.

    filipelautert committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    342cc99 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

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

Commits on May 12, 2023

  1. Merge remote-tracking branch 'origin/master' into DAT-6608

    # Conflicts:
    #	liquibase-integration-tests/src/test/groovy/liquibase/command/util/CommandUtil.groovy
    filipelautert committed May 12, 2023
    Configuration menu
    Copy the full SHA
    19bc86d View commit details
    Browse the repository at this point in the history