| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement node matching with regexes | Brice Figureau | 2009-08-01 | 6 | -572/+604 |
* | Make sure node are referenced by their names | Brice Figureau | 2009-08-01 | 6 | -579/+600 |
* | Enhance selector and case statements to match with regexp | Brice Figureau | 2009-08-01 | 5 | -617/+652 |
* | Fix #2033 - Allow regexp in if expression | Brice Figureau | 2009-08-01 | 5 | -635/+692 |
* | Add AST::Regex, an AST leaf node representing a regex | Brice Figureau | 2009-08-01 | 3 | -38/+93 |
* | Add regexes and regex match operators to the parser | Brice Figureau | 2009-08-01 | 2 | -775/+773 |
* | Add regex, match and not match token to the lexer | Brice Figureau | 2009-08-01 | 1 | -0/+7 |
* | Allow variable $0 to $9 to be interpolated, if ephemeral | Brice Figureau | 2009-08-01 | 1 | -2/+7 |
* | Implement ephemeral scope variables | Brice Figureau | 2009-08-01 | 2 | -19/+44 |
* | Modifying the REST client error to make server errors more clear | Luke Kanies | 2009-08-01 | 1 | -1/+1 |
* | Fixes #2472. Load Facter facts when ralsh is invoked, plus test. | Nigel Kersten | 2009-08-01 | 1 | -0/+2 |
* | Fixes #2461. Provide new and old code paths for macosx_productversion_major w... | Nigel Kersten | 2009-07-31 | 1 | -1/+12 |
* | Fixing #2440 - catalogs can now be compiled on demand | Luke Kanies | 2009-07-31 | 1 | -1/+27 |
* | Exiting from app failures instead of raising | Luke Kanies | 2009-07-31 | 1 | -5/+16 |
* | Fix #2465 - Default auth information is confusing with no auth.conf | Brice Figureau | 2009-07-30 | 1 | -1/+1 |
* | Fix #2459 - puppetdoc added namespace classes as RDoc modules instead of classes | Brice Figureau | 2009-07-30 | 2 | -1/+9 |
* | Fix #2448 - fix the broken runit provider and tests | Brice Figureau | 2009-07-29 | 1 | -0/+10 |
* | Fixed #2405 - Mount parameter "dump" doesn't accept all valid values on FreeBSD | James Turnbull | 2009-07-29 | 1 | -2/+7 |
* | Fixes #2362. Do not validate users/groups when supplied with numeric uid/gids | Nigel Kersten | 2009-07-29 | 2 | -0/+12 |
* | Fix #2454 - Definition named after a module don't show in puppetdoc | Brice Figureau | 2009-07-28 | 1 | -2/+0 |
* | Fix #2453 - puppetdoc mixes long class names that look alike | Brice Figureau | 2009-07-28 | 1 | -2/+14 |
* | Fix #2422 & #2433 - make sure puppetdoc transform AST::Leaf boolean correctly | Brice Figureau | 2009-07-25 | 5 | -25/+35 |
* | Fixing #2296 - overlapping recursions work again | Luke Kanies | 2009-07-25 | 1 | -1/+29 |
* | Fixing #2423 - no more strange dependency cycles | Luke Kanies | 2009-07-25 | 1 | -1/+5 |
* | Fixing #2443: Adding debugging guidance to dep cycle errors | Luke Kanies | 2009-07-25 | 1 | -1/+1 |
* | Minor fix to URL for LDAP nodes documentation | James Turnbull | 2009-07-24 | 1 | -1/+1 |
* | Fixing #2399 - removing client-side rrd graphs | Luke Kanies | 2009-07-23 | 2 | -5/+0 |
* | Fixing #2421 - file renaming errors now propagate | Luke Kanies | 2009-07-24 | 1 | -1/+1 |
* | Fixes #2438, get major OS X version from Facter and replace Puppet::Error inv... | Nigel Kersten | 2009-07-24 | 1 | -20/+16 |
* | Fixing #2403 - provider specificity is richer and better | Luke Kanies | 2009-07-24 | 2 | -4/+4 |
* | Fix #2439 - let puppetdoc use loaded_code | Brice Figureau | 2009-07-24 | 2 | -3/+9 |
* | Fixed #2436 - Changed ralsh to use Puppet::Type.new and avoid deprecation notice | James Turnbull | 2009-07-23 | 1 | -1/+1 |
* | Make pkgdmg default Darwin provider, make confines consistent on Darwin packa... | Nigel Kersten | 2009-07-21 | 4 | -7/+7 |
* | Fix #2425 - make sure client can contact CA server with REST | Brice Figureau | 2009-07-21 | 3 | -0/+9 |
* | Fix #2424 - take 2, make sure default mounts allow every clients | Brice Figureau | 2009-07-21 | 1 | -0/+2 |
* | Fix #2424 - File server can't find module in environment | Brice Figureau | 2009-07-18 | 2 | -3/+3 |
* | Fix small typo in the fix for #2394 | Brice Figureau | 2009-07-18 | 1 | -1/+1 |
* | Feature #2378 - Implement "thin_storeconfigs" | Brice Figureau | 2009-07-18 | 2 | -2/+15 |
* | Fix #2391 - Exported resources never make to the storeconfigs db | Brice Figureau | 2009-07-18 | 5 | -3/+30 |
* | Fix #2261 - Make sure query string parameters are properly escaped | Brice Figureau | 2009-07-17 | 3 | -6/+7 |
* | Fixed #579 - puppet should try to clear solaris 10 services in maintenance state | James Turnbull | 2009-07-16 | 1 | -1/+8 |
* | Fix #1963 - Failing to read /proc/mounts for selinux kills file downloads | Ricky Zhou | 2009-07-16 | 1 | -2/+8 |
* | Fixing #2245 - provider lists are not lost on type reload | Luke Kanies | 2009-07-16 | 1 | -12/+20 |
* | Ruby no longer clobbers puppet autoloading | Luke Kanies | 2009-07-16 | 1 | -0/+1 |
* | deprecate NetInfo providers and examples, remove all NetInfo references and t... | Nigel Kersten | 2009-07-14 | 12 | -447/+10 |
* | Fixed #2410 - default acl logs as info instead of warn. | Sam Livingston-Gray | 2009-07-14 | 1 | -1/+1 |
* | Fixed #2394 - warn once on module mount deprecation. | Sam Livingston-Gray | 2009-07-13 | 1 | -1/+1 |
* | Fixes #2258,#2257,#2256. Maintain correct type for integers/booleans, allow c... | Nigel Kersten | 2009-07-11 | 2 | -7/+39 |
* | Added Markdown mode to puppetdoc to output Markdown. | James Turnbull | 2009-07-10 | 2 | -8/+54 |
* | Allow boolean value for boolean cli parameter | Brice Figureau | 2009-07-10 | 1 | -0/+2 |