Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-25 | Add Hash to upcase | Travis Fields | |
2015-02-19 | Merge pull request #415 from nibalizer/master | Morgan Haskel | |
Remove travis badge | |||
2015-02-19 | Remove travis badge | Spencer Krum | |
2015-02-19 | Merge pull request #413 from mhaskel/fix | Travis Fields | |
Check for string before copying | |||
2015-02-19 | Check for string before copying | Morgan Haskel | |
2015-02-19 | Merge pull request #412 from seanmil/MODULES-1771 | Morgan Haskel | |
(MODULES-1771) Don't modify input to is_domain_name() | |||
2015-02-14 | (MODULES-1771) Don't modify input to is_domain_name() | Sean Millichamp | |
Fix is_domain_name() so it dup's its incoming argument to avoid changing the original with a later chomp! | |||
2015-02-12 | Merge pull request #406 from elyscape/fix/fqdn_rotate_pollutes_global_seed | Colleen Murphy | |
(MODULES-1738) Don't modify the global seed in fqdn_rotate() | |||
2015-02-12 | (MODULES-1738) Don't modify global seed in fqdn_rotate() | Eli Young | |
As per puppetlabs/puppet@292233c, this leaves the global seed in a deterministic state, which is bad. Puppet::Util.deterministic_rand() exists to avoid running into this issue, but is only present starting in Puppet 3.2.0. | |||
2015-02-12 | Merge pull request #411 from elyscape/fix/travis_build_issues | Colleen Murphy | |
Fix Travis builds | |||
2015-02-12 | Have Travis actually test Facter 1.6/1.7 | Eli Young | |
The Gemfile didn't actually specify which version to use for Facter, even when there was an environment variable to that effect. | |||
2015-02-12 | Fix Travis builds | Eli Young | |
The release of rspec 3.2.0 broke a lot of tests. Pinning to rspec 3.1.0 provides a temporary fix. | |||
2015-01-15 | Merge pull request #403 from cyberious/master | Hunter Haugen | |
Merge 4.6.x back to master | |||
2015-01-15 | Merge branch '4.6.x' back to master | Travis Fields | |
2015-01-15 | Merge pull request #402 from cyberious/4.6.x | Morgan Haskel | |
Merge 4.5.x into 4.6.x | |||
2015-01-14 | Merge branch '4.5.x' into 4.6.x | Travis Fields | |
Conflicts: CHANGELOG.md | |||
2015-01-14 | Merge pull request #401 from cyberious/FM-2131 | Colleen Murphy | |
FM-2131 Move to non temp directory for factor_dot_d | |||
2015-01-14 | Prepare for 4.5.1 release | Travis Fields | |
2015-01-14 | FM-2130 Move cache file to non temp directory | Travis Fields | |
2015-01-14 | Merge pull request #398 from puppetlabs/master | Hunter Haugen | |
Pull in RSpec 3.0 fixes. | |||
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 pull request #396 from hunner/change_each | Travis Fields | |
Change all to each | |||
2015-01-13 | Change all to each | Hunter Haugen | |
The existence of this directory is behavior for each test, but will also stop rspec 3 from complaining. | |||
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 |