-
Notifications
You must be signed in to change notification settings - Fork 581
Comparing changes
Open a pull request
base repository: puppetlabs/puppetlabs-stdlib
base: 4.20.0
head repository: puppetlabs/puppetlabs-stdlib
compare: 4.21.0
- 19 commits
- 16 files changed
- 14 contributors
Commits on Jul 11, 2017
-
Fix filenames of two function spec tests
The tests weren't being run. Total tests increase from 2742 to 2769. Also fix 'when using a class extending String' test. It had been failing with... ``` RuntimeError: can't modify frozen AlsoString ```Configuration menu - View commit details
-
Copy full SHA for 2220810 - Browse repository at this point
Copy the full SHA 2220810View commit details
Commits on Sep 12, 2017
-
Merge pull request #815 from puppetlabs/release
version 4.20.0 mergeback
Configuration menu - View commit details
-
Copy full SHA for e041157 - Browse repository at this point
Copy the full SHA e041157View commit details
Commits on Sep 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 81ab03e - Browse repository at this point
Copy the full SHA 81ab03eView commit details
Commits on Sep 20, 2017
-
Since the purpose of this validation type is to check if the given parameter is a valid UNIX path it should also cover the root path "slash" since it might be possible that it is specified as a target directory.
Configuration menu - View commit details
-
Copy full SHA for 51c9dc5 - Browse repository at this point
Copy the full SHA 51c9dc5View commit details
Commits on Sep 25, 2017
-
fix quoting style in validate_legacy example (#816)
I used the example code from this README file but i got downvotes from CI / jenkins / puppet-lint because it doesn't conform to Puppet style guides to use double quotes here. It produces "double quoted string containing no variables" warnings. I wanted to fix the example locally but it was pointed out to me we should fix it upstream stdlib instead.
Configuration menu - View commit details
-
Copy full SHA for e66f7aa - Browse repository at this point
Copy the full SHA e66f7aaView commit details -
Merge pull request #777 from alexjfisher/fix_test_filenames
Fix filenames of two function spec tests
Configuration menu - View commit details
-
Copy full SHA for ff63455 - Browse repository at this point
Copy the full SHA ff63455View commit details -
Merge pull request #817 from puppetlabs/msync_18sep17_892c4cf
(maint) modulesync 892c4cf
Configuration menu - View commit details
-
Copy full SHA for ee9d08a - Browse repository at this point
Copy the full SHA ee9d08aView commit details -
removing duplicate test absolute_path test
tphoney committedSep 25, 2017 Configuration menu - View commit details
-
Copy full SHA for d698569 - Browse repository at this point
Copy the full SHA d698569View commit details -
Merge pull request #818 from tphoney/remove_defunct_test
removing duplicate test absolute_path test
Configuration menu - View commit details
-
Copy full SHA for 1ff9956 - Browse repository at this point
Copy the full SHA 1ff9956View commit details
Commits on Sep 26, 2017
-
Merge pull request #811 from kofrezo/master
Allow root as valid UNIX path
Configuration menu - View commit details
-
Copy full SHA for 2b2b387 - Browse repository at this point
Copy the full SHA 2b2b387View commit details
Commits on Sep 29, 2017
-
(maint) Clarify docs and add new tests
Based on a Stack Overflow question, it was noted that the documentation for `file_line` isn't complete and the underlying behaviour somewhat confusing. https://stackoverflow.com/questions/46468922/how-to-change-the-contents-of-a-file-by-using-puppet/46473458 In this patch I add additional unit tests and better examples and complete documentation.
Configuration menu - View commit details
-
Copy full SHA for ad5d924 - Browse repository at this point
Copy the full SHA ad5d924View commit details
Commits on Oct 2, 2017
-
Merge pull request #820 from alexharv074/maint_clarify_docs
(maint) Clarify docs and add new tests
Configuration menu - View commit details
-
Copy full SHA for 2339ea8 - Browse repository at this point
Copy the full SHA 2339ea8View commit details
Commits on Oct 16, 2017
-
(MODULES-5651) Do not append infinitely
https://tickets.puppetlabs.com/browse/MODULES-5003 gave rise to #788 and #794 which caused different behavior based on whether the line value was matched by the match regex or not. The change in behavior was both breaking and broken, though that was hard to tell because the behavior was ill-described in general. [bugfix] This commit resolves the breaking behavior by reverting the behavior of "replacing matches when a line matching `line` exists even when `multiple` is set to `true`". [feature] This commit adds a new parameter to make file_line replace all matches universally with the `line` value, even when the line exists elsewhere in the file. This feature only affects modifying multiple lines in a file when the `line` value already exists. [bugfix] This commit more strictly defines the various interactions of `ensure`, `match`, `append_on_no_match`, `replace`, `multiple`, and `replace_all_matches_not_matching_line`. It also more clearly documents and tests these interactions.
Configuration menu - View commit details
-
Copy full SHA for 54ffdd8 - Browse repository at this point
Copy the full SHA 54ffdd8View commit details
Commits on Oct 17, 2017
-
Merge pull request #825 from hunner/fix_append
(MODULES-5651) Do not append infinitely
Configuration menu - View commit details
-
Copy full SHA for 8376c9b - Browse repository at this point
Copy the full SHA 8376c9bView commit details
Commits on Oct 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0f67df2 - Browse repository at this point
Copy the full SHA 0f67df2View commit details -
Merge pull request #827 from eputnam/release4210
(MODULES-5806) release prep for version 4.21.0
Configuration menu - View commit details
-
Copy full SHA for 38d571b - Browse repository at this point
Copy the full SHA 38d571bView commit details
Commits on Oct 26, 2017
-
README fixups for 4.21.0 release
jbondpdx committedOct 26, 2017 Configuration menu - View commit details
-
Copy full SHA for 8733960 - Browse repository at this point
Copy the full SHA 8733960View commit details -
Merge pull request #828 from jbondpdx/release
README fixups for 4.21.0 release
Configuration menu - View commit details
-
Copy full SHA for 77327c7 - Browse repository at this point
Copy the full SHA 77327c7View commit details
Commits on Nov 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5d6cca1 - Browse repository at this point
Copy the full SHA 5d6cca1View 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 4.20.0...4.21.0