Commits on Dec 8, 2017

  1. Merge branch 'release'

    * release:
      (MODULES-6246) Prep for release 2.1.3
    Iristyle committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    c146fb2 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. (maint) - modulesync 384f4c1

    tphoney committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    6752cc2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #203 from puppetlabs/maint_modsync_384f4c1

    (maint) - modulesync 384f4c1
    michaeltlombardi authored Dec 13, 2017
    Configuration menu
    Copy the full SHA
    0f735ea View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. Configuration menu
    Copy the full SHA
    50a3c57 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #204 from puppetlabs/modulesync

    (maint) modulesync cd884db Remove AppVeyor OpenSSL update on Ruby 2.4
    Iristyle authored Dec 19, 2017
    Configuration menu
    Copy the full SHA
    ee2bf81 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. (maint) Update sync.yaml for new modsync config options

    Previously the travis.yaml file was unmanaged as it contained customisations not
    compatible with modsync.  Now that the required options are available the sync
    file can be updated accordingly.  This commit:
    - Updates the sudo, dist and before_install commands to install Powershell
    - Updates the NOTICE file to indicate the correct dates for the copyright
      holders
    glennsarti committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    d27521d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. (maint) Modsync a3ae5c94f7d

    This commit applies modsync at commit a3ae5c94f7d
    glennsarti committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    8adfb72 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. (maint) Minor PowerShell syntax updates to README

     - It's unnecessary to use PowerShell sub-expressions in the
       examples given. Remove superfluous syntax to prevent user confusion
    
      This appears to have been errantly introduced in
      f49c95f
    Iristyle committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    41cdb75 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Merge pull request #208 from glennsarti/update-sync.yml

    (maint) Update sync.yaml for new modsync config options
    michaeltlombardi authored Feb 12, 2018
    Configuration menu
    Copy the full SHA
    e53461c View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. (IMAGES-795) 2008r2 template failing PowerShell module tests

    The newest image for Windows 2008r2 is exhibiting different behavior
    for loading .NET assemblies than we have seen in the past. The
    System.Core assembly is not loaded into the PowerShell host process by
    default any longer. This causes the init.ps1 script in the module to
    to fail to start a Pipe Server to receive PowerShell scripts to be
    executed. This change always attempts to load the System.Core
    assembly prior to creating the pipe server object. Explicity loading the
    assembly fixes the issue and the newest image becomes usable again. This
    fix is also require to fix any moduels that depend on the PowerShell
    exec provider working properly.
    RandomNoun7 committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    8b43589 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. Merge pull request #214 from RandomNoun7/tickets/master/IMAGES-795-fi…

    …x_assembly_loading_on_new_win_image
    
    (IMAGES-795) 2008r2 template failing PowerShell module tests
    glennsarti authored Mar 27, 2018
    Configuration menu
    Copy the full SHA
    ce456d1 View commit details
    Browse the repository at this point in the history
  2. (MODULES-6750) Add testmode switcher

    This commit adds the testmode switcher gem and modifies the tests to use test
    mode switcher.  This allows acceptance tests to run with or without a master.
    glennsarti committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    7115852 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52a456f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #215 from puppetlabs/revert-214-tickets/master/IMA…

    …GES-795-fix_assembly_loading_on_new_win_image
    
    Revert "(IMAGES-795) 2008r2 template failing PowerShell module tests"
    Iristyle authored Mar 27, 2018
    Configuration menu
    Copy the full SHA
    d534477 View commit details
    Browse the repository at this point in the history
  5. (MODULES-6927) Fix Pipe Server on Win 2008r2

    The newest image for Windows 2008r2 is exhibiting different behavior
    for loading .NET assemblies than we have seen in the past. The
    System.Core assembly is not loaded into the PowerShell host process by
    default any longer. This causes the init.ps1 script in the module to
    to fail to start a Pipe Server to receive PowerShell scripts to be
    executed. This change always attempts to load the System.Core
    assembly prior to creating the pipe server object. Explicity loading the
    assembly fixes the issue and the newest image becomes usable again. This
    fix is also required to fix any modules that depend on the PowerShell
    exec provider working properly.
    RandomNoun7 committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    1502783 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #216 from RandomNoun7/tickets/master/MODULES-6927-…

    …Fix-Pipe-server-on-2008
    
    (MODULES-6927) Fix Pipe Server on Win 2008r2
    michaeltlombardi authored Mar 27, 2018
    Configuration menu
    Copy the full SHA
    8b56d04 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. Merge pull request #209 from Iristyle/maint/minor-PowerShell-README-s…

    …yntax-updates
    
    (maint) Minor PowerShell syntax updates to README
    glennsarti authored Mar 28, 2018
    Configuration menu
    Copy the full SHA
    299df22 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #212 from glennsarti/MODULES-6728-add-testmode-swi…

    …tcher
    
    (MODULES-6750) Add testmode switcher
    RandomNoun7 authored Mar 28, 2018
    Configuration menu
    Copy the full SHA
    82f8803 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2018

  1. Configuration menu
    Copy the full SHA
    af70f10 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #218 from RandomNoun7/maint-update-changelog-for-2…

    ….1.4-release
    
    (MAINT) Update changelog prior to 2.1.4 release
    Erick Banks authored Mar 29, 2018
    Configuration menu
    Copy the full SHA
    430986e View commit details
    Browse the repository at this point in the history
  3. (MODULES-6937) Release Prep 2.1.4

    This commit updates the CHANGELOG.md and METADATA.json files to prep for
    the 2.1.4 release of the module.
    RandomNoun7 committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    d3dde88 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #217 from RandomNoun7/tickets/release/MODULES-6937…

    …-release-prep-2.1.4
    
    (MODULES-6937) Release Prep 2.1.4
    michaeltlombardi authored Mar 29, 2018
    Configuration menu
    Copy the full SHA
    fa0813d View commit details
    Browse the repository at this point in the history