Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2014-06-23 | Removed platform check for facts.d mkdir | Travis Fields | |
2014-06-23 | Add windows support and work around issue with SCP_TO on windows systems | Travis Fields | |
2014-06-23 | Merge pull request #282 from hunner/rm_modulefile | Travis Fields | |
Remove Modulefile; use metadata.json | |||
2014-06-23 | Remove Modulefile; use metadata.json | Hunter Haugen | |
2014-06-23 | Merge pull request #281 from hunner/win_loadyaml | Travis Fields | |
Windows needs a tmpdir path | |||
2014-06-23 | Windows needs a tmpdir path | Hunter Haugen | |
2014-06-23 | Merge pull request #280 from hunner/win_aug | Travis Fields | |
Augeas isn't present on windows | |||
2014-06-23 | Augeas isn't present on windows | Hunter Haugen | |
2014-06-23 | Merge pull request #279 from hunner/osx_interface | Travis Fields | |
OS X also has lo0 and can't manage user homedirs | |||
2014-06-23 | OS X also has lo0 and can't manage user homedirs | Hunter Haugen | |
2014-06-20 | Merge pull request #278 from cyberious/4.3.x | Morgan Haskel | |
Add windows Nodesets and remove Beaker from Gemfile | |||
2014-06-20 | Add windows Nodesets and remove Beaker from Gemfile | Travis Fields | |
2014-06-20 | Merge pull request #277 from hunner/update_ensure | Hunter Haugen | |
Patch ensure_* tests | |||
2014-06-20 | Patch ensure_* tests | Hunter Haugen | |
2014-06-19 | Merge branch 'master' into 4.3.x | Hunter Haugen | |
2014-06-19 | Merge pull request #276 from hunner/fm_1587 | Travis Fields | |
(FM-1587) Fix test issues on solaris 10 | |||
2014-06-19 | (FM-1587) Fix test issues on solaris 10 | Hunter Haugen | |
- ensure_packages fails because Error: Sun packages must specify a package source - ensure_resource fails for the same reason - get_module_path fails because the modulepath is different - has_interface_with fails because the interface is lo0 not lo | |||
2014-06-18 | Merge pull request #270 from raphink/dev/private | Ashley Penney | |
Add private() function | |||
2014-06-11 | Add private() function | Raphaƫl Pinson | |
2014-06-05 | Merge pull request #268 from apenney/rspec3 | Morgan Haskel | |
Rspec3 changes | |||
2014-06-04 | Convert specs to RSpec 2.99.0 syntax with Transpec | Ashley Penney | |
This conversion is done by Transpec 2.2.1 with the following command: transpec spec/functions * 345 conversions from: obj.should to: expect(obj).to * 122 conversions from: == expected to: eq(expected) * 85 conversions from: lambda { }.should to: expect { }.to * 22 conversions from: be_true to: be_truthy * 16 conversions from: be_false to: be_falsey * 11 conversions from: pending to: skip * 9 conversions from: it { should ... } to: it { is_expected.to ... } * 5 conversions from: =~ [1, 2] to: match_array([1, 2]) * 2 conversions from: =~ /pattern/ to: match(/pattern/) * 2 conversions from: obj.should_not to: expect(obj).not_to For more details: https://github.com/yujinakayama/transpec#supported-conversions | |||
2014-06-04 | Convert specs to RSpec 2.99.0 syntax with Transpec | Ashley Penney | |
This conversion is done by Transpec 2.2.1 with the following command: transpec spec/unit * 53 conversions from: obj.should to: expect(obj).to * 19 conversions from: == expected to: eq(expected) * 5 conversions from: lambda { }.should to: expect { }.to * 2 conversions from: be_true to: be_truthy For more details: https://github.com/yujinakayama/transpec#supported-conversions | |||
2014-06-04 | Prepare a 4.2.2 release. | Ashley Penney | |
2014-06-03 | Merge pull request #265 from apenney/fix-tests | Morgan Haskel | |
Further fixes to tests for 14.04. | |||
2014-06-03 | Merge pull request #265 from apenney/fix-tests | Morgan Haskel | |
Further fixes to tests for 14.04. | |||
2014-06-03 | Further fixes to tests for 14.04. | Ashley Penney | |
2014-06-03 | Merge pull request #264 from apenney/fixes-for-tests | Morgan Haskel | |
Fixes for PE3.3. | |||
2014-06-03 | Merge pull request #264 from apenney/fixes-for-tests | Morgan Haskel | |
Fixes for PE3.3. | |||
2014-06-03 | Fixes for PE3.3. | Ashley Penney | |
2014-05-15 | Merge pull request #258 from mckern/enhancement/master/camelcasedembools | Ashley Penney | |
(MODULES-905) Narrow the confinement in bool2str | |||
2014-05-15 | (MODULES-905) Extend spec tests for bool2str | Ryan McKern | |
The extended spec tests validate that the common types of values that could be passed to bool2str() are rejected. | |||
2014-05-15 | (MODULES-905) Narrow the confinement in bool2str | Ryan McKern | |
Previously, bool2str() accepted a broad array of boolean values and bare strings, without any attempt to validate that the strings in any way resembled "true" or "false" (or any of the other values bool2num() accepts). This commit narrows the input confinement to TrueClass and FalseClass, which means that bool2str() will only interpolate strict boolean values now. |