Commits on Jan 15, 2020

  1. Merge pull request #281 from puppetlabs/release

    (MODULES-10164) Release version v3.0.1
    michaeltlombardi authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    3de5345 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    b34bf64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4eb72e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Merge pull request #274 from puppetlabs/pdksync_travis-updates

    pdksync - (maint) travis updates: bundler and slack
    sheenaajay authored Jan 20, 2020
    Configuration menu
    Copy the full SHA
    15dc2f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Correct supported Puppet lower bound to 5.5.0

    Prior to this commit the metadata erroneously claimed support for 4x versions of Puppet, on which it has not been tested and would fail to run as the `ruby-pwsh` dependency requires Ruby 2.3 or higher which ships in Puppet 5x.
    
    Further, Puppeet 4x is no longer officially supported at all.
    michaeltlombardi authored Jan 21, 2020
    Configuration menu
    Copy the full SHA
    c21905d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #282 from puppetlabs/patch-puppet-lower-bound

    Correct supported Puppet lower bound to 5.5.0
    sanfrancrisko authored Jan 21, 2020
    Configuration menu
    Copy the full SHA
    c70c339 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    9df45f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Merge pull request #284 from puppetlabs/pdksync_pdksync-honeycombsetup

    (IAC-365) updating tokens and dataset for honeycomb
    sanfrancrisko authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    147b85f View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. (FM-8856) Convert acceptance testing to litmus

    This commit changes the acceptance testing framework from beaker to
    litmus, enabling acceptance testing in CI.
    michaeltlombardi committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    3cb1fe2 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Add weekly workflow on default branch

    Daniel Carabas committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    c81e7c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #283 from michaeltlombardi/ticket/master/FM-8856-l…

    …itmusify
    
    (FM-8856) Convert acceptance testing to litmus
    sanfrancrisko authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    63d7409 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Merge pull request #290 from puppetlabs/pdksync_weekly_run

    pdksync - Add weekly scheduled workflows
    sheenaajay authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    fb7be35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbd75f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Merge pull request #291 from sheenaajay/removenodesets

    (maint) Remove beaker nodesets, module is ported to litmus.
    david22swan authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    05107ca View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Update weekly workflow schedule

    Daniel Carabas committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    85b483e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #294 from puppetlabs/pdksync_weekly_run

    pdksync - Update weekly scheduled workflows
    sheenaajay authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    8616fcb View commit details
    Browse the repository at this point in the history
  3. (MODULES-10539) Remove commands idiom from PowerShell provider

    Prior to this commit the PowerShell exec provider used the commands idiom to
    load the PowerShell executable path for use. Once the module was refactored
    to rely on the ruby-pwsh gem via the puppetlabs/pwshlib module, the code for
    determining the path was updated to depend on a helper function. However,
    the commands method is (apparently?) evaluated during catalogue compilation,
    causing the Puppet run to explode unexpectedly if the dependent module is
    not available.
    
    This commit removes the commands idiom and relies on the feature confine which
    should evaluate during a Puppet run and, when that feature is not found
    (because puppetlabs/pwshlib is not installed) it will report that the provider
    is not functional rather than blow up the entire Puppet run.
    michaeltlombardi committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    c92ee61 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #287 from michaeltlombardi/ticket/master/MODULES-1…

    …0539-remove-command-functionality
    
    (MODULES-10539) Remove commands idiom from PowerShell provider
    sanfrancrisko authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    83f5d82 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. (maint) - Pdk Update

    David Swan committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    68e31b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Merge pull request #295 from puppetlabs/pdksync_PDK_UPDATE

    pdksync - (maint) - Pdk Update
    sheenaajay authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    60e1fe0 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Remove system-tests group from Gemfile

    Neither beaker nor puppet-blacksmith is used anymore.
    DavidS committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    693b267 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Merge pull request #299 from DavidS/remove-beaker-gems

    Remove system-tests group from Gemfile
    sheenaajay authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    96bb83b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Add net-ssh dependency gems to development group

    Daniel Carabas committed May 5, 2020
    Configuration menu
    Copy the full SHA
    6c440c9 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Change provision from vmpooler to abs

    Daniel Carabas committed May 18, 2020
    Configuration menu
    Copy the full SHA
    812155b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #301 from carabasdaniel/fix_agent_install

    Add net-ssh dependency gems to development group
    sheenaajay authored May 18, 2020
    Configuration menu
    Copy the full SHA
    2b9fa8d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Merge pull request #303 from puppetlabs/pdksync_abs

    pdksync - Use abs instead of vmpooler to provision test resources
    sheenaajay authored May 20, 2020
    Configuration menu
    Copy the full SHA
    7905330 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    cc6ae5e View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Merge pull request #305 from sheenaajay/appveyorfix

    (maint) pin bolt to 2.6.0 version for work around of invalid exit code
    sanfrancrisko authored May 29, 2020
    Configuration menu
    Copy the full SHA
    8ab69fd View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Configuration menu
    Copy the full SHA
    dc8cdb8 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Merge pull request #307 from puppetlabs/pdksync_removeboltgem

    pdksync - "(IAC-897) Remove bolt pin from sync.yaml file"
    DavidS authored Jun 22, 2020
    Configuration menu
    Copy the full SHA
    cda4c37 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. (maint) Remove interpolate_powershell method

    This was added to Litmus so we can remove it here. Also keeps this one from diverging if the Litmus version changes.
    
    Use full namespace method call
    
    Convert to fully qualified namespace method calls
    
    Include 'puppet_litmus/util'
    
    Fix interpolate_powershell method ref
    
    (maint) Fix typo
    
    (maint) Fix another typo!
    sanfrancrisko authored and Ciaran McCrisken committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    9c9b542 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #298 from puppetlabs/maint/remove_ps_interpolate_m…

    …ethod
    
    (maint) Remove interpolate_powershell method
    sheenaajay authored Jun 26, 2020
    Configuration menu
    Copy the full SHA
    6c03bfa View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. (IAC-848) - Support added for CentOS 8 and RHEL 8

    David Swan committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    4dc69ba View commit details
    Browse the repository at this point in the history
  2. (IAC-847) - Support added for Debian 10

    David Swan committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    252caa8 View commit details
    Browse the repository at this point in the history
  3. (maint) - provision/travis cleanup

    David Swan committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    6b7b6ea View commit details
    Browse the repository at this point in the history
  4. Merge pull request #306 from david22swan/IAC-835

    (IAC-835) Support added for Debian 10 and CentOS/RHEL 8
    sheenaajay authored Jun 29, 2020
    Configuration menu
    Copy the full SHA
    6739faf View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Configuration menu
    Copy the full SHA
    f1066cb View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Merge pull request #308 from michaeltlombardi/tickets/release/IAC-949

    (IAC-949) Release prep for v4.0.0
    sheenaajay authored Jul 9, 2020
    Configuration menu
    Copy the full SHA
    f8a4ee3 View commit details
    Browse the repository at this point in the history