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-dsc_lite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-dsc_lite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.1
Choose a head ref
  • 10 commits
  • 9 files changed
  • 3 contributors

Commits on Feb 5, 2019

  1. Merge pull request #101 from puppetlabs/release

    Mergeback - 1.2.0
    michaeltlombardi authored Feb 5, 2019
    Configuration menu
    Copy the full SHA
    fb60f57 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. (WIN-280) add skip() unless pattern to tests

    to facilitate more complete test output from our unit tests.
    Erick Banks committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    f196f86 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. (MAINT) Remove empty test file.

    Erick Banks committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    dac675b View commit details
    Browse the repository at this point in the history
  2. (MAINT) Remove empty test file.

    Erick Banks committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    c8ddd54 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #102 from ThoughtCrhyme/WIN-280

    (WIN-280) add skip() unless pattern to tests
    RandomNoun7 authored Mar 15, 2019
    Configuration menu
    Copy the full SHA
    deba7f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Merge pull request #103 from ThoughtCrhyme/MAINT

    MAINT remove empty test file.
    RandomNoun7 authored Apr 9, 2019
    Configuration menu
    Copy the full SHA
    0afd01d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. (MODULES-8856) Redact debug output

    Prior to this commit the provider would output the full PowerShell
    log to be executed during debug runs. This was to ensure that we
    could verify exactly what would be executed. However, this also
    meant that credentials and other secrets could leak into the debug
    output, and thus also into PuppetDB logs.
    
    This commit modifies the provider and a helper to inject a PowerShell
    comment after a secret as `# PuppetSensitive`. This does not interfere
    with passing the data to PowerShell, but does allow us to redact the
    sensitive information using a regex matcher prior to emitting via
    debug logging.
    
    That redaction is handled by a new class method on the provider called
    `redact_content`.
    
    This commit also includes updated spec tests to verify that sensitive
    data, when present, can be both unwrapped *and* redacted prior to being
    emitted.
    michaeltlombardi committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    1bc180f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #104 from michaeltlombardi/ticket/master/MODULES-8…

    …856-redact-debug
    
    (MODULES-8856) Redact debug
    RandomNoun7 authored Apr 12, 2019
    Configuration menu
    Copy the full SHA
    c82544d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

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

Commits on Apr 18, 2019

  1. Merge pull request #105 from michaeltlombardi/ticket/release/MODULES-…

    …8940
    
    (MODULES-8940) Prep for 1.2.1 release
    RandomNoun7 authored Apr 18, 2019
    Configuration menu
    Copy the full SHA
    8b950db View commit details
    Browse the repository at this point in the history
Loading