-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Re-implemented salt.utils.path.which to properly define executable semantics on both the windows and posix platforms. #51785
Commits on Feb 23, 2019
-
Re-implemented salt.utils.path.which to properly define executable se…
…mantics on both the windows and posix platforms.
Configuration menu - View commit details
-
Copy full SHA for a28451f - Browse repository at this point
Copy the full SHA a28451fView commit details -
Removed an unused import due to the deprecation of the previous salt.…
…utils.path.which, and removed spaces from a set comprehension that the saltstack's linter didn't like.
Configuration menu - View commit details
-
Copy full SHA for 0989551 - Browse repository at this point
Copy the full SHA 0989551View commit details -
Fixed a bug in salt.utils.path.which when a caller hardcodes an execu…
…table extension.
Configuration menu - View commit details
-
Copy full SHA for 00f981f - Browse repository at this point
Copy the full SHA 00f981fView commit details
Commits on Feb 25, 2019
-
Added the case to salt.utils.path.which where a valid path to a binar…
…y can short-circuit the system_path search.
Configuration menu - View commit details
-
Copy full SHA for bcfe137 - Browse repository at this point
Copy the full SHA bcfe137View commit details
Commits on Feb 27, 2019
-
Fixed the unit.utils.test_path unit-tests since the original which im…
…plementation had an unncessary check.
Configuration menu - View commit details
-
Copy full SHA for 559c7a6 - Browse repository at this point
Copy the full SHA 559c7a6View commit details -
Fixed the test_path unit tests to also assign os.pathsep since the or…
…iginal author is assuming that ';' is being used.
Configuration menu - View commit details
-
Copy full SHA for 54d714c - Browse repository at this point
Copy the full SHA 54d714cView commit details
Commits on Mar 8, 2019
-
Fixed a bug in salt.utils.path.which when adding the default system p…
…aths in case the PATH is non-existent.
Configuration menu - View commit details
-
Copy full SHA for fda866a - Browse repository at this point
Copy the full SHA fda866aView commit details -
Swapped the side_effects for os.access and os.path.isfile since we're…
… trying to simulate the existence of a file and not whether its executable or not.
Configuration menu - View commit details
-
Copy full SHA for bd957bc - Browse repository at this point
Copy the full SHA bd957bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a33df1 - Browse repository at this point
Copy the full SHA 8a33df1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8756079 - Browse repository at this point
Copy the full SHA 8756079View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe97e5d - Browse repository at this point
Copy the full SHA fe97e5dView commit details
Commits on Mar 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for aeae914 - Browse repository at this point
Copy the full SHA aeae914View commit details