| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | More AST refactoring -- each of the code wrapping classes | Luke Kanies | 2008-02-08 | 6 | -266/+256 |
* | | Refactoring the AST classes just a bit. I realized that | Luke Kanies | 2008-02-08 | 22 | -110/+68 |
* | | Removing some obsolete code from the AST base class | Luke Kanies | 2008-02-08 | 1 | -39/+3 |
* | | Ceasing autoloading ast files; loading them manually instead | Luke Kanies | 2008-02-08 | 1 | -7/+21 |
* | | Merge commit 'bartv/pending/fix-933' into 0.24.x | Luke Kanies | 2008-02-05 | 1 | -0/+2 |
|\ \ |
|
| * | | Store a resource before adding relations to it otherwise activerecord will | Bart Vanbrabant | 2008-02-03 | 1 | -0/+2 |
| |/ |
|
* | | Fixing #1017 -- environment-specific modulepath is no | Luke Kanies | 2008-02-04 | 1 | -1/+1 |
* | | Significantly refactoring the lexer, including adding Token and TokenList | Luke Kanies | 2008-01-30 | 2 | -275/+393 |
* | | Removing tons of unnecessary calls to "nil?" from the lexer. | Luke Kanies | 2008-01-28 | 1 | -22/+6 |
|/ |
|
* | Fixing #976 -- both the full name of qualified classes and | Luke Kanies | 2008-01-19 | 1 | -25/+10 |
* | Applying a fix for #998 -- I used a patch equivalent to | Luke Kanies | 2008-01-19 | 1 | -0/+3 |
* | Fixing #982 -- I have completely removed the GRATR graph library | Luke Kanies | 2008-01-07 | 1 | -5/+1 |
* | Fixing #971 -- classes can once again be included multiple | Luke Kanies | 2008-01-07 | 1 | -0/+3 |
* | Fixing #967 -- relationships now work when running 0.23.x clients | Luke Kanies | 2007-12-18 | 1 | -1/+7 |
* | This should be the last fix for exported resources. | Luke Kanies | 2007-12-11 | 1 | -0/+2 |
* | Renaming 'configuration' to 'catalog', fixing #954. | Luke Kanies | 2007-12-11 | 4 | -23/+23 |
* | Fixing #923. Resources that are collected on the local | Luke Kanies | 2007-12-06 | 1 | -1/+0 |
* | Theoretically, this patch is to fix #917 (which it does), but | Luke Kanies | 2007-11-28 | 4 | -27/+22 |
* | Fixing the first half of #917 -- the ResourcReference | Luke Kanies | 2007-11-28 | 1 | -2/+2 |
* | Fixing the error message as requested in #893. | Luke Kanies | 2007-11-27 | 1 | -3/+1 |
* | Fixing #921, mostly by just deleting the existing test. I had | Luke Kanies | 2007-11-26 | 1 | -2/+4 |
* | Incorporating patch 20071030034736-6856b-6004090b3968cdbf7d366a03ee1c44e2160a... | Luke Kanies | 2007-11-24 | 1 | -89/+75 |
* | Adding patch 20070913032650-6856b-b1cca1c249415c6076ffcecb9df1525a728457c7.pa... | Luke Kanies | 2007-11-23 | 1 | -1/+1 |
* | Fixing the first part of #787. Not all collections were | Luke Kanies | 2007-11-20 | 1 | -4/+5 |
* | Fixing a failing test from my fix for #446 -- I had changed | Luke Kanies | 2007-11-19 | 1 | -6/+5 |
* | Fixing #446. I ended up largely not using porridge's patch, | Luke Kanies | 2007-11-19 | 1 | -21/+34 |
* | Fixing a parser test -- really, just removing tests | Luke Kanies | 2007-11-13 | 2 | -1/+2 |
* | Fixing #800 by refactoring how configurations are retrieved | Luke Kanies | 2007-11-12 | 1 | -6/+3 |
* | Moving some compile tests to the spec/ directory, and | Luke Kanies | 2007-11-12 | 1 | -5/+14 |
* | Changing the 'main' class to no longer be lazy-evaluated. | Luke Kanies | 2007-11-12 | 1 | -0/+2 |
* | Merge commit 'davids-bugfixes/rest/fix-731' | Luke Kanies | 2007-11-08 | 1 | -1/+2 |
|\ |
|
| * | fix #731: add exported=true to collect_exported | David Schmitt | 2007-11-08 | 1 | -1/+2 |
* | | Switching the class resource evaluation to only happen | Luke Kanies | 2007-11-08 | 2 | -5/+10 |
* | | Classes once again get evaluated immediately when the | Luke Kanies | 2007-11-08 | 1 | -0/+1 |
|/ |
|
* | Fixing error thrown when the end of the file is encountered unexpectedly | Luke Kanies | 2007-10-05 | 1 | -4/+6 |
* | Adding a :code setting for specifying code to run | Luke Kanies | 2007-10-05 | 1 | -16/+3 |
* | This commit is focused on getting the 'puppet' executable | Luke Kanies | 2007-10-05 | 2 | -9/+2 |
* | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 6 | -6/+0 |
* | Fixed #854. | Michael V. O'Brien | 2007-10-03 | 1 | -3/+1 |
* | Fixing #814 -- when files are missing, the exceptions should | Luke Kanies | 2007-10-03 | 1 | -8/+11 |
* | Merge branch 'indirection' of git://reductivelabs.com/puppet-luke | Luke Kanies | 2007-09-25 | 2 | -225/+1 |
|\ |
|
| * | Renaming the 'Puppet::Util::Config' class to | Luke Kanies | 2007-09-22 | 1 | -1/+1 |
| * | Removing the completely obsolete passwd2puppet and the obsolete component.rb | Luke Kanies | 2007-09-13 | 1 | -224/+0 |
* | | Removed TYPE token, replacing it with CLASSREF token, in the grammar and lexe... | Michael V. O'Brien | 2007-09-10 | 3 | -576/+553 |
* | | Fixed #774, which fixed fully qualified collection statements | Michael V. O'Brien | 2007-09-10 | 2 | -630/+624 |
|/ |
|
* | *Finally* fixing the tests that were failing around users and groups. The pr... | Luke Kanies | 2007-09-07 | 1 | -4/+0 |
* | Fixing some failed tests. Mostly cleanup. Next is to make all of the user t... | Luke Kanies | 2007-09-07 | 2 | -4/+10 |
* | Fixing #802 -- tags are now applied before parent classes are evaluated, so p... | Luke Kanies | 2007-09-06 | 2 | -3/+6 |
* | Fixing #807. The exception handling should more closely resemble how it used... | Luke Kanies | 2007-09-06 | 1 | -6/+13 |
* | Renaming some ast resource classes and files so they make a lot more sense. | Luke Kanies | 2007-09-06 | 7 | -22/+22 |