Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-09 | Merge pull request #405 from elyscape/feature/fqdn_rand_strings | Hunter Haugen | |
(MODULES-1715) Add FQDN-based random string generator | |||
2015-04-09 | Merge pull request #408 from elyscape/feature/pw_hash | Hunter Haugen | |
(MODULES-1737) Add pw_hash() function | |||
2015-04-09 | Merge pull request #429 from DavidS/modulesync-configs-update | Morgan Haskel | |
Update Travis CI job from current modulesync_configs | |||
2015-04-08 | Update Travis CI job from current modulesync_configs | David Schmitt | |
2015-04-05 | (MODULES-1737) Add pw_hash() function | Eli Young | |
2015-03-31 | (MODULES-1715) Add fqdn_rand string generators | Eli Young | |
2015-03-30 | Merge pull request #428 from nibalizer/links_in_readme | TP Honey | |
Make each function a link in the readme | |||
2015-03-28 | Make each function a link in the readme | Spencer Krum | |
Using a ####, github will create a link. This makes it so I can link someone directly to the function I want to show them. | |||
2015-03-26 | Merge pull request #426 from anodelman/master | Justin Stoller | |
(BKR-147) add Gemfile setting for BEAKER_VERSION for puppet... | |||
2015-03-24 | (BKR-147) add Gemfile setting for BEAKER_VERSION for puppet... | Alice Nodelman | |
puppetdb, etc - support for BEAKER_VERSION and BEAKER_RSPEC_VERSION in gemfile | |||
2015-03-10 | Fix off-by-one error in validate_augeas_spec.rb that was causing rspec failure. | Mark Jeffcoat | |
2015-03-06 | Merge pull request #404 from roderickm/PUP-3856_isnt_domain_name | Morgan Haskel | |
(MODULES-1670) Do not match dotted-quad IP address as domain name | |||
2015-03-06 | Merge pull request #423 from cyberious/GemfileBeaker | TP Honey | |
Add ability to pin beaker versions | |||
2015-03-05 | If present, top-level domain must be alphabetic | Rod Montgomery | |
See RFC 1123, Section 2.1 http://tools.ietf.org/html/rfc1123#section-2 | |||
2015-03-05 | Add ability to pin beaker versions | Travis Fields | |
2015-03-05 | Merge pull request #422 from cyberious/assert_private | TP Honey | |
Assert private | |||
2015-03-05 | Add private function back and forward to assert_private with deprecation warning | Travis Fields | |
2015-03-05 | Merge pull request #369 from rfugina/dirname_typecheck | Hunter Haugen | |
Dirname typecheck | |||
2015-03-05 | Rename private() to assert_private() | Franz Pletz | |
As mentioned in #270, private is a reserved keyword in the future parser which is to be released with Puppet 4. As it stands, this function is not useable with the future parser so it needs to renamed. This is a breaking change. | |||
2015-03-05 | Merge pull request #375 from ↵ | Hunter Haugen | |
poikilotherm/feature/master/validate_integer_and_numeric (MODULES-560) Add new functions validate_numeric() and validate_integer(). | |||
2015-03-05 | Merge pull request #420 from mhaskel/improveprefix | TP Honey | |
Add support for hashes in the prefix function | |||
2015-03-04 | Merge pull request #410 from robruma/range_documentation_update | Morgan Haskel | |
Adding markdown for the range() function's 3rd argument | |||
2015-03-04 | Adding markdown for the range() function's 3rd argument | robruma | |
Adding markdown for the range() function's 3rd argument Adding markdown for the range() function's 3rd argument | |||
2015-03-03 | Add support for hashes in the prefix function | Stefan Goethals | |
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu> | |||
2015-03-03 | Merge pull request #310 from kainz/master | Morgan Haskel | |
URI.escape for the array case was incorrect. | |||
2015-03-03 | URI.escape for the array case was incorrect. | Bryon Roché | |
The previous commit to uriescape() changed the implementation to use the ruby default escape list for URI.escape(), but did not change the call triggered when uriescape() was called on an array, triggering ruby errors. | |||
2015-03-03 | Merge pull request #407 from adamcrews/ceiling_function | Morgan Haskel | |
Add a ceiling function to complement the floor function. | |||
2015-03-02 | Merge pull request #419 from cyberious/master | Morgan Haskel | |
Loosen the restrictions of upcase and allow for recursion of the objects... | |||
2015-03-02 | Loosen the restrictions of upcase and allow for recursion of the objects and ↵ | Travis Fields | |
only worry if the object responds to upcase | |||
2015-02-26 | Merge pull request #418 from cyberious/UpcaseHash | Morgan Haskel | |
Fix issue with 1.8.7 and upcase | |||
2015-02-26 | Fix issue with Ruby 1.8.7 which did not allow for the return in an each_pair ↵ | Travis Fields | |
of the hash | |||
2015-02-25 | Merge pull request #417 from cyberious/UpcaseHash | Morgan Haskel | |
Add Hash to upcase | |||
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-02-01 | Add a ceiling function to complement the floor function. | Adam Crews | |
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 |