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.0.0
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.0.1
Choose a head ref
  • 7 commits
  • 7 files changed
  • 4 contributors

Commits on May 19, 2016

  1. (MODULES-2634) Verify try/catch with PowerShell module

    Due to the changes from MODULES-2962, ticket MODULES-2634 is fixed
    as a side effect. Besides the module itself using try/catch semantics
    in a templated PS1 file, it supports any kind of syntax or formatting.
    
    This commit adds a unit test and an acceptance test to ensure that this
    is the case.
    jpogran committed May 19, 2016
    Configuration menu
    Copy the full SHA
    14e0be3 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2016

  1. (FM-5240) Prevent powershell_manager DSC conflict

     - DSC and PowerShell both used the path of
       lib/puppet_x/puppetlabs/powershell_manager.b for their uniquely
       namespaced PowerShellManager class.
    
       Unfortunately, while the file was namespaced differently, upon
       extraction, the files would collide / overwrite one another, so
       only the last file extracted would win.
    Iristyle committed May 23, 2016
    Configuration menu
    Copy the full SHA
    07a414c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #104 from jpogran/ticket/master/MODULES-2634-try-c…

    …atch-test-redux
    
    (MODULES-2634) Verify try/catch with PowerShell module
    ferventcoder committed May 23, 2016
    Configuration menu
    Copy the full SHA
    877570c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #106 from Iristyle/ticket/master/FM-5240-dsc-conflig

    (FM-5240) Prevent powershell_manager DSC conflict
    ferventcoder committed May 23, 2016
    Configuration menu
    Copy the full SHA
    9c63ccb View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. (FM-5241) Release Powershell 2.0.1

    This commit prepares the module for release version 2.0.1.  This commit
    also adds Windows 10 as a supported platform for the module as it was
    omitted in error in the last release.
    glennsarti committed May 24, 2016
    Configuration menu
    Copy the full SHA
    034c14d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into stable

    * master:
      (FM-5240) Prevent powershell_manager DSC conflict
      (MODULES-2634) Verify try/catch with PowerShell module
    glennsarti committed May 24, 2016
    Configuration menu
    Copy the full SHA
    cd2bf2c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #107 from glennsarti/ticket/fm-5241-release-2.0.1

    (FM-5241) Release Powershell 2.0.1
    ferventcoder committed May 24, 2016
    Configuration menu
    Copy the full SHA
    e354bae View commit details
    Browse the repository at this point in the history
Loading