Skip to content
Permalink

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: puppetlabs/puppetlabs-powershell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.2
Choose a base ref
...
head repository: puppetlabs/puppetlabs-powershell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.3
Choose a head ref
  • 14 commits
  • 11 files changed
  • 9 contributors

Commits on Jul 25, 2017

  1. (maint) Modulesync update

    Iristyle committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    5405944 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Merge pull request #196 from puppetlabs/release

    Release branch merge back for 2.1.2
    glennsarti authored Jul 27, 2017
    Configuration menu
    Copy the full SHA
    e41bde0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #195 from Iristyle/maint/master/modulesync-refresh

    (maint) Modulesync update
    glennsarti authored Jul 27, 2017
    Configuration menu
    Copy the full SHA
    6afd6f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. (maint) modulesync 892c4cf

    HAIL9000 committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    7eb16eb View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

  1. (maint) Add Github Pull Request Template

    This commit adds a github pull request template to help users submit correctly formatted PR to our projects
    jpogran committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    dc0d3c9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #198 from puppetlabs/msync_18sep17_892c4cf

    (maint) modulesync 892c4cf
    jpogran authored Nov 16, 2017
    Configuration menu
    Copy the full SHA
    d816091 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Merge pull request #199 from jpogran/maint-gh-pull-request-template

    (maint) Add Github Pull Request Template
    Iristyle authored Nov 21, 2017
    Configuration menu
    Copy the full SHA
    a210adc View commit details
    Browse the repository at this point in the history
  2. (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.
    michaeltlombardi committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    86d9990 View commit details
    Browse the repository at this point in the history
  3. (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.
    RandomNoun7 committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    70209aa View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

  1. Merge pull request #200 from RandomNoun7/ticket/master/MODULES-6081-r…

    …ename-ps-executable
    
    (MODULES-6081) Rename PowerShell executable
    Iristyle authored Nov 22, 2017
    Configuration menu
    Copy the full SHA
    7c8f246 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #201 from michaeltlombardi/ticket/master/MODULES-4…

    …748-increase-timeout-for-powershell
    
    (MODULES-4748) Increase timeout for opening PowerShell
    Iristyle authored Nov 22, 2017
    Configuration menu
    Copy the full SHA
    58d5818 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. (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]>
    michaeltlombardi committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    9d4a518 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #202 from michaeltlombardi/ticket/master/MODULES-4…

    …748-cleanup-zombies
    
    (MODULES-4748) Prevent zombie procs from timeout
    Iristyle authored Nov 28, 2017
    Configuration menu
    Copy the full SHA
    a691dac View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

  1. (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.
    michaeltlombardi committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    df7776a View commit details
    Browse the repository at this point in the history
Loading