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

Conversation

filipelautert
Copy link
Collaborator

@filipelautert filipelautert commented Apr 24, 2023

Impact

  • Bug fix (non-breaking change which fixes expected existing functionality)
  • Enhancement/New feature (adds functionality without impacting existing logic)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

DAT-6608 - Refactors DropAll command as CommandStep

  • Refactored to DropAllCommandStep.
  • Removed HUB
  • DropAllCommand.java has been calling the wrong wrapper for 2 years and no one noticed that (calling dropAllInternal when the correct was internalDropAll) . Removing it.

Things to notice

  • Removed changelogFile parameter - it was used only for HUB. I prefered to remove this command line parameter so we don't cause any confusion, as users may think it may be used somehow by dropAll but in the end it is not used.

…d no one noticed that (calling dropAllInternal when the correct was internalDropAll) . Removing it.
Refactored to DropAllCommandStep. Also removed changelogFile parameter - it was used only for HUB.
# Conflicts:
#	liquibase-integration-tests/src/test/groovy/liquibase/command/util/CommandUtil.groovy
@suryaaki2 suryaaki2 merged commit ae712f9 into master May 12, 2023
12 of 13 checks passed
@suryaaki2 suryaaki2 deleted the DAT-6608 branch May 12, 2023 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants