-
Notifications
You must be signed in to change notification settings - Fork 373
Comparing changes
Open a pull request
base repository: ansible/ansible-runner
base: devel
head repository: ansible/ansible-runner
compare: release_2.2
- 19 commits
- 28 files changed
- 14 contributors
Commits on May 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e7d1adb - Browse repository at this point
Copy the full SHA e7d1adbView commit details
Commits on May 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 46804de - Browse repository at this point
Copy the full SHA 46804deView commit details -
Set ZIP strict_timestamps to false (#1049) (#1053)
* Set ZIP strict_timestamps to false Since python 3.8 timestamps before 1980 are disallowed by default, but seem to occur in streams. Fixes: awx#12126 Signed-off-by: Björn Pedersen <bjoern.pedersen@frm2.tum.de> * Add test for timestamps before 1980 Co-authored-by: Alan Rominger <arominge@redhat.com> (cherry picked from commit ec5997e) Co-authored-by: Björn Pedersen <bjoern.pedersen@frm2.tum.de>
Configuration menu - View commit details
-
Copy full SHA for aec5d42 - Browse repository at this point
Copy the full SHA aec5d42View commit details
Commits on May 5, 2022
-
Fix image build to override root homedi 10000 r in /etc/passwd (#1027) (#1062)
* override root homedir in /etc/passwd * using only `HOME` envvar to override homedir causes mismatches with anything that asks for it a different way (eg, `echo ~root`) * kicking the can down the road on "why are we overriding /root as root's homedir anyway?" * more dynamic homedir handling * just make everybody's home /home/runner * restore ENV HOME override for builds * comment wording (cherry picked from commit c181daa)
Configuration menu - View commit details
-
Copy full SHA for 927109f - Browse repository at this point
Copy the full SHA 927109fView commit details
Commits on May 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 13cd932 - Browse repository at this point
Copy the full SHA 13cd932View commit details -
[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 <akasurde@redhddat.com>
Configuration menu - View commit details
-
Copy full SHA for 4c614e0 - Browse repository at this point
Copy the full SHA 4c614e0View commit details
Commits on Jun 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fef8f3e - Browse repository at this point
Copy the full SHA fef8f3eView commit details
Commits on Jun 7, 2022
-
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 <685957+jbradberry@users.noreply.github.com> Signed-off-by: Hao Liu <haoli@redhat.com> Co-authored-by: Jeff Bradberry <685957+jbradberry@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8dff126 - Browse repository at this point
Copy the full SHA 8dff126View commit details
Commits on Jun 15, 2022
-
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 <arominge@redhat.com> (cherry picked from commit 3b74385) Signed-off-by: Hao Liu <the.real.hao.liu@gmail.com> Co-authored-by: Alan Rominger <arominge@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 7edaa77 - Browse repository at this point
Copy the full SHA 7edaa77View commit details
Commits on Aug 23, 2022
-
[bp/2.2] Linting fixes (#1118)
* Added whitespace after the keyword * Pinned `flake8` to 4.0.1 for now * Commented `ENV PIP_OPTS=--no-build-isolation` (cherry picked from commit 2d240e0)
Configuration menu - View commit details
-
Copy full SHA for d119799 - Browse repository at this point
Copy the full SHA d119799View commit details
Commits on Aug 24, 2022
-
[bp/2.2] Updated formating in remote_jobs doc (#1121)
(cherry picked from commit 00b0fe0)
Configuration menu - View commit details
-
Copy full SHA for 88404ce - Browse repository at this point
Copy the full SHA 88404ceView commit details
Commits on Sep 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a12121b - Browse repository at this point
Copy the full SHA a12121bView commit details
Commits on Nov 1, 2022
-
remove any pipe files before zip/unzipping (#1133) (#1150)
* Write test to demonstrate job hang on pipes * Remove any pipe files before zip/unzipping - Prevents hangs when zipping, unzipping artifacts dir. If python attempts to open a fifo pipe, it will block indefinitely until it can read data from the pipe. * move fifo check below symlink Co-authored-by: Alan Rominger <arominge@redhat.com> (cherry picked from commit 8f39752) Co-authored-by: Seth Foster <fosterseth@users.noreply.github.com>
Configuration menu - View commit details
-
8000
Copy full SHA for 8d49775 - Browse repository at this point
Copy the full SHA 8d49775View commit details
Commits on Nov 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6f96ff5 - Browse repository at this point
Copy the full SHA 6f96ff5View commit details
Commits on Nov 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 50ca6ea - Browse repository at this point
Copy the full SHA 50ca6eaView commit details
Commits on Dec 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3ebc68e - Browse repository at this point
Copy the full SHA 3ebc68eView commit details
Commits on Jan 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d4218b2 - Browse repository at this point
Copy the full SHA d4218b2View commit details
Commits on Mar 2, 2023
-
[devel] Add
python_requires = >= 3.8
(#1206) (#1211)(cherry picked from commit 69e8c1a) Co-authored-by: Wong Hoi Sing Edison <hswong3i@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 57856e7 - Browse repository at this point
Copy the full SHA 57856e7View commit details
Commits on Mar 6, 2023
-
Add license and classifiers metadata (#1213) (#1215)
* Add license and classifiers metadata Co-authored-by: Matt Martz <matt@sivel.net> (cherry picked from commit d1417e5)
Configuration menu - View commit details
-
Copy full SHA for 1992eb8 - Browse repository at this point
Copy the full SHA 1992eb8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff devel...release_2.2