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

[8.x] Allow for chains to be added to batches via PendingChain #34707

Closed
wants to merge 9 commits into from
Closed

[8.x] Allow for chains to be added to batches via PendingChain #34707

wants to merge 9 commits into from

Commits on Oct 1, 2020

  1. Allow for the creation of a chain in a batch

    Signed-off-by: Kevin Ullyott <ullyott.kevin@gmail.com>
    Orrison committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    5c8c966 View commit details
    Browse the repository at this point in the history
  2. Create a test that a chain can be added

    Signed-off-by: Kevin Ullyott <ullyott.kevin@gmail.com>
    Orrison committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    77676a2 View commit details
    Browse the repository at this point in the history
  3. Allow closures to be included in the chain

    Signed-off-by: Kevin Ullyott <ullyott.kevin@gmail.com>
    Orrison committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    109ead3 View commit details
    Browse the repository at this point in the history
  4. Code Style fixes

    Signed-off-by: Kevin Ullyott <ullyott.kevin@gmail.com>
    Orrison committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    f82202c View commit details
    Browse the repository at this point in the history
  5. Use test job classes to fix seralization issue

    Signed-off-by: Kevin Ullyott <ullyott.kevin@gmail.com>
    Orrison committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    71745f4 View commit details
    Browse the repository at this point in the history
  6. Remove unused use statements

    Signed-off-by: Kevin Ullyott <ullyott.kevin@gmail.com>
    Orrison committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    eb4f307 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Allow for a PendingChain to be added to batch

    Signed-off-by: Kevin Ullyott <ullyott.kevin@gmail.com>
    Orrison committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    2138794 View commit details
    Browse the repository at this point in the history
  2. Modify the testing

    Signed-off-by: Kevin Ullyott <ullyott.kevin@gmail.com>
    Orrison committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    ffde55e View commit details
    Browse the repository at this point in the history
  3. Apply styleci changes

    Signed-off-by: Kevin Ullyott <ullyott.kevin@gmail.com>
    Orrison committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    c6a4e7d View commit details
    Browse the repository at this point in the history