- Nov 11, 2016
-
-
Eric Putnam authored
(MODULES-3704) Update gemfile template to be identical
-
Hunter Haugen authored
-
- Nov 10, 2016
-
-
Wilson McCoubrey authored
Handle array values in join_keys_to_values function
-
Helen authored
Fix spec failures on puppet 4.8
-
David Schmitt authored
These were caused by a change in the tested error message.
-
David Schmitt authored
Addition of 4.6 and 4.7 travis cells
-
- Nov 09, 2016
-
-
Wilson McCoubrey authored
Remove leading spaces
-
- Nov 08, 2016
-
-
David Schmitt authored
(MODULES-3829) Use .dup to duplicate classes for modification.
-
Simon Beirnaert authored
This function otherwise fails during `puppet preview` on Puppet 3.8.X systems.
-
- Nov 07, 2016
-
-
Helen Campbell authored
-
- Oct 26, 2016
-
-
Chris Clonch authored
This corrects puppet-linting error.
-
- Oct 25, 2016
-
-
Hunter Haugen authored
(MODULES-3980) Fix ipv4 regex validator
-
David Schmitt authored
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>
-
David Schmitt authored
This is to pin ruby version to parallel_tests
-
Paula McMaw authored
-
- Oct 14, 2016
-
-
David Schmitt authored
Fix incorrect environment variable name in README
-
Stefan Möding authored
The README references the environment variable `STDLIB_LOG_DEPRECATION` while the code uses `STDLIB_LOG_DEPRECATIONS` (note the trailing S).
-
- Oct 12, 2016
-
-
David Schmitt authored
-
David Schmitt authored
-
Helen authored
(MODULES-3962) Rework v4 function shims to work on puppet 3.7 and 4.0.0
-
David Schmitt authored
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.
-
Helen authored
(MODULES-3961) emit more deprecation warnings
-
David Schmitt authored
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.
- Oct 11, 2016
-
-
Helen authored
Mergeback
-
- Oct 10, 2016
-
-
David Schmitt authored
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.
-
David Schmitt authored
* Changelog & Thanks * Add known issues/version compatiblity to README * Whitespace fixes * Update version and dependency information * Fix issue tracker URL
-
Helen authored
Final cleanups
- Oct 09, 2016
-
-
David Schmitt authored
@keymone added information on how to reproduce his issue, so here's the test case that would fail without his change.
-
David Schmitt authored
-
- Oct 08, 2016
-
-
David Schmitt authored
This reverts commit b63862ff, 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
-
Nate Potter authored
This patch updates the README to specify that the 'after' parameter in the file_line class accepts a regular expression.
-
Maksym Melnychok authored
`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.
-
- Oct 07, 2016
-
-
David Schmitt authored
Type updates
-
Helen Campbell authored
-
Helen authored
(FM-5703, PUP-6717) Remove the dynamic deprecation_gen function
-
David Schmitt authored
-
David Schmitt authored
This was not working when the puppet master did not have the newest stdlib version in its environment.
-
David Schmitt authored
(MODULES-3590) Fix match_for_absence parameter
-