Commit graph

959 commits

Author SHA1 Message Date
Travis Fields
f19aea5a75 MODULES-1413 Ability to for future parser to use member with FixNum types 2014-11-04 14:33:34 -08:00
Morgan Haskel
385f009488 Merge pull request #348 from cyberious/4.3.x
Add proper exception catching of Windows errors when CreateProcess does not succeed
2014-10-29 15:42:52 -04:00
Travis Fields
328aae223f Add proper exception catching of Windows errors when CreateProcess does not succeed 2014-10-29 11:47:57 -07:00
Colleen Murphy
cfc79e9831 Merge pull request #344 from cyberious/TestCaseFixes
Fix testcases for Future Parser and resolve issue with values_at in assuming that it was dealing with a string
2014-10-28 15:30:17 -07:00
Travis Fields
51f1d574d9 Fix testcases for Future Parser and resolve issue with values_at in assuming that it was dealing with a string 2014-10-28 15:27:24 -07:00
John Duarte
759cbdec88 Merge pull request #340 from cyberious/4.3.x
add require 'tempfile' to resolve a previously autorequired resource
2014-10-24 16:38:30 -07:00
Travis Fields
624ccbd22c add require 'tempfile' to resolve a previously autorequired resource 2014-10-24 16:35:34 -07:00
Colleen Murphy
cb6c7d8e49 Merge pull request #334 from cyberious/WindowsHasInterfacesBug
ENTERPRISE-281 fixes issue with has_interfaces and case mismatch causing...
2014-10-08 11:33:10 -07:00
Travis Fields
8ad7f68eca ENTERPRISE-281 fixes issue with has_interfaces and case mismatch causing us not to return some interfaces 2014-10-08 10:14:10 -07:00
Hunter Haugen
a44cf3e462 Merge pull request #302 from 3flex/update-readme
(MODULES-927) Update readme
2014-09-22 17:06:16 -07:00
Hunter Haugen
c1ff630b16 Merge pull request #321 from cyberious/4.3.x
MODULES-1248 Fix issue with not properly counting regex matches with leg...
2014-09-16 14:30:10 -07:00
Travis Fields
acf435d1ce MODULES-1248 Fix issue with not properly counting regex matches with legacy versions of ruby 2014-09-16 13:41:39 -07:00
Travis Fields
4a79fd063a Merge pull request #322 from hunner/remove_simplecov
Remove simplecov
2014-09-16 13:39:21 -07:00
Hunter Haugen
cf8d144caf Remove simplecov
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.

