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

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
  3. Configuration menu
    Copy the full SHA
    7865d44 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Configuration menu
    Copy the full SHA
    c4b3303 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into DAT-8615

    # Conflicts:
    #	liquibase-extension-testing/src/main/groovy/liquibase/extension/testing/setup/SetupCleanResources.groovy
    StevenMassaro committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    f88e53f View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    ad37648 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b3b3a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    e93bfdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04d5e35 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

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

Commits on Jan 19, 2022

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

Commits on Jan 25, 2022

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

Commits on Jan 26, 2022

  1. allow init hub to operate with a changelog that has already been regi…

    …stered with the current organization
    StevenMassaro committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    6a81964 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

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

Commits on Feb 2, 2022

  1. Merge pull request #2404 from liquibase/DAT-9136

    add cause to exception thrown during register changelog command (DAT-9136)
    suryaaki2 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    0444931 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

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

    DAT-8992: add start-H2 message to error message in JDBC connection creation
    suryaaki2 committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    d1ed39b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

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

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    47fde60 View commit details
    Browse the repository at this point in the history
  2. expose more hub properties for use in testing, allow generic expectat…

    …ions in command tests (DAT-9241) (#2476)
    StevenMassaro committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    e76c84e View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    4bd9f0b View commit details
    Browse the repository at this point in the history
  2. test

    StevenMassaro committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    7e08fad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    494909f View commit details
    Browse the repository at this point in the history
  4. Revert "test"

    This reverts commit 7e08fad.
    StevenMassaro committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    7507a49 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    7ec322f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcc04dc View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

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