-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6558 from liquibase/DAT-19049
* [DAT-18890] Implement copy method in FilesystemProjectCopier, change visibility in InitCopyCommandStep. * [DAT-18890] Enhance error message * Added stub method in to handle duplicates in sub-commands DAT-19049 * Refactor code that handles stubs DAT-19049 * Remove import DAT-19049 * [DAT-18890] Copy files using copyLarge. Format file. * Added a stub attribute to CommandStep interface so commands can be recognized as stubs (#6328) * Added a stub attribute to CommandStep interface DAT-18431 * Refactored to support stub commands DAT-18431 * Refactored code to avoid duplication DAT-18431 --------- Co-authored-by: Alex Brackx <[email protected]> Co-authored-by: obovsunivskyii <[email protected]>
- Loading branch information
Showing
5 changed files
with
91 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters