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-8615: init hub command #2326

Merged
merged 79 commits into from Feb 18, 2022
Merged

DAT-8615: init hub command #2326

merged 79 commits into from Feb 18, 2022

Conversation

StevenMassaro
Copy link
Contributor

Environment

Liquibase Version:

Liquibase Integration & Version: <Pick one: CLI, maven, gradle, spring boot, servlet, etc.>

Liquibase Extension(s) & Version:

Database Vendor & Version:

Operating System Type & Version:

Pull Request Type

  • Bug fix (non-breaking change which fixes an issue.)
  • Enhancement/New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

A clear and concise description of the issue being addressed. Additional guidance here.

  • Describe the actual problematic behavior.
  • Ensure private information is redacted.

Steps To Reproduce

List the steps to reproduce the behavior.

  • Please be precise and ensure private information is redacted
  • Include things like
    • Files used - sql scripts, changelog file(s), property file(s), config files, POM Files
    • Exact commands used - CLI, maven, gradle, spring boot, servlet, etc.

Actual Behavior

A clear and concise description of what happens in the software before this pull request.

  • Include console output if relevant
  • Include log files if available.

Expected/Desired Behavior

A clear and concise description of what happens in the software after this pull request.

Screenshots (if appropriate)

If applicable, add screenshots to help explain your problem.

Additional Context

Add any other context about the problem here.

Fast Track PR Acceptance Checklist:

Need Help?

Come chat with us on our discord channel

wwillard7800 and others added 30 commits December 3, 2021 12:42
Added more test setup code to create/delete resources

DAT-8640
This PR (in combination with the Pro PR) does a few small things:

Move the interactive CLI prompting logic into the core modules so they can be used outside of pro
Add an interface for the enum which dictates the prompting logic. This is so that we can have separate promptable enums in the core and pro code and use the same abstract prompting logic for both.
New content
Some corrections
Remove changelogId from example
Fix issue with ConfiguredValue.wasDefaultValueUsed method DAT-8640
More files
Added more example files LB-2177
@StevenMassaro StevenMassaro added the SafeToBuild Indicates that a particular PR contains changes which are safe to build using GitHub actions label Feb 9, 2022
@StevenMassaro StevenMassaro added SafeToBuild Indicates that a particular PR contains changes which are safe to build using GitHub actions blocked and removed SafeToBuild Indicates that a particular PR contains changes which are safe to build using GitHub actions labels Feb 9, 2022
This reverts commit 7e08fad.
@StevenMassaro StevenMassaro removed blocked SafeToBuild Indicates that a particular PR contains changes which are safe to build using GitHub actions labels Feb 9, 2022
@StevenMassaro StevenMassaro marked this pull request as ready for review February 18, 2022 13:26
@StevenMassaro StevenMassaro merged commit 0bb2eae into master Feb 18, 2022
@StevenMassaro StevenMassaro deleted the DAT-8615 branch February 18, 2022 13:31
@nvoxland nvoxland added this to the v4.8.0 milestone Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants