-
Notifications
You must be signed in to change notification settings - Fork 199
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
Release v0.3.8 #1093
Release v0.3.8 #1093
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 37ebce7 - Browse repository at this point
Copy the full SHA 37ebce7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1b2f38 - Browse repository at this point
Copy the full SHA e1b2f38View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4cf0d5 - Browse repository at this point
Copy the full SHA c4cf0d5View commit details
Commits on Apr 12, 2024
-
ansible_mitogen: Fix --ask-become-pass, add test coverage
Previously f150387 fixed the priority of ansible_become_pass over ansible_become_password, but broke --ask-become-pass. Fixes mitogen-hq#952.
Configuration menu - View commit details
-
Copy full SHA for d5e9186 - Browse repository at this point
Copy the full SHA d5e9186View commit details -
tests: Use Android portal to check get_url
Should have higher uptime, and make us less of a burden. Refs mitogen-hq#1058
Configuration menu - View commit details
-
Copy full SHA for 8c93973 - Browse repository at this point
Copy the full SHA 8c93973View commit details -
Merge pull request mitogen-hq#1007 from moreati/ask-become-pass
Fix --ask-become-pass
Configuration menu - View commit details
-
Copy full SHA for bb9c51b - Browse repository at this point
Copy the full SHA bb9c51bView commit details
Commits on Apr 19, 2024
-
mitogen: Streamline Poller classes and Latch.poller_class selection
This - Clarifies and corrects docstrings and comments based on investigation for mitogen-hq#957 - Removes unused `Poller*._repr` attributes - Eliminates some uses of `getattr()` - Introduces `mitogen.parent.POLLERS` & `mitogen.parent.POLLER_LIGHTWEIGHT` Preamble size change ``` @@ -1,7 +1,7 @@ SSH command size: 759 -Bootstrap (mitogen.core) size: 17862 (17.44KiB) +Bootstrap (mitogen.core) size: 17934 (17.51KiB) Original Minimized Compressed -mitogen.parent 98171 95.9KiB 50569 49.4KiB 51.5% 12742 12.4KiB 13.0% +mitogen.parent 96979 94.7KiB 49844 48.7KiB 51.4% 12697 12.4KiB 13.1% mitogen.fork 8436 8.2KiB 4130 4.0KiB 49.0% 1648 1.6KiB 19.5% mitogen.ssh 10892 10.6KiB 6952 6.8KiB 63.8% 2113 2.1KiB 19.4% ```
Configuration menu - View commit details
-
Copy full SHA for efdd82d - Browse repository at this point
Copy the full SHA efdd82dView commit details -
ansible_mitogen: Fix "filedescriptor out of range in select()" in Wor…
…kerProcess `mitogen.parent.POLLER_LIGHTWEIGHT` will normally be `PollPoller`, falling back to `EpollPoller`, `KqueuePoller`, or `Poller`. Fixes mitogen-hq#957 Co-authored-by: Luca Berruti <[email protected]> Co-authored-by: Philippe Kueck <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4996ec2 - Browse repository at this point
Copy the full SHA 4996ec2View commit details
Commits on May 2, 2024
-
Merge pull request mitogen-hq#1065 from moreati/issue957
ansible_mitogen: Fix "filedescriptor out of range in select()" in WorkerProcess
Configuration menu - View commit details
-
Copy full SHA for 0f34e25 - Browse repository at this point
Copy the full SHA 0f34e25View commit details
Commits on May 10, 2024
-
Fix 'ansible_host_key_checking' and 'ansible_ssh_host_key_checking' for
adding new hosts to the inventory using 'add_hosts' Co-authored-by: Alex Willmer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec05e54 - Browse repository at this point
Copy the full SHA ec05e54View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2eefc0 - Browse repository at this point
Copy the full SHA d2eefc0View commit details -
tests: Remove --limit when running Ansible localhost CI
Some tests were being incorrectly excluded. Including those that use `add_host`. refs mitogen-hq#1066, mitogen-hq#1069
Configuration menu - View commit details
-
Copy full SHA for 60f8682 - Browse repository at this point
Copy the full SHA 60f8682View commit details
Commits on May 11, 2024
-
Merge pull request mitogen-hq#1067 from philfry/host_key_checking
Fix add_hosts when ansible_host_key_checking is passed to the new host
Configuration menu - View commit details
-
Copy full SHA for 0ce9ffc - Browse repository at this point
Copy the full SHA 0ce9ffcView commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 05d98e5 - Browse repository at this point
Copy the full SHA 05d98e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65c8a42 - Browse repository at this point
Copy the full SHA 65c8a42View commit details -
tests: Fix duplicate local task executions
integration/ssh/timeouts.yml is noteworthy. It was an accidental N**2 in time - executing num hosts * num hosts tasks.
Configuration menu - View commit details
-
Copy full SHA for 7079a07 - Browse repository at this point
Copy the full SHA 7079a07View commit details -
Merge pull request mitogen-hq#1060 from moreati/issue1059
Speed up test suite
Configuration menu - View commit details
-
Copy full SHA for 23d9d0b - Browse repository at this point
Copy the full SHA 23d9d0bView commit details
Commits on Jul 29, 2024
-
CI: Use archived RPMs on CentOS 8
CentOS 8 has reached EOL. Packages are no longer mirrored or maintained. A historic snapshot of the packages is kept on vault.centos.org. refs mitogen-hq#1088, mitogen-hq#1090
Configuration menu - View commit details
-
Copy full SHA for f5a8840 - Browse repository at this point
Copy the full SHA f5a8840View commit details -
CI: Migrate macOS integration tests to macOS 12, drop Python 2.7 jobs
macOS 11 is not longer an available runner on Azure Devops. The minimum is now macOS 12. This runner does not have Python 2.7 installed, so running them would require a custom install - which I'm declaring too much effort for too little gain. refs mitogen-hq#1090
Configuration menu - View commit details
-
Copy full SHA for 924dbd6 - Browse repository at this point
Copy the full SHA 924dbd6View commit details -
CI: Workaround "No module named 'setuptools.command.test'"
Pip 72 was released yesterday (2024-07-28), dropping `setup.py test` support. hdrhistogram 0.6.1 requires it to install. For now constrain Pip to earlier releases, so our tests can be run. refs mitogen-hq#1090
Configuration menu - View commit details
-
Copy full SHA for fe435bb - Browse repository at this point
Copy the full SHA fe435bbView commit details -
Merge pull request mitogen-hq#1091 from moreati/issue1090
ci: Summer 2024 test fixups
Configuration menu - View commit details
-
Copy full SHA for 8bec30d - Browse repository at this point
Copy the full SHA 8bec30dView commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e334b50 - Browse repository at this point
Copy the full SHA e334b50View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0d39cc - Browse repository at this point
Copy the full SHA d0d39ccView commit details