-
Notifications
You must be signed in to change notification settings - Fork 177
Comparing changes
Open a pull request
base repository: puppetlabs/puppetlabs-inifile
base: 2.2.0
head repository: puppetlabs/puppetlabs-inifile
compare: 2.2.1
- 16 commits
- 9 files changed
- 7 contributors
Commits on Jan 29, 2018
-
Merge pull request #264 from puppetlabs/release
Release mergeback 2.2.0
Configuration menu - View commit details
-
Copy full SHA for 4220d85 - Browse repository at this point
Copy the full SHA 4220d85View commit details
Commits on Jan 30, 2018
-
(maint) Fix spec tests on Windows
Previously the spec tests were failing on Windows due to linux paths being used on a Windows platform. This commit branches the test to use a correct absolute path depending on the type of platform that's actually running the test. This is required as some functions within Puppet cannot be mocked correctly, such as path validation.
Configuration menu - View commit details
-
Copy full SHA for 7226d8c - Browse repository at this point
Copy the full SHA 7226d8cView commit details -
(maint) Remove hash-bang on test spec files
Previously three ruby files in the spec unit and functions directories had the hash-bang prefix set to run these files using ruby. As these are rspec or rspec helper files, these would not be directly invoked via ruby anyway. The rubocop rule Lint\ScriptPermission gets confused on Windows as this is unix convention.
Configuration menu - View commit details
-
Copy full SHA for 2855b98 - Browse repository at this point
Copy the full SHA 2855b98View commit details -
Merge pull request #265 from glennsarti/fix-windows
(maint) Fix spec tests on Windows
Configuration menu - View commit details
-
Copy full SHA for bdee213 - Browse repository at this point
Copy the full SHA bdee213View commit details
Commits on Jan 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 66e1d0c - Browse repository at this point
Copy the full SHA 66e1d0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdeaef3 - Browse repository at this point
Copy the full SHA fdeaef3View commit details
Commits on Feb 1, 2018
-
Merge pull request #266 from clairecadman/inifile_readme_edit
inifile readme cleanup
Jean B authoredFeb 1, 2018 Configuration menu - View commit details
-
Copy full SHA for d2c38b9 - Browse repository at this point
Copy the full SHA d2c38b9View commit details
Commits on Feb 27, 2018
-
(MODULES-6687) puppet bug fixed
There was a bug in Puppet <= 5.4.0 where values of attributes could never be false. If set to false, they would actually just be nil, or they would be true. This has been fixed in 5.5.0 and requires the applied change in this module. @resource[:refreshonly] will no longer be set to nil, so only checking for its existence is not enough. Instead, also check to make sure it is not :false
Configuration menu - View commit details
-
Copy full SHA for cb63479 - Browse repository at this point
Copy the full SHA cb63479View commit details -
Merge pull request #268 from eputnam/modules6687
(MODULES-6687) puppet bug fixed
Configuration menu - View commit details
-
Copy full SHA for 4a5f394 - Browse repository at this point
Copy the full SHA 4a5f394View commit details
Commits on Mar 2, 2018
-
(MODULES-6687) actually fix refreshonly issue
Instead of trying to anticipate output in the validation step, this makes sure the param is turned into a boolean value before validation.
Configuration menu - View commit details
-
Copy full SHA for b9c206f - Browse repository at this point
Copy the full SHA b9c206fView commit details
Commits on Mar 5, 2018
-
Merge pull request #269 from eputnam/modules6687
(MODULES-6687) actually fix refreshonly issue
Configuration menu - View commit details
-
Copy full SHA for 9b6b34f - Browse repository at this point
Copy the full SHA 9b6b34fView commit details
Commits on Apr 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cc2ea79 - Browse repository at this point
Copy the full SHA cc2ea79View commit details
Commits on Apr 11, 2018
-
(MODULES-6723) change feature.microsoft_windows to Puppet::Util::Plat…
…form.windows? Puppet::Util::Platform.windows? is the preferred check and is already in use by rspec-puppet.
Configuration menu - View commit details
-
Copy full SHA for bac5263 - Browse repository at this point
Copy the full SHA bac5263View commit details -
(MODULES-6723) workaround for spec test
rspec-puppet currently prohibits the use of structured facts for 'pretending' to be windows. this changes the failing test to use 'osfamily' instead of ['os']['family'] so that it passes while a [PR](rodjek/rspec-puppet#675) is being reviewed.
Configuration menu - View commit details
-
Copy full SHA for 1035568 - Browse repository at this point
Copy the full SHA 1035568View commit details -
Merge pull request #270 from eputnam/release221
(MODULES-6723) release prep for 2.2.1 and workaround for spec test
Configuration menu - View commit details
-
Copy full SHA for 01a3a1c - Browse repository at this point
Copy the full SHA 01a3a1cView commit details
Commits on Apr 13, 2018
-
* inifile readme edits * Update README.markdown
Configuration menu - View commit details
-
Copy full SHA for d8a6aed - Browse repository at this point
Copy the full SHA d8a6aedView 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 2.2.0...2.2.1