Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-18 | Fix bad check in test | Morgan Haskel | |
2014-12-18 | Merge pull request #388 from mhaskel/merge_4.5.x_into_master | Hunter Haugen | |
Merge 4.5.x into master | |||
2014-12-18 | Merge pull request #377 from petems/MODULES-1582-improve_validate_cmd | Hunter Haugen | |
(MODULES-1582) File location placeholder | |||
2014-12-18 | (MODULES-1582) Improve % detection | Peter Souter | |
Avoids any validate commands that have %'s in them other than "... % ..." | |||
2014-12-18 | (MODULES-1582) Specs for the new % placeholder | Peter Souter | |
These specs are pretty much the same as the originals, but now check that the output has the correct replacement for file location | |||
2014-12-18 | (MODULES-1582) Initial spike for % placeholder | Peter Souter | |
This simply `gsub`'s the file path into where the % placeholder is. | |||
2014-12-17 | Merge pull request #372 from ↵ | Morgan Haskel | |
poikilotherm/feature/master/validate_absolute_path_allow_arrays Allow array of pathes in validate_absolute_path | |||
2014-12-17 | Merge pull request #368 from rfugina/basename | Morgan Haskel | |
Basename implementation | |||
2014-12-17 | Added type checks for dirname(), and additional tests | Rob Fugina | |
2014-12-17 | Added basename() based on Ruby's File.basename | Rob Fugina | |
Based on dirname code. Includes RSpec tests and docs. | |||
2014-12-17 | Merge pull request #374 from petems/MODULES-444-add_concat_multiple | Hunter Haugen | |
MODULES-444-Add concat multiple | |||
2014-12-16 | Merge remote-tracking branch 'upstream/4.5.x' into merge_4.5.x_into_master | Morgan Haskel | |
Conflicts: metadata.json | |||
2014-12-16 | Merge pull request #387 from hunner/remove_match_line | Morgan Haskel | |
Remove line match validation | |||
2014-12-16 | Merge pull request #386 from jbondpdx/4.5.x | Morgan Haskel | |
DOC-1095: edit file_line resource, match parameter | |||
2014-12-16 | Remove line match validation | Hunter Haugen | |
The `match` attribute was validated to match `line`, except that in many cases (even the example given in the docs) a user would want to match a line entirely different from the new line. See comments on the original commit https://github.com/puppetlabs/puppetlabs-stdlib/commit/a06c0d8115892a74666676b50d4282df9850a119 and ask https://ask.puppetlabs.com/question/14366/file_line-resource-match-problems/ for further examples of confusion. | |||
2014-12-16 | DOC-1095: edit file_line resource, match parameter | jbondpdx | |
Was unclear and not accurate; rewrote the parameter, moved file_line from function list to resource section, added missing parameters for this resource. | |||
2014-12-16 | Merge pull request #384 from mhaskel/doc_fixes_from_master | Colleen Murphy | |
Doc fixes from master | |||
2014-12-16 | 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-12-16 | FM-1523: Added module summary to metadata.json | jbondpdx | |
2014-12-16 | Merge pull request #373 from jbondpdx/stdlib-readme-fix | Morgan Haskel | |
Add to Readme: Stdlib no longer ships with PE | |||
2014-12-16 | Merge pull request #370 from jbondpdx/master | Morgan Haskel | |
FM-1523: Added module summary to metadata.json | |||
2014-12-15 | Merge pull request #383 from mhaskel/doc_update | Travis Fields | |
Update README for updated member() functionality | |||
2014-12-15 | Update README for updated member() functionality | Morgan Haskel | |
2014-12-15 | Merge pull request #381 from mhaskel/4.5.0-prep | Travis Fields | |
4.5.0 prep | |||
2014-12-15 | 4.5.0 prep | Morgan Haskel | |
2014-12-09 | Merge pull request #376 from cmurphy/master | Morgan Haskel | |
Update .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.md | |||
2014-12-08 | Update .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.md | Colleen Murphy | |
2014-12-05 | Fixing ruby 1.8 support. | Oliver Bertuch | |
2014-12-04 | Add new functions validate_numeric() and validate_integer(). | Oliver Bertuch | |
2014-12-04 | (MODULES-444) - Real meat of the change | Peter Souter | |
This is the core change, we now go through the array and add it to the first element, instead of just two arguments. | |||
2014-12-04 | (MODULES-444) Change argument restriction to < 2 | Peter Souter | |
2014-12-04 | (MODULES-444) Update docs with new functionality | Peter Souter | |
2014-12-04 | (MODULES-444) - Check for accepting > 2 args | Peter Souter | |
2014-12-04 | (MODULES-444) Change test to > 2 arguments | Peter Souter | |
Also add extra test for just 1 argument | |||
2014-12-04 | (MODULES-444) Acceptance for multiple arrays | Peter Souter | |
Acceptance test to take multiple arrays for concatenation | |||
2014-12-04 | (MODULES-444) Acceptance test for primitives | Peter Souter | |
`concat` should be able to concat arrays and primitives | |||
2014-12-04 | (MODULES-444) Add specs for new behaviour | Peter Souter | |
`concat` can now take multiple arguments | |||
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-25 | Allow array of pathes in validate_absolute_path | Oliver Bertuch | |
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-20 | FM-1523: Added module summary to metadata.json | jbondpdx | |
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 | |