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.4
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.5
Choose a head ref
  • 17 commits
  • 7 files changed
  • 6 contributors

Commits on Mar 29, 2018

  1. Merge pull request #219 from RandomNoun7/release

    (MODULES-6937) Mergeback release to master
    michaeltlombardi authored Mar 29, 2018
    Configuration menu
    Copy the full SHA
    1bcbfcf View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. (maint) Remove errant pry command

    This commit removes an errant pry command that was commented out.
    
    [skip ci]
    glennsarti committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    da3df5e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #220 from glennsarti/master

    (maint) Remove errant pry command
    RandomNoun7 authored Mar 30, 2018
    Configuration menu
    Copy the full SHA
    031c37a View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. (MODULES-4271) Add Server 2016 to metadata

    This commit adds Server 2016 to the list of supported Windows OSes.
    glennsarti committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    d946415 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #221 from glennsarti/add-2016

    (MODULES-4271) Add Server 2016 to metadata
    michaeltlombardi authored Apr 18, 2018
    Configuration menu
    Copy the full SHA
    4f8cd1d View commit details
    Browse the repository at this point in the history
  3. (MODULES-7011) Fix .NET upgrade message

    When using this module with PowerShell 2.0, the only way to use the
    enhanced commonication method is to have .NET 3.5 installed.
    
    The warning message a user received however implied that if you
    installed any version higher than 3.5, such as .NET 4.0, that the
    message should go away, and receiving it was a bug in the check logic,
    which was testing specifically for .NET 3.5 and not >= 3.5.
    
    Unfortunately, our testing confirmed that installing .NET 4.0 on a
    machine is not enough to enable the enhanced features in the module.
    Having .NET 4 installed does not automatically enable PowerShell 2 to
    load the newer asseblies or use the more advanced features in that
    version of the CLR. Specific steps must be taken to enable that to
    happen, such as editing registry keys, or writing a
    powershell.exe.config to the disk. The results of doing this are also
    unpredictable.
    
    The change in this commit updates the upgrade message returned to the
    user to make it clearer that when using PowerShell 2, the only way to
    enable the enhanced features is to install .NET 3.5, not 3.5+.
    RandomNoun7 committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    18628d6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #222 from RandomNoun7/tickets/master/MODULES-7011-…

    …fix-net-upgrade-message
    
    (MODULES-7011) Fix .NET upgrade message
    glennsarti authored Apr 18, 2018
    Configuration menu
    Copy the full SHA
    a7a7b25 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. (MODULES-7033) Fix Process Kill Test

    This change fixes a spec test that was giving unreliable results and erroneously
    failing CI pipelines.
    RandomNoun7 committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    94865de View commit details
    Browse the repository at this point in the history
  2. Merge pull request #223 from RandomNoun7/tickets/master/MODULES-7033-…

    …kill-test-unreliable
    
    (MODULES-7033) Kill test unreliable
    Iristyle authored Apr 26, 2018
    Configuration menu
    Copy the full SHA
    5691eb2 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. (MODULES-7018) Fix Zero Tmeout Behavior

    Some other Puppet Exec providers will treat a `timeout` value of `0` as
    an infinite timeout. We have chosen not to support an infinite timeout
    in this provider, so this change will ensure that a sensible value is
    used if the user passes in `0` as the timeout. It also fixes the README
    documentation to make it clearer that `0` is not supported, and that
    attempting to use it will result in the default timeout of 300 seconds
    being used instead.
    RandomNoun7 committed May 1, 2018
    Configuration menu
    Copy the full SHA
    ffc970d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. Merge pull request #225 from RandomNoun7/tickets/master/MODULES-7018-…

    …Fix-timeout-zero-behavior
    
    (MODULES-7018) Fix Zero Timeout Behavior
    michaeltlombardi authored May 2, 2018
    Configuration menu
    Copy the full SHA
    a97fae9 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Configuration menu
    Copy the full SHA
    45511a6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #226 from RandomNoun7/maint/master/convert-changel…

    …og-to-kac
    
    (MAINT) Update Changelog to KAC Format
    michaeltlombardi authored May 3, 2018
    Configuration menu
    Copy the full SHA
    aca8774 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e53e96f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. Merge pull request #227 from RandomNoun7/tickets/release/MODULES-7109…

    …-release-prep
    
    (MODULES-7109) Release Prep
    glennsarti authored May 4, 2018
    Configuration menu
    Copy the full SHA
    b8db498 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. (MODULES-7109) Changelog edits to match KAC format

    This commit edited the changelog to follow KAC standards
    clairecadman committed May 8, 2018
    Configuration menu
    Copy the full SHA
    406f38c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #228 from clairecadman/changelog_edits

    (MODULES-7109) CHANGELOG edits
    RandomNoun7 authored May 8, 2018
    Configuration menu
    Copy the full SHA
    610e9e8 View commit details
    Browse the repository at this point in the history
Loading