summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix #2033 - Allow regexp in if expressionBrice Figureau2009-08-0111-643/+836
* Add AST::Regex, an AST leaf node representing a regexBrice Figureau2009-08-014-39/+213
* Add regexes and regex match operators to the parserBrice Figureau2009-08-012-775/+773
* Add regex, match and not match token to the lexerBrice Figureau2009-08-012-0/+21
* Allow variable $0 to $9 to be interpolated, if ephemeralBrice Figureau2009-08-012-2/+37
* Implement ephemeral scope variablesBrice Figureau2009-08-014-28/+107
* Signed-off-by: Eric Sorenson <ahpook@gmail.com>Eric Sorenson2009-08-013-3/+3
* Modifying the REST client error to make server errors more clearLuke Kanies2009-08-011-1/+1
* Fixes #2472. Load Facter facts when ralsh is invoked, plus test.Nigel Kersten2009-08-012-0/+7
* Update CHANGELOG.gitJames Turnbull2009-07-311-0/+18615
* Fixed ci_spec task for RubyGems 1.3.5James Turnbull2009-07-311-2/+2
* Fixes #2461. Provide new and old code paths for macosx_productversion_major w...Nigel Kersten2009-07-311-1/+12
* Fixing typo in two tests which caused them to always passMarkus Roberts2009-07-311-2/+2
* Fixing #2440 - catalogs can now be compiled on demandLuke Kanies2009-07-312-1/+90
* Exiting from app failures instead of raisingLuke Kanies2009-07-312-12/+26
* Minimal patch to fix #2290 (/tmp permissions)Markus Roberts2009-07-311-0/+4
* Fix #2467 - rack: suggest putting puppet/lib at beginning of RUBYLIB search pathMarc Fournier2009-07-301-1/+1
* Fix #2465 - Default auth information is confusing with no auth.confBrice Figureau2009-07-301-1/+1
* Fix #2459 - puppetdoc added namespace classes as RDoc modules instead of classesBrice Figureau2009-07-302-1/+9
* Fix #2429 - vim: class/define/node should only be followed by whitespaceMarc Fournier2009-07-291-1/+1
* Fix #2448 - fix the broken runit provider and testsBrice Figureau2009-07-292-1/+23
* Fixed #2405 - Mount parameter "dump" doesn't accept all valid values on FreeBSDJames Turnbull2009-07-291-2/+7
* Fixes #2362. Do not validate users/groups when supplied with numeric uid/gidsNigel Kersten2009-07-294-0/+22
* Fix #2454 - Definition named after a module don't show in puppetdocBrice Figureau2009-07-281-2/+0
* Fix #2453 - puppetdoc mixes long class names that look alikeBrice Figureau2009-07-281-2/+14
* Fix #2422 & #2433 - make sure puppetdoc transform AST::Leaf boolean correctlyBrice Figureau2009-07-259-25/+84
* Fixing #2296 - overlapping recursions work againLuke Kanies2009-07-255-108/+52
* Fixing mocks to remove warningsLuke Kanies2009-07-251-18/+18
* Fixing #2423 - no more strange dependency cyclesLuke Kanies2009-07-252-1/+28
* Fixing #2443: Adding debugging guidance to dep cycle errorsLuke Kanies2009-07-251-1/+1
* Fixing a test broken by changing the default os x package typeLuke Kanies2009-07-241-1/+1
* Fixing selinux tests broken in the fix for #1963Luke Kanies2009-07-241-3/+2
* Fixing #2445 - fixing the mount test mockLuke Kanies2009-07-241-1/+2
* Minor fix to URL for LDAP nodes documentationJames Turnbull2009-07-241-1/+1
* Fixing #2399 - removing client-side rrd graphsLuke Kanies2009-07-234-11/+1
* Fixing #2421 - file renaming errors now propagateLuke Kanies2009-07-242-1/+12
* Fixes #2438, get major OS X version from Facter and replace Puppet::Error inv...Nigel Kersten2009-07-241-20/+16
* Update install.rb to cope with all OS X versions, not just 10.5Nigel Kersten2009-07-241-2/+3
* Fixing #2403 - provider specificity is richer and betterLuke Kanies2009-07-245-26/+52
* Fix #2439 - let puppetdoc use loaded_codeBrice Figureau2009-07-243-3/+16
* Fixed #2436 - Changed ralsh to use Puppet::Type.new and avoid deprecation noticeJames Turnbull2009-07-232-4/+4
* Fixes #2430 - Stock apache2.conf for passenger incorrectJames Turnbull2009-07-231-9/+11
* Make pkgdmg default Darwin provider, make confines consistent on Darwin packa...Nigel Kersten2009-07-214-7/+7
* Convert to using sbindir for OS X packages, clean out previous executables in...Nigel Kersten2009-07-212-1/+14
* Fix #2425 - make sure client can contact CA server with RESTBrice Figureau2009-07-216-0/+33
* Fix #2424 - take 2, make sure default mounts allow every clientsBrice Figureau2009-07-212-0/+15
* Fix #2378 and #2391 testsBrice Figureau2009-07-204-2/+50
* Fix #2424 - File server can't find module in environmentBrice Figureau2009-07-184-7/+7
* Fix small typo in the fix for #2394Brice Figureau2009-07-182-2/+2
* Feature #2378 - Implement "thin_storeconfigs"Brice Figureau2009-07-184-2/+100