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: v1.1.0
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: v1.1.1
Choose a head ref
  • 16 commits
  • 7 files changed
  • 7 contributors

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    daf6a8c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #285 from puppetlabs/maint-update_mend_trigger

    (maint) - Update mend trigger
    LukasAud authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    63cd05f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aafa71d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #287 from puppetlabs/maint-update_mend_trigger

    (test) - update workflow ref to test changes
    LukasAud authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9ec366c View commit details
    Browse the repository at this point in the history
  5. Revert "(test) - update trigger to test changes"

    This reverts commit aafa71d.
    jordanbreen28 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    17d0e91 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #288 from puppetlabs/revert_temp_mend_ref

    Revert "(test) - update trigger to test changes"
    LukasAud authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8f948f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Update CODEOWNERS

    pmcmaw authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d99e024 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #290 from puppetlabs/update-codeowners

    Update CODEOWNERS
    jordanbreen28 authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9721f08 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Fix enum idempotency (#291)

    * Fix enum idempotency
    
    * fix spec
    Clebam authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    054967c View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    af92848 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #289 from puppetlabs/maint-refactor_retry_method

    (maint) - refactor retry_invoke_dsc_resource
    LukasAud authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    9203b8d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. (CAT-1724) - Fix Provider returned data not matching Type Schema

    Prior to this commit, we would see the above error returned when dsc
    would return a nil value for a required string in its data hash.
    
    As puppet is not expecting a nil value, but rather an empty string, the
    error is raised on each puppet run where this occurs.
    
    We can fix this by converting all required string attributes values in
    the data hash from nil to an empty string ('').
    jordanbreen28 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e802c9a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #295 from puppetlabs/cat-1724-fix_value_mismatch

    (CAT-1724) - Fix Provider returned data not matching Type Schema
    david22swan authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8c4a5bb View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Release prep v1.1.1

    GitHub Actions committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1f393e8 View commit details
    Browse the repository at this point in the history
  2. Module Release prep v1.1.1

    GitHub Actions committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    a4b4f96 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #297 from puppetlabs/release-prep

    Release prep v1.1.1
    jordanbreen28 authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    900a944 View commit details
    Browse the repository at this point in the history
Loading