Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-19 | Merge pull request #622 from tphoney/modules-3306 | David Schmitt | |
(MODULES-3306) document deep_merge | |||
2016-07-19 | Merge pull request #621 from tphoney/modules-2143 | David Schmitt | |
(MODULES-2143) document edge behaviour of range. | |||
2016-07-19 | (MODULES-3306) document deep_merge | tphoney | |
2016-07-19 | (MODULES-2143) document edge behaviour of range. | tphoney | |
2016-07-18 | Merge pull request #617 from tphoney/add_deprecate_function | David Schmitt | |
(MODULES-3529) add deprecation function | |||
2016-07-18 | (MODULES-3529)add deprecation function | tphoney | |
2016-07-13 | Merge pull request #618 from ntpttr/fix/master/modules-3568 | David Schmitt | |
(MODULES-3568) Move dig to dig44 and deprecate dig | |||
2016-07-11 | Merge pull request #619 from DavidS/modulesync | TP Honey | |
(MAINT) modulesync [067d08a] | |||
2016-07-08 | (MODULES-3568) Move dig to dig44 and deprecate dig | Nate Potter | |
A new version of dig was introduced in Puppet 4.5.0 that isn't compatible with the stdlib version of dig. To maintain backwards compatibility and ensure that tests for stdlib aren't broken, this patch renames dig to dig44 and adds a deprecation warning to the stdlib dig function. | |||
2016-07-08 | (MODULES-3581) modulesync [067d08a] | David Schmitt | |
2016-07-01 | Merge pull request #616 from DavidS/modules-3435-fix-stdlib-symlinks | Helen | |
(MODULES-3435) remove symlinks | |||
2016-07-01 | (MODULES-3435) Fix gitignore and fixtures directory | David Schmitt | |
This change more accurately reflects what is being ignored and what's required as fixtures. | |||
2016-07-01 | Fix load_module_metadata and loadjson tests to pass with fully deployed module | David Schmitt | |
When replacing the lib/ and manifests/ symlinks in the fixtures with a proper top-level symlink, puppet 4 starts loading the metadata.json before loading functions, which confuses these tests. Added more specific expectations, and provide data for that call. | |||
2016-06-30 | Merge pull request #615 from DavidS/modules-3543-update-tests-and-function | TP Honey | |
(MODULES-3543) Fixup defined_with_params to work on all puppet versions | |||
2016-06-30 | (MODULES-3543) Fixup defined_with_params to work on all puppet versions | David Schmitt | |
2016-06-30 | Merge pull request #614 from DavidS/MODULES-3543-fix-defined_with_params | TP Honey | |
(MODULES-3543) Fix define_with_params to handle undef properly | |||
2016-06-29 | (MODULES-3543) Fix define_with_params to handle undef properly | David Schmitt | |
As described in PUP-6422, ensure_resources('File[/tmp/a]', { owner => undef }) would not actually create the file. This fixes it, and adds tests to prove it. | |||
2016-06-29 | Merge pull request #610 from bmjen/modules-3507 | Hunter Haugen | |
(MODULES-3507) Updates file_line path validation | |||
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 |