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.6.3
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.7.0
Choose a head ref
  • 7 commits
  • 4 files changed
  • 4 contributors

Commits on Jan 19, 2021

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

Commits on Jan 20, 2021

  1. Adding review commit

    Co-authored-by: Michael T Lombardi (He/Him) <michael.t.lombardi@outlook.com>
    pmcmaw and michaeltlombardi authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    780aed9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85 from pmcmaw/GH-75/main/installable_side_by_side

    (GH-75) Including module name in vendored module path
    adrianiurca authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    fc75023 View commit details
    Browse the repository at this point in the history
  3. Make root module path use puppetized module name

    Prior to this commit the `root_module_path` in the `should_to_resource` method of the `dsc_base_provider` downcased the PowerShell module name; this would fail to discover the resources for modules like `7Zip` and `xHyper-V` which are Puppetized as `a7zip` and `xhyper_v` respectively.
    
    This commit uses the `puppetize_name` method to ensure the PowerShell module name is appropriately munged.
    michaeltlombardi authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    40fc89b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #86 from puppetlabs/maint/main/fix-root_module_path

    Make root module path use puppetized module name
    pmcmaw authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    0441a7c View commit details
    Browse the repository at this point in the history
  5. (MAINT) Prep for 0.7.0 release

    pmcmaw committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    50ffa32 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #87 from pmcmaw/maint/release/prep-070

    (MAINT) Prep for 0.7.0 release
    michaeltlombardi authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    50c03d6 View commit details
    Browse the repository at this point in the history
Loading