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-8601: Init Project command #2263

Merged
merged 52 commits into from
Jan 4, 2022
Merged

DAT-8601: Init Project command #2263

merged 52 commits into from
Jan 4, 2022

Commits on Dec 3, 2021

  1. Fix issue with ConfiguredValue.wasDefaultValueUsed method

    Added more test setup code to create/delete resources
    
    DAT-8640
    wwillard7800 committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    4f0af6e View commit details
    Browse the repository at this point in the history
  2. Added a comment

    DAT-8724
    wwillard7800 committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    acfc833 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Configuration menu
    Copy the full SHA
    5efcb09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    463e0b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9645275 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    6dbd452 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19493bc View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Move interactive prompting logic into core module (DAT-8642) (#2255)

    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.
    StevenMassaro committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    2c70056 View commit details
    Browse the repository at this point in the history
  2. LB-2177

    New content
    wwillard7800 committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    f9dd0ad View commit details
    Browse the repository at this point in the history
  3. LB-2177

    Some corrections
    wwillard7800 committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    4402828 View commit details
    Browse the repository at this point in the history
  4. LB-2177

    Remove changelogId from example
    wwillard7800 committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    3432f04 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    a0c466d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2250 from liquibase/DAT-8640

    Fix issue with ConfiguredValue.wasDefaultValueUsed method DAT-8640
    wwillard7800 committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    41ac86f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e5de74 View commit details
    Browse the repository at this point in the history
  4. LB-2177

    More files
    wwillard7800 committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    a69006c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c1e0cb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2264 from liquibase/LB-2177

    Added more example files LB-2177
    suryaaki2 committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    a2af161 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15e15bb View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Fixed issues with sample JSON changelog

    DAT-8766
    wwillard7800 committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    145ad99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac8bb4c View commit details
    Browse the repository at this point in the history
  3. Another sample changelog modification

    DAT-8601
    wwillard7800 committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    b55b756 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    422a406 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    6b406df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9647891 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5b2228 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Modified yaml sample changelog

    Test fix
    
    DAT-8724
    wwillard7800 committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    ce9e19a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fa3257 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70e11e7 View commit details
    Browse the repository at this point in the history
  4. Renamed example files

    DAT-8724
    wwillard7800 committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    e8ed407 View commit details
    Browse the repository at this point in the history
  5. Fix doc issues in files

    DAT-8724
    wwillard7800 committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    d985c53 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Fix prompt bug and add "run after method" logic to command tests (DAT…

    …-8804) (#2276)
    
    Add "run after method" callable to CommandTests.groovy
    Fix a bug where reprompting for user input after receiving invalid input does not display the default value in brackets
    StevenMassaro committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    8258156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f552dc View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Configuration menu
    Copy the full SHA
    c2e7bff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    872dbf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb63ee3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ca59c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Added output capture to TestUI class

    DAT-8784
    wwillard7800 committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    0e4d091 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e442f13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71d6af1 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Remove unused file

    DAT-8784
    wwillard7800 committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    02472bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2291 from liquibase/DAT-8784

    Added UI output capture to CommandTests TestUI class  DAT-8784
    suryaaki2 committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    4e80b76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fb819c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17227e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7afe513 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5e0617 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

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

Commits on Dec 28, 2021

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

Commits on Dec 29, 2021

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

Commits on Jan 3, 2022

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