-
Notifications
You must be signed in to change notification settings - Fork 79
Comparing changes
Open a pull request
base repository: puppetlabs/puppetlabs-powershell
base: 2.1.2
head repository: puppetlabs/puppetlabs-powershell
compare: 2.1.3
- 14 commits
- 11 files changed
- 9 contributors
Commits on Jul 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5405944 - Browse repository at this point
Copy the full SHA 5405944View commit details
Commits on Jul 27, 2017
-
Merge pull request #196 from puppetlabs/release
Release branch merge back for 2.1.2
Configuration menu - View commit details
-
Copy full SHA for e41bde0 - Browse repository at this point
Copy the full SHA e41bde0View commit details -
Merge pull request #195 from Iristyle/maint/master/modulesync-refresh
(maint) Modulesync update
Configuration menu - View commit details
-
Copy full SHA for 6afd6f3 - Browse repository at this point
Copy the full SHA 6afd6f3View commit details
Commits on Sep 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7eb16eb - Browse repository at this point
Copy the full SHA 7eb16ebView commit details
Commits on Nov 16, 2017
-
(maint) Add Github Pull Request Template
This commit adds a github pull request template to help users submit correctly formatted PR to our projects
Configuration menu - View commit details
-
Copy full SHA for dc0d3c9 - Browse repository at this point
Copy the full SHA dc0d3c9View commit details -
Merge pull request #198 from puppetlabs/msync_18sep17_892c4cf
(maint) modulesync 892c4cf
Configuration menu - View commit details
-
Copy full SHA for d816091 - Browse repository at this point
Copy the full SHA d816091View commit details
Commits on Nov 21, 2017
-
Merge pull request #199 from jpogran/maint-gh-pull-request-template
(maint) Add Github Pull Request Template
Configuration menu - View commit details
-
Copy full SHA for a210adc - Browse repository at this point
Copy the full SHA a210adcView commit details -
(MODULES-4748) Increase timeout for opening PowerShell
Prior to this commit, the timeout waiting for PowerShell to start was only 10 seconds; this was not, in practice, a long enough period of time for multiple customers, especially when a node is under heavy load. This commit increases the timeout to 30 seconds.
Configuration menu - View commit details
-
Copy full SHA for 86d9990 - Browse repository at this point
Copy the full SHA 86d9990View commit details -
(MODULES-6081) Rename PowerShell executable
This commit renames the PowerShell binary name from PowerShell to pwsh. This is because the name of the binary has changed in the latest PowerShell betas. This commit also removes the manual checking of specific paths like /usr/local/bin for the pwsh executable. Instead for non Windows platforms we simply call pwsh and let the platform do the path resolution based on current PATH settings. One reason to switch to this behavior is the Mac OS X preferences for ordering /usr/local/bin in path before /usr/bin, as some other platforms do. The PATH checking in Windows was for specific use case and we decided that absent that use case in other platforms, it should be removed so that users get the behavior they expect based on their platform, and not on internal Puppet logic.
Configuration menu - View commit details
-
Copy full SHA for 70209aa - Browse repository at this point
Copy the full SHA 70209aaView commit details
Commits on Nov 22, 2017
-
Merge pull request #200 from RandomNoun7/ticket/master/MODULES-6081-r…
…ename-ps-executable (MODULES-6081) Rename PowerShell executable
Configuration menu - View commit details
-
Copy full SHA for 7c8f246 - Browse repository at this point
Copy the full SHA 7c8f246View commit details -
Merge pull request #201 from michaeltlombardi/ticket/master/MODULES-4…
…748-increase-timeout-for-powershell (MODULES-4748) Increase timeout for opening PowerShell
Configuration menu - View commit details
-
Copy full SHA for 58d5818 - Browse repository at this point
Copy the full SHA 58d5818View commit details
Commits on Nov 28, 2017
-
(MODULES-4748) Prevent zombie procs from timeout
Prior to this commit if a timeout occurs while waiting for the connection to a named pipe then a zombie process is left on the system as the code to close or kill it is never called. This commit ensures that such zombie processes are removed before the error is raised. This commit also adds an RSPEC test to validate that if we try to create a manager with an unreasonably low timeout value, that the manager will not have time to open the pipes server and it will fail to create the manager and further verify that no zombie processes are left running. Paired-with: Bill Hurt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d4a518 - Browse repository at this point
Copy the full SHA 9d4a518View commit details -
Merge pull request #202 from michaeltlombardi/ticket/master/MODULES-4…
…748-cleanup-zombies (MODULES-4748) Prevent zombie procs from timeout
Configuration menu - View commit details
-
Copy full SHA for a691dac - Browse repository at this point
Copy the full SHA a691dacView commit details
Commits on Dec 6, 2017
-
(MODULES-6246) Prep for release 2.1.3
This commit updates the CHANGELOG and metadata.json in preparation for the supported `2.1.3` release.
Configuration menu - View commit details
-
Copy full SHA for df7776a - Browse repository at this point
Copy the full SHA df7776aView 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 2.1.2...2.1.3