Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-29 | Update deprecation tests to include future parser | Helen Campbell | |
2016-11-24 | Deprecation - Use puppet stacktrace if available | Helen Campbell | |
A previous PR (#685) was raised on this issue, however once it was merged it was discovered that Puppet 3 with future parser enabled was calling the Puppet 4 version of the deprecation function. The Puppet stacktrace is not available until Puppet 4.6, so this was breaking existing setups. The solution was to check is the stacktrace was defined, and if it was to use it as part of the message output. | |||
2016-11-21 | Merge pull request #691 from idnorton/master | David Schmitt | |
Fixing broken link to #validate_legacy docs | |||
2016-11-21 | Merge pull request #692 from puppetlabs/revert-685-errorDetail | Eric Putnam | |
Revert "Call site output for deprecation warnings" | |||
2016-11-21 | Revert "Call site output for deprecation warnings" | Bryan Jen | |
2016-11-21 | Merge pull request #685 from HelenCampbell/errorDetail | David Schmitt | |
Call site output for deprecation warnings | |||
2016-11-21 | Call site display for deprecation warnings | Helen Campbell | |
2016-11-21 | Fixing broken link to #validate_legacy docs | Ian Norton | |
2016-11-16 | Merge pull request #690 from jbondpdx/master | David Schmitt | |
MODULES-4008: clarify deprecation language | |||
2016-11-16 | MODULES-4008: clarify deprecation language | jbondpdx | |
2016-11-11 | Merge pull request #688 from puppetlabs/hunner_msync | Eric Putnam | |
(MODULES-3704) Update gemfile template to be identical | |||
2016-11-11 | (MODULES-3704) Update gemfile template to be identical | Hunter Haugen | |
2016-11-10 | Merge pull request #632 from MiamiOH/master | Wilson McCoubrey | |
Handle array values in join_keys_to_values function | |||
2016-11-10 | Merge pull request #689 from DavidS/fix-test-failures | Helen | |
Fix spec failures on puppet 4.8 | |||
2016-11-10 | Fix spec failures on puppet 4.8 | David Schmitt | |
These were caused by a change in the tested error message. | |||
2016-11-10 | Merge pull request #686 from HelenCampbell/whatever | David Schmitt | |
Addition of 4.6 and 4.7 travis cells | |||
2016-11-09 | Merge pull request #681 from cacack/master | Wilson McCoubrey | |
Remove leading spaces | |||
2016-11-08 | Merge pull request #687 from MG2R/MODULES3829 | David Schmitt | |
(MODULES-3829) Use .dup to duplicate classes for modification. | |||
2016-11-08 | (MODULES-3829) Use .dup to duplicate classes for modification. | Simon Beirnaert | |
This function otherwise fails during `puppet preview` on Puppet 3.8.X systems. | |||
2016-11-07 | Addition of 4.6 and 4.7 travis cells | Helen Campbell | |
2016-10-26 | Remove leading spaces | Chris Clonch | |
This corrects puppet-linting error. | |||
2016-10-25 | Merge pull request #680 from DavidS/modules-3980-fix-ipv4-regex | Hunter Haugen | |
(MODULES-3980) Fix ipv4 regex validator | |||
2016-10-25 | (MODULES-3980) Fix ipv4 regex validator | David Schmitt | |
This also updates all ipv4 tests to use the same test data for better comparability. Closes #676, #679 Fix-Originally-By: Nate Potter <nathaniel.potter@intel.com> | |||
2016-10-25 | Merge pull request #682 from pmcmaw/paralell_tests_modulesync | David Schmitt | |
This is to pin ruby version to parallel_tests | |||
2016-10-25 | This is to pin ruby version to parallel_tests | Paula McMaw | |
2016-10-14 | Merge pull request #675 from smoeding/fix-deprecation-typo | David Schmitt | |
Fix incorrect environment variable name in README | |||
2016-10-14 | Fix incorrect environment variable name in README | Stefan Möding | |
The README references the environment variable `STDLIB_LOG_DEPRECATION` while the code uses `STDLIB_LOG_DEPRECATIONS` (note the trailing S). | |||
2016-10-12 | Merge pull request #674 from DavidS/modules-3969-fix-getvar-for-187 | Bryan Jen | |
(MODULES-3969) Update getvar to work on ruby 1.8.7 | |||
2016-10-12 | Update CHANGELOG | David Schmitt | |
2016-10-12 | (MODULES-3969) Update getvar to work on ruby 1.8.7 | David Schmitt | |
2016-10-12 | Merge pull request #673 from DavidS/modules-3962-compat-fixes | Helen | |
(MODULES-3962) Rework v4 function shims to work on puppet 3.7 and 4.0.0 | |||
2016-10-12 | (MODULES-3962) Rework v4 function shims to work on puppet 3.7 and 4.0.0 | David Schmitt | |
This is a workaround for PUP-4438 (fixed in https://github.com/puppetlabs/puppet/commit/e01c4dc924cd963ff6630008a5200fc6a2023b08, 4.1.0, 3.8.1). It works by manually passing through the scope, instead of relying on the InternalFunction class. | |||
2016-10-12 | Merge pull request #672 from DavidS/modules-3961-fix-deprecation-warnings | Helen | |
(MODULES-3961) emit more deprecation warnings | |||
2016-10-12 | (MODULES-3961) emit more deprecation warnings | David Schmitt | |
This now emits one deprecation warning for each function used (but not for each call-site). Prior to this, only a single deprecation warning would have been triggered, potentially misleading users. Additionally this adds v4 deprecation stubs for the functions that were missed. | |||
2016-10-11 | Merge pull request #671 from puppetlabs/release | Helen | |
Mergeback | |||
2016-10-10 | Merge pull request #670 from DavidS/release-prep | Helen | |
Release prep for 4.13.0 | |||
2016-10-10 | Apply workaround to hanging facter tests | David Schmitt | |
Apparently mocha 1.2.0 causes an endless hang on spec/unit/facter/root_home_spec.rb. Forcing an earlier version avoids this for now. | |||
2016-10-10 | Release prep for 4.13.0 | David Schmitt | |
* Changelog & Thanks * Add known issues/version compatiblity to README * Whitespace fixes * Update version and dependency information * Fix issue tracker URL | |||
2016-10-10 | Merge pull request #668 from DavidS/final-cleanups | Helen | |
Final cleanups | |||
2016-10-09 | Add testcase for #665 | David Schmitt | |
@keymone added information on how to reproduce his issue, so here's the test case that would fail without his change. | |||
2016-10-09 | Update deprecation() so warnings can be disabled for CI | David Schmitt | |
2016-10-08 | Revert "Addition of logging with file and line numbers" | David Schmitt | |
This reverts commit b63862ff43194194f7428739a32cfe13bad1e7ed, as it would only show the irrelevant first entry of the ruby stack trace. The puppetserver log does contain the full trace information, or you can use --strict=error to cause a hard failure when hitting a deprecation. # Conflicts: # lib/puppet/functions/validate_legacy.rb | |||
2016-10-08 | (MODULES-3407) Clarify that 'after' in file_line accepts regex. | Nate Potter | |
This patch updates the README to specify that the 'after' parameter in the file_line class accepts a regular expression. | |||
2016-10-08 | Ignore :undefined_variable "reason" in getvar | Maksym Melnychok | |
`catch` returns value of second argument to `throw`, which until 860a2761f334c964068038b3ef6853f08beb1df5 was `nil`, but now is non-falsey reason for error. short-circuit using return and eval to nil if `throw` was caught. | |||
2016-10-07 | Merge pull request #664 from HelenCampbell/typeupdates | David Schmitt | |
Type updates | |||
2016-10-07 | Addition of several new types | Helen Campbell | |
2016-10-07 | Merge pull request #667 from DavidS/remove-dynamic-deprecation_gen | Helen | |
(FM-5703, PUP-6717) Remove the dynamic deprecation_gen function | |||
2016-10-07 | (Maint) add missing validate_slength deprecation | David Schmitt | |
2016-10-07 | (FM-5703, PUP-6717) Remove the dynamic deprecation_gen | David Schmitt | |
This was not working when the puppet master did not have the newest stdlib version in its environment. | |||
2016-10-07 | Merge pull request #666 from ↵ | David Schmitt | |
HAIL9000/issue/master/MODULES-3590_fix_match_for_absence_parameter (MODULES-3590) Fix match_for_absence parameter |