Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-29 | Merge pull request #612 from puppetlabs/modulesync | David Schmitt | |
{maint} modulesync 0794b2c | |||
2016-06-29 | {maint} modulesync 0794b2c | tphoney | |
2016-06-28 | (MODULES-3507) Updates file_line path validation | Bryan Jen | |
2016-06-28 | {maint} modulesync changes for puppet-lint 2.0.0 | tphoney | |
2016-05-16 | Merge pull request #605 from jyaworski/delete_optional_param | JT (Jonny) | |
Add delete_regex | |||
2016-05-13 | Add a delete_regex function | Joseph Yaworski | |
To maintain backwards compatibility, add a delete_regex function instead of modifying delete itself. | |||
2016-05-12 | Merge pull request #600 from dmitryilyin/master | Bryan Jen | |
Add the default value to the "loadyaml" function | |||
2016-05-11 | Merge pull request #606 from stbenjam/MODULES-3354 | Hunter Haugen | |
(MODULES-3354) Use 1.8.7 hash in validate_email_address function | |||
2016-05-11 | Merge pull request #604 from rjw1/patch-1 | Hunter Haugen | |
Add a missing s in the ensure_packages hash example | |||
2016-05-11 | (MODULES-3354) Use 1.8.7 hash in validate_email_address function | Stephen Benjamin | |
2016-05-11 | Add a missing s in the ensure_packages hash example | bob | |
2016-05-05 | Merge pull request #601 from petems/MODULES-1439-any2bool_added | Bryan Jen | |
(MODULES-1439) Adds any2bool function | |||
2016-05-04 | Merge pull request #592 from jyaworski/fix_delete | Bryan Jen | |
Use reject instead of delete_if | |||
2016-05-04 | Use reject instead of delete_if | Joseph Yaworski | |
2016-05-03 | Merge pull request #603 from puppetlabs/4.12.x | Bryan Jen | |
Mergeback 4.12.x | |||
2016-05-02 | (MODULES-1439) Adds any2bool function | Peter Souter | |
* Basically a combination of `string2bool` and `num2bool` | |||
2016-04-28 | Expose the functions of ruby's built-in Shellwords module (#580) | Joris | |
* Add shell_escape function, shell_join function & shell_split function | |||
2016-04-28 | Merge pull request #602 from hunner/unbreakline | Jean B | |
Remove hard linebreaks | |||
2016-04-27 | Remove hard linebreaks | Hunter Haugen | |
2016-04-26 | Add the default value to the "loadyaml" function | Dmitry Ilyin | |
This value will be returned if the is no file to load or a file could not be parsed. It's similar to the "parseyaml" function's default value. Add the "loadjson" function too | |||
2016-04-26 | Merge pull request #599 from hunner/fix_delete | Helen | |
Undo changing delete() to delete regex matches | |||
2016-04-25 | Remove todo for delete() and update spec | Hunter Haugen | |
This spec should verify that substring matches are not removed in the future | |||
2016-04-25 | Revert "Add support for regular expressions to delete" | Hunter Haugen | |
This reverts commit 0d46515b57cea60d4d5f1e4d81a75a448a7a73a8. It introduced backwards-incompatible functionality. | |||
2016-04-19 | Merge pull request #593 from puppetlabs/update-msync | Greg Hardy | |
Update to newest modulesync_configs [9ca280f] | |||
2016-04-18 | Update to newest modulesync_configs [9ca280f] | David Schmitt | |
2016-04-18 | Merge pull request #598 from DavidS/MODULES-3271-legacy-ruby | Helen | |
(MODULES-3271) Ensure that is_email_address works on unsupported rubies | |||
2016-04-18 | (MODULES-3271) Ensure that is_email_address works on unsupported rubies | David Schmitt | |
2016-04-15 | Merge pull request #596 from tphoney/4.12.0_release_prep | Helen | |
4.12.0 release prep | |||
2016-04-15 | 4.12.0 release prep | tphoney | |
2016-04-15 | Merge pull request #595 from tphoney/4.12.0_release | Helen | |
master to 4.12.x | |||
2016-04-15 | (FM-5000) Release prep for 4.12.0. | Bryan Jen | |
2016-04-12 | Merge pull request #591 from jyaworski/delete_regex | Hunter Haugen | |
Add support for regular expressions to delete | |||
2016-04-12 | Add support for regular expressions to delete | Joseph Yaworski | |
2016-04-11 | Merge pull request #590 from alext/fix_concat_with_hash | Hunter Haugen | |
(MODULES-3246) Fix concat with Hash arguments. | |||
2016-04-11 | Merge pull request #583 from jyaworski/validate_email_address | TP Honey | |
Add validate_email_address function | |||
2016-04-10 | Add validate_email_address function | Joseph Yaworski | |
2016-04-08 | (MODULES-3246) Fix concat with Hash arguments. | Alex Tomlins | |
85d5ead Updated the concat function so that it wouldn't modify the original array. A side-effect of this change is that it now always calls `Array()` on the second argument. If thit is a Hash, this results in `to_a` being called on the hash, which converts it to an array or tuples. This is undesired. Update the behaviour so that it doesn't (indirectly) call `to_a` on anything, instead test for the type of the argument, wrapping it in an array if it's not already an array. | |||
2016-04-07 | Merge pull request #585 from ↵ | Hunter Haugen | |
jearls/MODULES-2370-update-validate-to-not-require-line-when-matching-for-absence [MODULES-2370] file_line.rb: Fix `line` attribute validation | |||
2016-04-07 | Merge pull request #582 from derekmceachern/bug/master/spec_test_typo | Hunter Haugen | |
MODULES-3201 - Fixed typo 'absense' to 'absence' | |||
2016-04-07 | Merge pull request #589 from puppetlabs/modulesync-update | TP Honey | |
Multiple updates to stdlib and its testsuite | |||
2016-04-07 | (maint) also catch Psych::SyntaxError | David Schmitt | |
Psych::SyntaxError is a RuntimeException. This still needs to catch that. This was uncovered by the recent move to catch StandardError rather than the catchall Exception that was here before. | |||
2016-04-07 | (maint) remove failing test | David Schmitt | |
This removes the failing test special casing for puppet 4. | |||
2016-04-07 | (maint) Update to current modulesync_configs [953280c] | David Schmitt | |
This removes much of the assorted cruft that accumulated in the unmanaged files and moves the remaining necessary parts to spec_helper_local. | |||
2016-03-29 | Merge pull request #586 from ffrank/dont_catch_exception | Bryan Jen | |
catch StandardError rather than the gratuitous Exception | |||
2016-03-28 | Merge pull request #587 from bmjen/4.12.0_prep | Hunter Haugen | |
(FM-5000) Release prep for 4.12.0. | |||
2016-03-28 | (FM-5000) Release prep for 4.12.0. | Bryan Jen | |
2016-03-29 | catch StandardError rather than the gratuitous Exception | Felix Frank | |
2016-03-28 | [MODULES-2370] file_line.rb: Fix `line` attribute validation | Johnson Earls | |
`file_line` type: During validation, do not require `line` attribute if: * `ensure` is `absent`, * `match` is not empty, * and `match_for_absence` is `true`. Also update `spec` tests to reflect this. | |||
2016-03-28 | Merge pull request #579 from sulaweyo/patch-2 | Bryan Jen | |
Add check if Gem is defined | |||
2016-03-24 | Fixed typo 'absense' to 'absence' | Derek McEachern | |