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/ruby-pwsh
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.1
Choose a base ref
...
head repository: puppetlabs/ruby-pwsh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.0
Choose a head ref
  • 18 commits
  • 17 files changed
  • 9 contributors

Commits on Jan 14, 2020

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

Commits on Feb 13, 2020

  1. Merge pull request #34 from puppetlabs/release

    (MAINT) Mergeback from 0.4.1 release
    James Pogran authored Feb 13, 2020
    Configuration menu
    Copy the full SHA
    eb0cfa8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc4ce95 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Merge pull request #35 from michaeltlombardi/maint/master/fix-tag-task

    (MAINT) Ensure tag task actually tags with version
    sanfrancrisko authored Feb 14, 2020
    Configuration menu
    Copy the full SHA
    8cf0c37 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Merge pull request #26 from michaeltlombardi/maint/master/add-release…

    …-guidance
    
    (MAINT) Add build & release steps to readme
    carabasdaniel authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    6963bbe View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

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

Commits on Mar 2, 2020

  1. Merge pull request #36 from michaeltlombardi/maint/master/add-appveyo…

    …r-testing
    
    (MAINT) Add appveyor testing
    david22swan authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    03e90c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

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

Commits on Jun 12, 2020

  1. Configuration menu
    Copy the full SHA
    4c93c06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ac164d View commit details
    Browse the repository at this point in the history
  3. (maint) convert skips into metadata exclusions

    This makes the log much more manageable without a long list of
    pending examples.
    DavidS committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    3adcb56 View commit details
    Browse the repository at this point in the history
  4. (IAC-887) avoid test failures on new powershell 7 behaviour

    This likely is a problem with the tests not reacting well to a
    behavioral change in powershell 7, and not a code issue. The same
    tests ran fine previously with 6.2.4-1.ubuntu.18.04 in
    https://travis-ci.com/github/puppetlabs/ruby-pwsh/jobs/293023278
    while the same commit (03e90c7) fails on powershell 7.
    
    This behaviour is also linux-specific.
    DavidS committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    a15ab56 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Merge pull request #37 from DavidS/ruby27

    (IAC-859) Add ruby 2.7 to test matrix
    michaeltlombardi authored Jun 25, 2020
    Configuration menu
    Copy the full SHA
    ca02b33 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. (IAC-1045) Move DSC base provider to pwshlib

    Prior to this commit the code for the base provider of the new
    puppetized DSC modules was vendored into each module; this
    meant that if the provider ever needs to be updated, *every*
    prior release of the puppetized module would need to be built
    again and pushed with an incremented number.
    
    Moving the base provider to the pwshlib Puppet module (which
    is this ruby library packaged as a Puppet module) means that
    the provider can be updated separately from the PowerShell
    builder code and does not require rebuilding puppetized modules,
    only updating the reference pin for pwshlib.
    
    This also makes testing the provider easier as it lives in a
    ruby library now instead of in a PowerShell module.
    michaeltlombardi committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    08b9a87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2710ab7 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Merge pull request #39 from michaeltlombardi/ticket/master/iac-1045-d…

    …sc-provider
    
    (IAC-1045) Add the DSC base Puppet provider to pwshlib
    sheenaajay authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    74b34ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc4fb5c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #40 from michaeltlombardi/prep-0.5.0

    (MAINT) Prep for 0.5.0 release
    jpogran authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    90b3609 View commit details
    Browse the repository at this point in the history
Loading