(cherry picked from commit a7c129b22d)
2014-09-16 12:01:24 -07:00
Matthew Haughton
b2033a0c11 (MODULES-927) Update docs for functions in README
* range (take an optional third argument for range step)
* validate_slength (take an optional third argument for minimum length)
* file_line (take after and multiple attributes)
2014-07-17 11:06:00 -04:00
Matthew Haughton
31b02f8492 (MODULES-927) Add missing functions to README
* anchor
* bool2str
* camelcase
* deep_merge
* pick_default
* validate_ipv4_address
* validate_ipv6_address
2014-07-17 10:48:25 -04:00
Travis Fields
da11903285 Merge pull request #299 from apenney/432-release
Prepare a 4.3.2 release.
2014-07-15 09:17:39 -07:00
Ashley Penney
545dcc91f5 Prepare a 4.3.2 release. 2014-07-15 11:27:47 -04:00
Ashley Penney
4c62b7a2ee Merge pull request #298 from hunner/release_4.3.1
Release 4.3.1
2014-07-14 18:56:14 -04:00
Hunter Haugen
90ac0a7742 Release 4.3.1
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 15:55:06 -07:00
Ashley Penney
251831bd92 Merge pull request #297 from hunner/fix_metadata
Correct metadata.json to match checksum
2014-07-14 18:52:13 -04:00
Hunter Haugen
c0d35cfe9e Correct metadata.json to match checksum 2014-07-14 15:51:21 -07:00
Ashley Penney
e0315bb463 Merge pull request #296 from hunner/case_aix
AIX has no facter network support
2014-07-08 16:47:28 -04:00
Hunter Haugen
07462f2c36 AIX has no facter network support
These functions take advantage of IP fact information and AIX does not
appear to support dynamic interface detection in facter.
2014-07-08 13:45:36 -07:00
Ashley Penney
90ed35db1f Merge pull request #294 from hunner/release_4.3.0
Release 4.3.0
2014-06-27 15:35:00 -04:00
Hunter Haugen
ae82e2cb17 Release 4.3.0
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 12:30:27 -07:00
Morgan Haskel
a2b0ea79a9 Merge pull request #293 from hunner/fix_chop
Gotta single quote yer typewriter buttons
2014-06-26 16:57:10 -04:00
Hunter Haugen
ec607827ad Gotta single quote yer typewriter buttons 2014-06-26 13:55:57 -07:00
Hunter Haugen
42750fe490 Merge pull request #292 from hunner/fix_rm
Need quotes for spaces in path
2014-06-26 13:18:03 -07:00
Hunter Haugen
1b893ff653 Need quotes for spaces in path 2014-06-26 13:17:07 -07:00
Hunter Haugen
a3de985307 Merge pull request #291 from hunner/no_network_win
has_ip_network doesn't work on windows either
2014-06-26 13:13:19 -07:00
Hunter Haugen
b93f71f0ce has_ip_network doesn't work on windows either 2014-06-26 13:12:39 -07:00
Travis Fields
418c0ac012 Merge pull request #289 from hunner/disable_tests
Disable windows network stuff and quote path
2014-06-25 10:41:07 -07:00
Hunter Haugen
05b79dcabb Disable windows network stuff and quote path 2014-06-25 10:16:06 -07:00
Hunter Haugen
ac21d50847 Merge pull request #288 from hunner/rotate_slash
Not enough escape velocity
2014-06-24 17:10:31 -07:00
Hunter Haugen
0cac9fd048 Not enough escape velocity 2014-06-24 15:03:58 -07:00
Hunter Haugen
977c6c5bf0 Merge pull request #287 from hunner/rotate
Fix pe facts and slashes
2014-06-24 12:03:32 -07:00
Hunter Haugen
ca35be6480 Fix pe facts and slashes 2014-06-24 11:37:34 -07:00
Ashley Penney
7a796885d5 Merge pull request #286 from hunner/33meta
stdlib 4 isn't compatible with PE 3.2
2014-06-24 13:28:32 -04:00
Hunter Haugen
def3af9cb0 stdlib 4 isn't compatible with PE 3.2 2014-06-24 10:27:25 -07:00
Morgan Haskel
d139fcc7d2 Merge pull request #284 from cyberious/has_interface_fix
Increase resilience if lookup var comes back with nil object
2014-06-24 09:11:19 -04:00
Morgan Haskel
4e9906f84d Merge pull request #285 from cyberious/4.3.x
Fixed fqdn,getparam and has_interface_with spec tests
2014-06-24 09:10:25 -04:00
Travis Fields
eb507c9a54 Fixed fqdn,getparam and has_interface_with spec tests 2014-06-23 23:27:59 -07:00
Travis Fields
64f0ae2269 Increase resilience if lookup var comes back with nil object 2014-06-23 22:47:03 -07:00
Hunter Haugen
0427248cf0 Merge pull request #283 from cyberious/4.3.x
Add windows support and work around issue with SCP_TO on windows systems
2014-06-23 18:58:37 -07:00
Travis Fields
78f5141290 Removed platform check for facts.d mkdir 2014-06-23 18:30:42 -07:00
Travis Fields
0199e2396a Add windows support and work around issue with SCP_TO on windows systems 2014-06-23 16:59:46 -07:00
Travis Fields
191f180d1b Merge pull request #282 from hunner/rm_modulefile
Remove Modulefile; use metadata.json
2014-06-23 16:18:08 -07:00
Hunter Haugen
cfce787890 Remove Modulefile; use metadata.json 2014-06-23 16:17:23 -07:00
Travis Fields
a6b57376b0 Merge pull request #281 from hunner/win_loadyaml
Windows needs a tmpdir path
2014-06-23 15:14:51 -07:00