-
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.8.0
head repository: puppetlabs/puppetlabs-stdlib
compare: 4.9.0
- 20 commits
- 22 files changed
- 11 contributors
Commits on Aug 6, 2015
-
allow
matchparameter to influenceensure => absentbehavior.Split the `destroy` method of the file_type::ruby provider into two private methods: `handle_destroy_line` which is the same as the previous `destroy` method, and `handle_destroy_with_match` which will destroy any line which matches the `match` parameter, raising an error if multiple lines match and the `multiple` parameter is not `true`. This new behavior is only used if the new boolean parameter `match_for_absence` is `true` (it defaults to `false`).
Johnson Earls committedAug 6, 2015 Configuration menu - View commit details
-
Copy full SHA for 9bacf14 - Browse repository at this point
Copy the full SHA 9bacf14View commit details
Commits on Aug 12, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 605fffd - Browse repository at this point
Copy the full SHA 605fffdView commit details
Commits on Aug 13, 2015
-
Merge pull request #499 from jearls/2370-use-match-for-ensure-absent
[MODULES-2370] allow `match` parameter to influence `ensure => absent` behavior.
Configuration menu - View commit details
-
Copy full SHA for e84090d - Browse repository at this point
Copy the full SHA e84090dView commit details
Commits on Aug 14, 2015
-
(MODULES-2410) Add new functions dos2unix and unix2dos
Nigel Gibbs committedAug 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 4cbe846 - Browse repository at this point
Copy the full SHA 4cbe846View commit details -
Merge pull request #505 from gibbsoft/dos2unix
(MODULES-2410) Add new functions dos2unix and unix2dos
Configuration menu - View commit details
-
Copy full SHA for 1d89df9 - Browse repository at this point
Copy the full SHA 1d89df9View commit details
Commits on Aug 24, 2015
-
(MODULE-2456) Modify union to accept more than two arrays
Add spec tests to test the new functionality: *Case for 3 arrays. *Case for 4 arrays. Modify README to note new functionality. This is for issue MODULE-2456, follow the precedent of MODULE-444. This change allows union to be much more useful, unioning many arrays in one line rather than in n lines. Additionally, as this is only added functionality, and does not affect the 2 array case that all modules currently using array are using, it should not affect any existing modules utilizing union. This is now useful, for example, for merging many arrays of resources (eg: packages.) to generate just one list with no duplicates, to avoid duplicate resource declarations.
Configuration menu - View commit details
-
Copy full SHA for 1d9189d - Browse repository at this point
Copy the full SHA 1d9189dView commit details -
Merge pull request #507 from Jetroid/mod2456
(MODULES-2456) Modify union to accept more than two arrays
Configuration menu - View commit details
-
Copy full SHA for 24e57b5 - Browse repository at this point
Copy the full SHA 24e57b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa23894 - Browse repository at this point
Copy the full SHA aa23894View commit details -
Merge pull request #510 from DavidS/base64-unit-tests
(MAINT) improve base64 unit tests
Morgan Haskel committedAug 24, 2015 Configuration menu - View commit details
-
Copy full SHA for da0e063 - Browse repository at this point
Copy the full SHA da0e063View commit details
Commits on Aug 25, 2015
-
Add consistent *Type* information
Remove trailing whitespace Two functions had not been given any *Type* information. This commit fixes that.
Configuration menu - View commit details
-
Copy full SHA for ba345ab - Browse repository at this point
Copy the full SHA ba345abView commit details -
Merge pull request #512 from Jetroid/consistentreadme
Consistent Readme
Configuration menu - View commit details
-
Copy full SHA for 1bed010 - Browse repository at this point
Copy the full SHA 1bed010View commit details
Commits on Aug 27, 2015
-
Adds a convert_base function, which can convert numbers between bases
Squashed, improved docs, updated error handling and unit tests by David S.
Configuration menu - View commit details
-
Copy full SHA for 2d4f5aa - Browse repository at this point
Copy the full SHA 2d4f5aaView commit details -
Merge pull request #514 from DavidS/add-convert_base
Adds a convert_base function, which can convert numbers between bases
Configuration menu - View commit details
-
Copy full SHA for b109787 - Browse repository at this point
Copy the full SHA b109787View commit details
Commits on Aug 28, 2015
-
(MODULES-2478) Support root_home fact on AIX through "lsuser" command
Squashed, and amended test for comment lines.
Configuration menu - View commit details
-
Copy full SHA for 6c2a003 - Browse repository at this point
Copy the full SHA 6c2a003View commit details
Commits on Sep 1, 2015
-
Merge pull request #515 from jfautley/ticket/MODULES-2478-support_roo…
…t_home_fact_on_AIX (MODULES-2478) Make root_home fact work on AIX using native lsuser command
Configuration menu - View commit details
-
Copy full SHA for 9352db7 - Browse repository at this point
Copy the full SHA 9352db7View commit details -
Add a new function "try_get_value"
* Extracts a value from a deeply-nested data structure * Returns default if a value could not be extracted
Dmitry Ilyin committedSep 1, 2015 Configuration menu - View commit details
-
Copy full SHA for 823a352 - Browse repository at this point
Copy the full SHA 823a352View commit details
Commits on Sep 2, 2015
-
Merge pull request #513 from dmitryilyin/fetch
Add a new function "try_get_value"
Configuration menu - View commit details
-
Copy full SHA for 64267eb - Browse repository at this point
Copy the full SHA 64267ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ef5c66 - Browse repository at this point
Copy the full SHA 5ef5c66View commit details -
Merge pull request #517 from DavidS/try_get_value-acceptance
(MAINT) fix up try_get_value acceptance test
Configuration menu - View commit details
-
Copy full SHA for 6a1afae - Browse repository at this point
Copy the full SHA 6a1afaeView commit details
Commits on Sep 3, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 05c6587 - Browse repository at this point
Copy the full SHA 05c6587View 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.8.0...4.9.0