-
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.1
head repository: puppetlabs/ruby-pwsh
compare: 0.7.2
- 7 commits
- 4 files changed
- 5 contributors
Commits on Feb 2, 2021
-
Merge pull request #94 from puppetlabs/release
(MAINT) Mergeback 0.7.1 Release
Configuration menu - View commit details
-
Copy full SHA for eaf9a52 - Browse repository at this point
Copy the full SHA eaf9a52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a6e30f - Browse repository at this point
Copy the full SHA 5a6e30fView commit details -
Merge pull request #96 from bwilcox/main
(MAINT) Ensure is_same check works for nil manifest values
Configuration menu - View commit details
-
Copy full SHA for a360517 - Browse repository at this point
Copy the full SHA a360517View commit details
Commits on Feb 3, 2021
-
(GH-97) Memoize class variables in initialize
Prior to this commit calling initialize for the dsc base provider would always set the class variables for cached_canonicalized_resource, cached_query_results, and logon_failures to empty arrays; when running with 2 or more resources of a different type, this would cause the provider to reset these values to the empty arrays, thus wiping out these caches, especially the cache for canonicalized resources, which is filled *before* the rest of the Puppet run. This commit updates the initialize method to instead memoize those caches, only setting them to empty arrays if they do not already exist. This way, canonicalized resources from multiple types are not mysteriously removed from the cache.
Configuration menu - View commit details
-
Copy full SHA for 7c1b1a5 - Browse repository at this point
Copy the full SHA 7c1b1a5View commit details -
Merge pull request #98 from michaeltlombardi/gh-97/main/memoize-class…
…-variables (GH-97) Memoize class variables in initialize
sanfrancrisko authoredFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 164c995 - Browse repository at this point
Copy the full SHA 164c995View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c1e5d1 - Browse repository at this point
Copy the full SHA 9c1e5d1View commit details -
Merge pull request #99 from michaeltlombardi/maint/release/prep-072
(MAINT) Prep for 0.7.2 release
sanfrancrisko authoredFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for e9bc278 - Browse repository at this point
Copy the full SHA e9bc278View 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.1...0.7.2