Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-05 | Deprecation function to be mutable in all cases | Helen Campbell | |
2016-09-02 | Merge pull request #647 from domcleal/validate-legacy-table-formatting | David Schmitt | |
Fix validate_legacy docs table formatting | |||
2016-09-02 | Add facter fact for puppet_environmentpath | Stephen Benjamin | |
2016-09-02 | Fix validate_legacy docs table formatting | Dominic Cleal | |
2016-09-01 | Merge pull request #646 from eputnam/deprecation_spec_fix_2 | Bryan Jen | |
MODULES-3699 Deprecation spec fix 2 | |||
2016-09-01 | (MODULES-3699) fixes deprecation msg test | Eric Putnam | |
2016-09-01 | Merge pull request #645 from DavidS/update-validate_legacy_docs | TP Honey | |
Update documentation for validate_legacy | |||
2016-09-01 | Update documentation for validate_legacy | David Schmitt | |
This adds a in-depth explanation of the process to migrate to Puppet 4 data types. | |||
2016-08-30 | Refactor dig44 function | Dmitry Ilyin | |
The current implementation of the dig44 function has the following problems: * Doesn't recognise Puppet4's :undef value as an empty value and doesn't return the default value. * Doesn't make a different between false and nil value and returns the default value for a non-empty false value | |||
2016-08-29 | Merge pull request #642 from puppetlabs/modulesync | Eric Putnam | |
Update modulesync_config [a3fe424] | |||
2016-08-26 | Update modulesync_config [a3fe424] | David Schmitt | |
2016-08-17 | Merge pull request #637 from HelenCampbell/ipdeprecation | David Schmitt | |
(MODULES-3534) Deprecation of ip functions | |||
2016-08-17 | Deprecation of ip functions | Helen Campbell | |
2016-08-15 | Merge pull request #636 from domcleal/deprecation-warning-logger | David Schmitt | |
(maint) Switch 3.x deprecation() to use Puppet warning logger | |||
2016-08-15 | (maint) Switch 3.x deprecation() to use Puppet warning logger | Dominic Cleal | |
The deprecation function was calling the `Kernel#warn` function which prints to stderr, rather than the Puppet logger. This causes problems for Puppet module tests on Travis CI, which has a cap on the amount of stdout/err permitted in its logs and also prevents users from finding the deprecation warnings when running under a Puppet master. | |||
2016-08-15 | Merge pull request #635 from DavidS/fix-ensure_resource-expectations | TP Honey | |
(MAINT) Update ensure_resource specs | |||
2016-08-14 | (MAINT) Update ensure_resource specs | David Schmitt | |
This updates the test to match the new behaviour in puppet 4.6.0 | |||
2016-08-14 | Merge pull request #630 from HelenCampbell/validateLegacy | David Schmitt | |
(MODULES-3540) Addition of validate legacy function | |||
2016-08-11 | (WIP) Addition of validate legacy function | Helen Campbell | |
2016-08-10 | (MAINT) move test fixture to proper location | Helen Campbell | |
2016-08-09 | Merge pull request #633 from tphoney/modules-3532 | David Schmitt | |
(modules-3532) deprecate string type checks | |||
2016-08-08 | (modules-3532) deprecate string type checks | tphoney | |
2016-08-08 | Merge pull request #629 from tphoney/MODULES-3533 | David Schmitt | |
(modules-3533) deprecation for 3.x number function | |||
2016-08-08 | (modules-3533) deprecation for 3.x number function | tphoney | |
2016-08-05 | Merge pull request #631 from smortex/patch-1 | TP Honey | |
Fix markdown indentation | |||
2016-08-05 | Fix markdown indentation | Romain Tartière | |
The old indentation is weird. | |||
2016-08-04 | Merge pull request #625 from MiamiOH/master | TP Honey | |
Added documentation for regexpescape function. | |||
2016-08-04 | Merge pull request #626 from LoicAG/fix_str2bool_error_message | TP Honey | |
Fix str2bool error message | |||
2016-07-30 | Merge pull request #627 from puppetlabs/update-modulesync | David Schmitt | |
(MAINT) Update for modulesync_config 72d19f184 | |||
2016-07-27 | (MAINT) Update for modulesync_config 72d19f184 | David Schmitt | |
2016-07-27 | Fix str2bool error message | Loic Antoine-Gombeaud | |
2016-07-26 | Added documentation for regexpescape function. | Steve Moore | |
2016-07-26 | Merge pull request #624 from MiamiOH/master | Hunter Haugen | |
Added the regexpescape function. | |||
2016-07-22 | Added the regexpescape function. | Steve Moore | |
2016-07-19 | Merge pull request #623 from tphoney/modules-3407 | Helen | |
(modules-3407) documenting after can take a regex | |||
2016-07-19 | (modules-3407) documenting after can take a regex | tphoney | |
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 |