Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ansible/ansible-runner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.0
Choose a base ref
...
head repository: ansible/ansible-runner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2.1
Choose a head ref
  • 5 commits
  • 13 files changed
  • 5 contributors

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    13cd932 View commit details
    Browse the repository at this point in the history
  2. [bp2.2] Use isinstance API instead of type API (#1069)

    correct way to check datatype of variable is `isinstance`
    
    (cherry picked from commit a349921)
    
    Signed-off-by: Abhijeet Kasurde <[email protected]>
    Akasurde authored May 9, 2022
    Configuration menu
    Copy the full SHA
    4c614e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. [backport][release_2.2] Add examples for status_handler and event_han…

    …dler (#1091)
    
    Fixes: #1078
    
    Signed-off-by: Abhijeet Kasurde <[email protected]>
    Akasurde authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    fef8f3e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. skip process isolation check for transmit and process (#1084) (#1094)

    * skip process isolation check for transmit and process
    
    moving down the process isolation executable so that transmit and
    process no longer checks for its existance
    
    ansible-runner worker will still run the check since it will invoke
    ansible-runner run with process-isolation-executable and it will still
    be checked properly
    
    Co-Authored-By: Jeff Bradberry <[email protected]>
    Signed-off-by: Hao Liu <[email protected]>
    
    Co-authored-by: Jeff Bradberry <[email protected]>
    TheRealHaoLiu and jbradberry authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    8dff126 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. update how callback plugin gets copied and added to job container (#1093

    ) (#1098)
    
    when in containerized environment
    - always copy callback plugin to private_data_dir/artifacts/{job_id}/callback
    - appending to `ANSIBLE_CALLBACK_PLUGINS` with the runner callback plugin location (from private_data/artifacts)
    - unused method `utils.callback_mount`
    - update unit tests
    
    Co-authored-by: Alan Rominger <[email protected]>
    (cherry picked from commit 3b74385)
    Signed-off-by: Hao Liu <[email protected]>
    
    Co-authored-by: Alan Rominger <[email protected]>
    TheRealHaoLiu and AlanCoding authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    7edaa77 View commit details
    Browse the repository at this point in the history
Loading