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

Allow a custom executor to be specified through a property on existing Executor implementations DAT-7531 #2374

Merged
merged 10 commits into from Jan 25, 2022

Commits on Jan 14, 2022

  1. Added an Executor services file to examples

    DAT-7531
    wwillard7800 committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    49b71fb View commit details
    Browse the repository at this point in the history
  2. Using the runWith=<name> attribute value, look for a property that

    matches the key 'liquibase.<name>.executor'.  If a property is found
    then use the value as the named Executor
    
    DAT-7351
    wwillard7800 committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    f6b763b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f4ec5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ceb18cf View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Updated example conf files

    DAT-7531
    wwillard7800 committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    6555933 View commit details
    Browse the repository at this point in the history
  2. Updated .conf files

    DAT-7531
    wwillard7800 committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    65f2978 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    c58b33e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07ca508 View commit details
    Browse the repository at this point in the history
  3. WIP on timeout

    DAT-7531
    wwillard7800 committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    99352ec View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Work on SQLCMD timeout issues

    DAT-7528
    wwillard7800 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    dbef2bc View commit details
    Browse the repository at this point in the history