Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-09 | Merge pull request #335 from jbondpdx/stdlib-readme | Hunter Haugen | |
DOC-248 Revised and updated readme for stdlib module | |||
2014-10-08 | DOC-248 Revised and updated readme for stdlib module | jbondpdx | |
Reorganized and edited stdlib module readme. | |||
2014-09-24 | Merge pull request #303 from bobtfish/fix_strict_variables | Hunter Haugen | |
Fix strict_variables = true | |||
2014-09-22 | Fix strict_variables = true | Tomas Doran | |
2014-09-17 | Merge pull request #320 from JimPanic/patch-2 | Hunter Haugen | |
Update docs of validate_string to reflect bug | |||
2014-09-16 | Note that also future parser does not work | Alexander Pánek | |
2014-09-16 | Updated docs of validate_string to reflect bug | Alexander Pánek | |
See: https://tickets.puppetlabs.com/browse/MODULES-457 | |||
2014-08-28 | Merge pull request #313 from mhaskel/spec_updates | Ashley Penney | |
Update spec_helper for more consistency | |||
2014-08-28 | Update spec_helper for more consistency | Morgan Haskel | |
2014-08-06 | Merge pull request #308 from hunner/remove_cov | Ashley Penney | |
Remove simplecov | |||
2014-08-05 | Remove simplecov | Hunter Haugen | |
simplecov 0.9 dropped ruby 1.8 support, and stdlib is one of the oddball modules that uses it. So we could probably just remove it and be okay. | |||
2014-08-05 | Merge branch '4.3.x' | Hunter Haugen | |
2014-07-31 | Merge pull request #306 from hunner/fix_concat | Ashley Penney | |
(MODULES-1195) Rebase of #202 | |||
2014-07-31 | Introduce test for array destruction | Spencer Krum | |
It was discovered that the concat array modifies the arrays passed to it as an argument as a side effect. This test will ensure that doesn't happen again. | |||
2014-07-31 | Concatenate arrays without modifying the first array | Colleen Murphy | |
2014-07-16 | Merge pull request #300 from trlinkin/file_line_docs | Hunter Haugen | |
(MODULES-1221) Add file_line autorequire documentation | |||
2014-07-16 | (MODULES-1221) Add file_line autorequire documentation | Thomas Linkin | |
This commit adds additional documentation to the file_line resource explaining how it will autorequire file resources when present. | |||
2014-07-14 | Merge pull request #298 from hunner/release_4.3.1 | Ashley Penney | |
Release 4.3.1 | |||
2014-07-14 | Release 4.3.1 | Hunter Haugen | |
Summary This supported release updates the metadata.json to work around upgrade behavior of the PMT. Bugfixes - Synchronize metadata.json with PMT-generated metadata to pass checksums | |||
2014-07-14 | Merge pull request #297 from hunner/fix_metadata | Ashley Penney | |
Correct metadata.json to match checksum | |||
2014-07-14 | Correct metadata.json to match checksum | Hunter Haugen | |
2014-07-08 | Merge pull request #296 from hunner/case_aix | Ashley Penney | |
AIX has no facter network support | |||
2014-07-08 | AIX has no facter network support | Hunter Haugen | |
These functions take advantage of IP fact information and AIX does not appear to support dynamic interface detection in facter. | |||
2014-06-30 | Merge pull request #295 from cmurphy/master | Hunter Haugen | |
Synchronize .travis.yml | |||
2014-06-27 | Merge pull request #294 from hunner/release_4.3.0 | Ashley Penney | |
Release 4.3.0 | |||
2014-06-27 | Release 4.3.0 | Hunter Haugen | |
Summary: This release is the first supported release of the stdlib 4 series. It emains backwards-compatible with the stdlib 3 series. It adds two new unctions, one bugfix, and many testin Features: - New `bool2str()` function - New `camalcase()` function Bugfixes: - Fix `has_interface_with()` when interfaces fact is nil | |||
2014-06-27 | Synchronize .travis.yml | Colleen Murphy | |
2014-06-27 | Update .sync.yml to support new .travis.yml configs | Colleen Murphy | |
2014-06-26 | Merge pull request #293 from hunner/fix_chop | Morgan Haskel | |
Gotta single quote yer typewriter buttons | |||
2014-06-26 | Gotta single quote yer typewriter buttons | Hunter Haugen | |
2014-06-26 | Merge pull request #292 from hunner/fix_rm | Hunter Haugen | |
Need quotes for spaces in path | |||
2014-06-26 | Need quotes for spaces in path | Hunter Haugen | |
2014-06-26 | Merge pull request #291 from hunner/no_network_win | Hunter Haugen | |
has_ip_network doesn't work on windows either | |||
2014-06-26 | has_ip_network doesn't work on windows either | Hunter Haugen | |
2014-06-26 | Merge pull request #290 from cmurphy/master | Ashley Penney | |
Start synchronizing module files | |||
2014-06-25 | Sync files | Colleen Murphy | |
2014-06-25 | Add configuration file for modulesync | Colleen Murphy | |
https://github.com/puppetlabs/modulesync | |||
2014-06-25 | Merge pull request #289 from hunner/disable_tests | Travis Fields | |
Disable windows network stuff and quote path | |||
2014-06-25 | Disable windows network stuff and quote path | Hunter Haugen | |
2014-06-24 | Merge pull request #288 from hunner/rotate_slash | Hunter Haugen | |
Not enough escape velocity | |||
2014-06-24 | Not enough escape velocity | Hunter Haugen | |
2014-06-24 | Merge pull request #287 from hunner/rotate | Hunter Haugen | |
Fix pe facts and slashes | |||
2014-06-24 | Fix pe facts and slashes | Hunter Haugen | |
2014-06-24 | Merge pull request #286 from hunner/33meta | Ashley Penney | |
stdlib 4 isn't compatible with PE 3.2 | |||
2014-06-24 | stdlib 4 isn't compatible with PE 3.2 | Hunter Haugen | |
2014-06-24 | Merge pull request #284 from cyberious/has_interface_fix | Morgan Haskel | |
Increase resilience if lookup var comes back with nil object | |||
2014-06-24 | Merge pull request #285 from cyberious/4.3.x | Morgan Haskel | |
Fixed fqdn,getparam and has_interface_with spec tests | |||
2014-06-23 | Fixed fqdn,getparam and has_interface_with spec tests | Travis Fields | |
2014-06-23 | Increase resilience if lookup var comes back with nil object | Travis Fields | |
2014-06-23 | Merge pull request #283 from cyberious/4.3.x | Hunter Haugen | |
Add windows support and work around issue with SCP_TO on windows systems |