| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | Refactoring the AST classes just a bit. I realized that | Luke Kanies | 2008-02-08 | 12 | -63/+62 |
| | * | Stubbing Facter during the snippet tests, so they are faster and work with no... | Luke Kanies | 2008-02-08 | 1 | -0/+2 |
| | * | Fixing #1017 -- environment-specific modulepath is no | Luke Kanies | 2008-02-04 | 1 | -0/+12 |
| | * | Significantly refactoring the lexer, including adding Token and TokenList | Luke Kanies | 2008-01-30 | 1 | -276/+0 |
| | * | Fixing a couple of tests, one related to recent tagging changes | Luke Kanies | 2008-01-28 | 2 | -4/+4 |
| * | | Another round of test-fixes toward eliminating global resource | Luke Kanies | 2008-01-14 | 2 | -12/+0 |
| * | | Another round of fixes toward making global resources work. | Luke Kanies | 2008-01-09 | 1 | -23/+13 |
| * | | Lots o' bug-fixes toward getting rid of global resources. | Luke Kanies | 2008-01-08 | 1 | -2/+2 |
| |/ |
|
| * | Fixing #967 -- relationships now work when running 0.23.x clients | Luke Kanies | 2007-12-18 | 1 | -5/+5 |
| * | Renaming 'configuration' to 'catalog', fixing #954. | Luke Kanies | 2007-12-11 | 4 | -18/+18 |
| * | Fixing another failing test I somehow missed in my last big commit | Luke Kanies | 2007-11-28 | 1 | -1/+1 |
| * | Theoretically, this patch is to fix #917 (which it does), but | Luke Kanies | 2007-11-28 | 6 | -23/+23 |
| * | Fixing the first half of #917 -- the ResourcReference | Luke Kanies | 2007-11-28 | 1 | -0/+12 |
| * | Incorporating patch 20071030034736-6856b-6004090b3968cdbf7d366a03ee1c44e2160a... | Luke Kanies | 2007-11-24 | 1 | -178/+0 |
| * | Fixing a couple of tests that were failing because of the environment changes. | Luke Kanies | 2007-11-23 | 1 | -0/+1 |
| * | Fixing a failing test from my fix for #446 -- I had changed | Luke Kanies | 2007-11-19 | 1 | -14/+0 |
| * | Reverting the changes I'd made toward removing the global | Luke Kanies | 2007-11-19 | 1 | -11/+12 |
| * | Fixed most failing tests, but there are still over thirty failing. | Luke Kanies | 2007-11-18 | 1 | -12/+11 |
| * | Fixing a parser test -- really, just removing tests | Luke Kanies | 2007-11-13 | 1 | -17/+3 |
| * | Fixing #800 by refactoring how configurations are retrieved | Luke Kanies | 2007-11-12 | 1 | -0/+1 |
| * | Moving some compile tests to the spec/ directory, and | Luke Kanies | 2007-11-12 | 1 | -73/+0 |
| * | Changing the 'main' class to no longer be lazy-evaluated. | Luke Kanies | 2007-11-12 | 1 | -5/+8 |
| * | Switching the class resource evaluation to only happen | Luke Kanies | 2007-11-08 | 1 | -1/+1 |
| * | Classes once again get evaluated immediately when the | Luke Kanies | 2007-11-08 | 2 | -52/+2 |
| * | Changing the test/ classes so that they work from the main | Luke Kanies | 2007-10-26 | 17 | -17/+17 |
| * | All tests should now pass again. | Luke Kanies | 2007-10-08 | 2 | -29/+9 |
| * | Adding a :code setting for specifying code to run | Luke Kanies | 2007-10-05 | 3 | -18/+6 |
| * | This commit is focused on getting the 'puppet' executable | Luke Kanies | 2007-10-05 | 2 | -41/+18 |
| * | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 8 | -8/+0 |
| * | Merge branch 'indirection' of git://reductivelabs.com/puppet-luke | Luke Kanies | 2007-09-25 | 1 | -12/+6 |
| |\ |
|
| | * | Merge branch 'configurations' into indirection | Luke Kanies | 2007-09-22 | 1 | -11/+4 |
| | |\ |
|
| | | * | All tests now pass in this configuration branch, which means | Luke Kanies | 2007-09-22 | 1 | -9/+2 |
| | |/ |
|
| | * | Another intermediate commit. The node and fact classes are now functional an... | Luke Kanies | 2007-09-12 | 1 | -3/+4 |
| * | | Removed TYPE token, replacing it with CLASSREF token, in the grammar and lexe... | Michael V. O'Brien | 2007-09-10 | 1 | -1/+19 |
| * | | Fixed #774, which fixed fully qualified collection statements | Michael V. O'Brien | 2007-09-10 | 1 | -0/+8 |
| |/ |
|
| * | *Finally* fixing the tests that were failing around users and groups. The pr... | Luke Kanies | 2007-09-07 | 4 | -9/+9 |
| * | Fixing some failed tests. Mostly cleanup. Next is to make all of the user t... | Luke Kanies | 2007-09-07 | 1 | -18/+19 |
| * | Fixing #802 -- tags are now applied before parent classes are evaluated, so p... | Luke Kanies | 2007-09-06 | 2 | -4/+25 |
| * | Renaming some ast resource classes and files so they make a lot more sense. | Luke Kanies | 2007-09-06 | 3 | -6/+6 |
| * | Fixing #806. Resources correctly look up their fully qualified definition ty... | Luke Kanies | 2007-09-06 | 1 | -0/+59 |
| * | Flipped the switch so that compiles now return a Configuration instance inste... | Luke Kanies | 2007-09-04 | 5 | -24/+19 |
| * | Successfully modified all tests and code so that all language tests pass agai... | Luke Kanies | 2007-09-04 | 9 | -290/+275 |
| * | We now have a real configuration object, as a subclass of GRATR::Digraph, tha... | Luke Kanies | 2007-09-04 | 5 | -123/+16 |
| * | More refactoring. I have removed a few more extraneous methods from Scope, m... | Luke Kanies | 2007-09-03 | 5 | -58/+17 |
| * | Removing the Scope#setresource method, since it was essentially redundant. T... | Luke Kanies | 2007-09-03 | 2 | -11/+9 |
| * | Doing a small amount of refactoring, toward being able to use Parser resource... | Luke Kanies | 2007-09-03 | 4 | -203/+43 |
| * | Deleting old documentation that somehow made it back into the tree in the swi... | Luke Kanies | 2007-09-01 | 6 | -9/+187 |
| * | And we have multiple environment support in the parser. The only remaining p... | Luke Kanies | 2007-08-25 | 7 | -36/+36 |
| * | Renaming the "configuration" object to "compile", because it is only a transi... | Luke Kanies | 2007-08-25 | 1 | -15/+15 |
| * | Everything up to the parser (and the Modules) is ready to support multiple en... | Luke Kanies | 2007-08-23 | 3 | -163/+24 |