-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: saltstack/salt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: saltstack/salt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3006.x
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 17 files changed
- 3 contributors
Commits on Jul 29, 2025
-
bad key logs useful message instead of traceback
When the minion's key is overwritten with bad data, log a useful message instead of traceback. Handle the error in a consistant way accross salt.minion, salt.channel.client, and salt.crypt.
Configuration menu - View commit details
-
Copy full SHA for 84a1d5e - Browse repository at this point
Copy the full SHA 84a1d5eView commit details
Commits on Jul 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 11ca7d7 - Browse repository at this point
Copy the full SHA 11ca7d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 264a6ca - Browse repository at this point
Copy the full SHA 264a6caView commit details -
Allow events to be processed in minion shutdown
Allows event to be handled after the salt-minion service has received a SIGTERM. Previously once the signal handler was entered, the ioloop would no longer run. If there are events on the minion event bus that needs processing, they would not be handled. Moves the MinionManager stop() functionality to an async function and allows the ioloop to run and clear any waiting events and returns to masters.
Configuration menu - View commit details
-
Copy full SHA for 5c8df36 - Browse repository at this point
Copy the full SHA 5c8df36View commit details -
Add test for MinionManager stop/stop_async
Adds test for calling MinionManager stop() to test new functionality to allow events to be processed as minion is stopping. Sets up a MinionManager instance with a running event bus, then calls the stop function and immeadiately sends a test message on the event bus and reads it back to check that works once the stop() function has been called. Then checks that the usual functions to destroy the minion etc have also been called.
Configuration menu - View commit details
-
Copy full SHA for 3ed3496 - Browse repository at this point
Copy the full SHA 3ed3496View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97f143a - Browse repository at this point
Copy the full SHA 97f143aView commit details -
Ignore pylint warning on self.io_loop.add_callback
Ignores warning from pylint about self.io_loop.add_callback() not being callable - it clearly is as stop_async gets called.
Configuration menu - View commit details
-
Copy full SHA for 90dc057 - Browse repository at this point
Copy the full SHA 90dc057View commit details -
Set up short sock_dir path in test
Sets up the short sock_dir path in the test. Previously setting it in conftest.py was breaking another test because I'd done it as a Path, not a string, but I want to avoid changin behaviour of other tests, so setting it locally to the test.
Configuration menu - View commit details
-
Copy full SHA for 6d0af4b - Browse repository at this point
Copy the full SHA 6d0af4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bde4c7 - Browse repository at this point
Copy the full SHA 5bde4c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a829b36 - Browse repository at this point
Copy the full SHA a829b36View commit details
Loading
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 master...3006.x