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.2.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.2.1
Choose a head ref
  • 14 commits
  • 10 files changed
  • 6 contributors

Commits on Aug 20, 2024

  1. (CAT-1991) - Skip missing dirs invalid_dir method

    Prior to this commit, the invalid_directories? method in pwsh::util
    would return true if a directory did not exist. We found this to cause
    issues with updating packages which modifiy the LIB env, as missing
    entries during install/uninstall/upgrade would raise an error and exit.
    
    Now, we alter the check to skip entries that do not exist, and only
    flag for an invalid directory if the path supplied is not a directory.
    jordanbreen28 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    fd49a1f View commit details
    Browse the repository at this point in the history
  2. (CAT-1991) - Warn on invalid dir

    This commit updates the initialize method in Pwsh::Manager to only warn
    not raise on invalid_directory returning true.
    jordanbreen28 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    729b60d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #334 from puppetlabs/cat-1991-skip_missing_dir_check

    (CAT-1991) - Skip missing dirs invalid_dir method
    david22swan authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5603c13 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    463a1ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #335 from puppetlabs/cat-1991-skip_missing_dir_check

    (maint) - Fix incorrect test for file_path
    jordanbreen28 authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    351b383 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. added almalinux 8/9

    alex501212 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3bcfa81 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #338 from alex501212/CAT-2041

    AlmaLinux 8/9 added to metadata.json
    jordanbreen28 authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a08de93 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. updated readme

    alex501212 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b3ff5f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    7dfca90 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #342 from puppetlabs/revert-292-fix_empty_string_n…

    …ullification
    
    Revert "Fix empty string nullification"
    alex501212 authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9db01de View commit details
    Browse the repository at this point in the history
  3. Merge pull request #341 from puppetlabs/CAT-2041

    updated readme for almalinux
    jordanbreen28 authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    71dc17c View commit details
    Browse the repository at this point in the history
  4. Release prep v1.2.1

    GitHub Actions committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    fd0483b View commit details
    Browse the repository at this point in the history
  5. Module Release prep v1.2.1

    GitHub Actions committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5017e72 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #343 from puppetlabs/release-prep

    Release prep v1.2.1
    jordanbreen28 authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    78c3f26 View commit details
    Browse the repository at this point in the history
Loading