Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-25 | Added a note that stdlib no longer ships with PE 3.7+ | jbondpdx | |
Users didn't realize we stopped shipping stdlib module with PE. I added this information to the stdlib readme. | |||
2014-11-25 | FM-1523: Added module summary to metadata.json | jbondpdx | |
2014-11-21 | Merge pull request #371 from cyberious/SLESSupport | Morgan Haskel | |
FM-2020 SLES Support verified | |||
2014-11-21 | FM-2020 SLES Support verified | Travis Fields | |
2014-11-17 | Merge pull request #367 from mhaskel/future_parser_fix | Colleen Murphy | |
Need to convert strings and fixnums to arrays | |||
2014-11-17 | Need to convert strings and fixnums to arrays | Morgan Haskel | |
2014-11-13 | Merge pull request #319 from Spredzy/member_array_in_array | Hunter Haugen | |
(MODULES-1329) Allow member to look for array | |||
2014-11-13 | Merge pull request #365 from dalen/range-integers | Hunter Haugen | |
Make the range function work with integers | |||
2014-11-12 | Merge pull request #366 from mhaskel/merge_4.4.x | Hunter Haugen | |
Merge 4.4.x | |||
2014-11-12 | (MODULES-1329) Allow member function to look for array | Yanis Guenane | |
Currently, the member function allows one to only find if a variable is part of an array. Sometimes it is useful to find if an array is part of a bigger array for validation purpose. | |||
2014-11-12 | Add range tests for numeric with step and mixed arguments | Erik Dalén | |
2014-11-12 | Make the range function work with integers | Erik Dalén | |
This is needed for the future parser which actually treats numbers as numbers and strings as strings. With this patch you can use range(1,5) instead of having to quote them like range('1','5'). | |||
2014-11-12 | (maint) Fix indentation of range function | Erik Dalén | |
2014-11-11 | Merge pull request #363 from hunner/fix_windows | Morgan Haskel | |
Fix exclude windows test on ensure_package | |||
2014-11-11 | Fix exclude windows test on ensure_package | Travis Fields | |
Update to fix ensure_resource as well | |||
2014-11-11 | Merge pull request #358 from hunner/fix_type | Morgan Haskel | |
Correct type() logic | |||
2014-11-11 | Correct type() logic | Hunter Haugen | |
It should NOT run if the future parser is enabled | |||
2014-11-10 | Merge pull request #357 from hunner/hasInterfaceWithLookupBug | Morgan Haskel | |
(PUP-3597) Catch :undefined_variable when Future Parser is enabled on 3.7.x | |||
2014-11-10 | Fix breaking out of .each loop | Hunter Haugen | |
And some other small formatting fixes that don't belong in this patch. | |||
2014-11-10 | Remove windows from ensure_package and ensure_resource testing | Travis Fields | |
2014-11-10 | Catch :undefined_variable thrown when Future Parser is enabled with 3.7.x | Travis Fields | |
2014-11-10 | Merge branch 'master' into 4.4.x | Hunter Haugen | |
2014-11-10 | Merge pull request #356 from justinstoller/maint/master/segregate-gems | Hunter Haugen | |
(QENG-1404) Segregate system testing gems | |||
2014-11-10 | (QENG-1404) Segregate system testing gems | Justin Stoller | |
Prior to this there was generic :test group. Unfortunately Beaker will be EOL-ing support for Ruby 1.8 (a number of Beaker's dependencies already have and pinning to older versions is becoming costly). Once Beaker does this it will cause failures whenever running `bundle install`. To avoid this failure we can segregate the system testing gems, allowing unit, lint and development to continue with `bundle install --without system_tests`. | |||
2014-11-10 | Merge pull request #355 from hunner/release_4.4.0 | Morgan Haskel | |
Release 4.4.0 | |||
2014-11-10 | Release 4.4.0 | Hunter Haugen | |
Summary This release has an overhauled readme, new private manifest function, and fixes many future parser bugs. Features - All new shiny README - New `private()` function for making private manifests (yay!) Bugfixes - Code reuse in `bool2num()` and `zip()` - Fix many functions to handle `generate()` no longer returning a string on new puppets - `concat()` no longer modifies the first argument (whoops) - strict variable support for `getvar()`, `member()`, `values_at`, and `has_interface_with()` - `to_bytes()` handles PB and EB now - Fix `tempfile` ruby requirement for `validate_augeas()` and `validate_cmd()` - Fix `validate_cmd()` for windows - Correct `validate_string()` docs to reflect non-handling of `undef` - Fix `file_line` matching on older rubies | |||
2014-11-10 | Merge pull request #354 from puppetlabs/4.3.x | Morgan Haskel | |
4.3.x | |||
2014-11-07 | Merge pull request #343 from zacharyalexstern/fix_to_bytes | Travis Fields | |
Added correct converstions for PB and EB. | |||
2014-11-04 | Merge pull request #350 from cyberious/modules1413 | Morgan Haskel | |
MODULES-1413 Add ability for member to take numeric objects | |||
2014-11-04 | MODULES-1413 Ability to for future parser to use member with FixNum types | Travis Fields | |
2014-11-04 | Merge branch '4.3.x' | Travis Fields | |
Conflicts: spec/acceptance/ensure_packages_spec.rb spec/acceptance/ensure_resource_spec.rb | |||
2014-11-04 | Merge pull request #353 from cyberious/WindowsTestIsolationFix | Morgan Haskel | |
Fix the unless for test cases on ensure_package and ensure_resource | |||
2014-11-04 | Fix the unless for test cases on ensure_package and ensure_resource | Travis Fields | |
Conflicts: spec/acceptance/ensure_packages_spec.rb spec/acceptance/ensure_resource_spec.rb | |||
2014-10-30 | Merge branch '4.3.x' | Travis Fields | |
2014-10-30 | Merge pull request #349 from cyberious/4.3.x | Morgan Haskel | |
Fix validate_cmd, previous addition of SystemCallError only works for Puppet 3.7, previous version throw different exception. Wrapping in generic Exception catch all | |||
2014-10-29 | Fix validate_cmd, previous addition of SystemCallError only works for Puppet ↵ | Travis Fields | |
3.7, previous version throw different exception. Wrapping in generic Exception catch all | |||
2014-10-29 | Merge remote-tracking branch 'origin/4.3.x' | Travis Fields | |
2014-10-29 | Merge pull request #348 from cyberious/4.3.x | Morgan Haskel | |
Add proper exception catching of Windows errors when CreateProcess does not succeed | |||
2014-10-29 | Add proper exception catching of Windows errors when CreateProcess does not ↵ | Travis Fields | |
succeed | |||
2014-10-28 | Merge pull request #347 from cyberious/master | Colleen Murphy | |
Fix issue with ensure_request | |||
2014-10-28 | Add windows test exclusion to ensure_resource | Travis Fields | |
2014-10-28 | Merge pull request #346 from cyberious/master | Colleen Murphy | |
Spec_helper_acceptance fix provision section | |||
2014-10-28 | Fixed a mistake where we were trying to touch a host file using the default ↵ | Travis Fields | |
which was not relavent to the host we were modifying | |||
2014-10-28 | Merge pull request #345 from cyberious/master | Colleen Murphy | |
Fix logic issue with not including windows for testing ensure_packages as ruby and gem are not on the install path | |||
2014-10-28 | Fix logic issue with not including windows for testing ensure_packages as ↵ | Travis Fields | |
ruby and gem are not on the install path | |||
2014-10-28 | Merge remote-tracking branch 'origin/4.3.x' back to master | Travis Fields | |
2014-10-28 | Merge pull request #344 from cyberious/TestCaseFixes | Colleen Murphy | |
Fix testcases for Future Parser and resolve issue with values_at in assuming that it was dealing with a string | |||
2014-10-28 | Fix testcases for Future Parser and resolve issue with values_at in assuming ↵ | Travis Fields | |
that it was dealing with a string | |||
2014-10-28 | Added correct converstions for PB and EB. | Zachary Alex Stern | |
* We were converting Exabytes to bytes as Petabytes. * Updated tests to cover ever unit. * Added note that we're going by the old, inaccurate definitions of Kilobytes, Megabytes, etc, in that we treat them as powers of 2. | |||
2014-10-24 | Merge branch '4.3.x', add tempfile back for resource validate_cmd and ↵ | Travis Fields | |
validate_augeas |