-
Notifications
You must be signed in to change notification settings - Fork 23
Comparing changes
Open a pull request
base repository: puppetlabs/ruby-pwsh
base: 0.7.0
head repository: puppetlabs/ruby-pwsh
compare: 0.7.1
- 12 commits
- 4 files changed
- 4 contributors
Commits on Jan 20, 2021
-
Merge pull request #88 from puppetlabs/release
(MAINT) Release Mergeback v0.7.0
Configuration menu - View commit details
-
Copy full SHA for 18cb97c - Browse repository at this point
Copy the full SHA 18cb97cView commit details
Commits on Jan 24, 2021
-
(MAINT) Do not treat credentials as cim instances
PSCredentials are handled specially from other CIM instances and should not be parsed twice for the DSC invocation script; the CIM instance parsing is redundant.
Configuration menu - View commit details
-
Copy full SHA for 2656bec - Browse repository at this point
Copy the full SHA 2656becView commit details -
(MAINT) Instantiate variables after first use
Prior to this commit the variables for credentials and cim instances were instantiated prior to the definition of the block for that credential or instance; this caused the variable interpolation step to replace the value definition with a self-referencing variable which would always be null, and thus fail to correctly instantiate. This commit moves the code for variable instantiation to *after* the credential or CIM instance is created, meaning only subsequent calls will reference the variable.
Configuration menu - View commit details
-
Copy full SHA for ec60030 - Browse repository at this point
Copy the full SHA ec60030View commit details
Commits on Jan 25, 2021
-
Merge pull request #89 from michaeltlombardi/maint/main/minor-fixes
(MAINT) Minor fixes to CIM instance handling
sanfrancrisko authoredJan 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 504700f - Browse repository at this point
Copy the full SHA 504700fView commit details
Commits on Jan 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 622bdd8 - Browse repository at this point
Copy the full SHA 622bdd8View commit details -
Merge pull request #90 from michaeltlombardi/gh-84/main/fix-empty-arr…
…ay-check (GH-84) Fix empty array parameter check
Configuration menu - View commit details
-
Copy full SHA for 1140aec - Browse repository at this point
Copy the full SHA 1140aecView commit details
Commits on Jan 29, 2021
-
(MAINT) Ensure vendored path check works with mix of module builds
Prior to this commit the dsc_base_provider checked for the legacy vendored DSC module path before the new, specific path; in cases where the modules installed are a mix of old and new path, the old path will _always_ exist, even if the specific module is not there (because it is looking for the *container*, as the container can hold any number of vendored modules). This commit inverts the search order, seeking the most specific location *first* and falling back to the general location if needed.
Configuration menu - View commit details
-
Copy full SHA for c5de567 - Browse repository at this point
Copy the full SHA c5de567View commit details
Commits on Jan 30, 2021
-
(MAINT) Correctly canonicalize enumerable values in dsc
Prior to this commit the comparison in the DSC base provider for values on the node vs values in the manifest was a simple equals check; this works for non-enumerables and for enumerables *so long as* the enumerables are in the same order. This commit corrects the check to sort the enumerables so that the comparison is done purely on the values, not the order, as PowerShell does not care about the order of items in a hash or array.
Configuration menu - View commit details
-
Copy full SHA for 660c532 - Browse repository at this point
Copy the full SHA 660c532View commit details
Commits on Feb 1, 2021
-
Merge pull request #92 from michaeltlombardi/maint/main/fix-enumerabl…
…e-canonicalization (MAINT) Correctly canonicalize enumerable values in dsc
Configuration menu - View commit details
-
Copy full SHA for 4753b16 - Browse repository at this point
Copy the full SHA 4753b16View commit details -
Merge pull request #91 from michaeltlombardi/maint/main/check-new-dsc…
…-path-first (MAINT) Ensure vendored path check works with mix of module builds
Configuration menu - View commit details
-
Copy full SHA for 5eed112 - Browse repository at this point
Copy the full SHA 5eed112View commit details
Commits on Feb 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 29a42e3 - Browse repository at this point
Copy the full SHA 29a42e3View commit details -
Merge pull request #93 from michaeltlombardi/maint/release/prep-071
(MAINT) Prep for 0.7.1 release
Configuration menu - View commit details
-
Copy full SHA for e5210c9 - Browse repository at this point
Copy the full SHA e5210c9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.7.0...0.7.1