Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-13 | Merge pull request #397 from cyberious/4.6.x | Colleen Murphy | |
4.6.x | |||
2015-01-13 | Prep for 4.6.0 STDLIB release | Travis Fields | |
2015-01-13 | Merge branch 'master' into 4.5.x | Travis Fields | |
2015-01-13 | Merge pull request #395 from cyberious/FM-2130 | Hunter Haugen | |
FM-2130 Move cache file to non temp directory | |||
2015-01-13 | FM-2130 Move cache file to non temp directory | Travis Fields | |
2015-01-08 | Merge pull request #382 from hunner/fix_type | Travis Fields | |
(MODULES-1473) Deprecate type() function for new parser | |||
2015-01-07 | (MODULES-1473) Deprecate type() function for new parser | Hunter Haugen | |
The `type()` function will cease to work on the new parser because 'type' is a reserved keyword. The `type3x()` function may be used to continue similar functionality, but will be deprecated in favor of the built-in typing system. The `type_of()` function has been included to introspect types in the new parser. | |||
2015-01-02 | Merge pull request #336 from mklette/master | Travis Fields | |
ensure_resource: be more verbose in debug mode | |||
2014-12-29 | Merge pull request #394 from cmurphy/master | Morgan Haskel | |
Add IntelliJ files to the ignore list | |||
2014-12-29 | Add IntelliJ files to the ignore list | Colleen Murphy | |
2014-12-20 | Merge pull request #391 from petems/update_readme | Hunter Haugen | |
Update README | |||
2014-12-20 | README fixes for recent merges | Peter Souter | |
* (MODULES-444) Update README for concat changes * (MODULES-1582) Update `validate_cmd` readme * Plus some Whitespace fixes | |||
2014-12-19 | Merge pull request #393 from cyberious/DeleteDocUpdates | Hunter Haugen | |
Update docs to reflect new behavior of delete function taking array in second argument | |||
2014-12-19 | Update docs to reflect new behavior of delete function taking array in ↵ | Travis Fields | |
second argument | |||
2014-12-19 | Merge pull request #392 from cyberious/MOD-1606 | Hunter Haugen | |
MODULES-1606 add ability to pass array to delete for items to delete | |||
2014-12-19 | MODULES-1606 add ability to pass array to delete for items to delete | Travis Fields | |
2014-12-18 | Merge pull request #389 from mhaskel/fix_test_374 | Travis Fields | |
Fix bad check in test | |||
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 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-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 |