| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fixing #806. Resources correctly look up their fully qualified definition ty... | Luke Kanies | 2007-09-06 | 3 | -18/+34 |
* | Flipped the switch so that compiles now return a Configuration instance inste... | Luke Kanies | 2007-09-04 | 1 | -4/+5 |
* | Successfully modified all tests and code so that all language tests pass agai... | Luke Kanies | 2007-09-04 | 6 | -65/+38 |
* | We now have a real configuration object, as a subclass of GRATR::Digraph, tha... | Luke Kanies | 2007-09-04 | 28 | -509/+101 |
* | More refactoring. I have removed a few more extraneous methods from Scope, m... | Luke Kanies | 2007-09-03 | 6 | -68/+53 |
* | Removing the Scope#setresource method, since it was essentially redundant. T... | Luke Kanies | 2007-09-03 | 2 | -18/+3 |
* | Doing a small amount of refactoring, toward being able to use Parser resource... | Luke Kanies | 2007-09-03 | 5 | -90/+92 |
* | Deleting old documentation that somehow made it back into the tree in the swi... | Luke Kanies | 2007-09-01 | 5 | -9/+241 |
* | Multiple environment support now works, and I have even tested it in real lif... | Luke Kanies | 2007-08-26 | 2 | -1/+8 |
* | And we have multiple environment support in the parser. The only remaining p... | Luke Kanies | 2007-08-25 | 4 | -18/+11 |
* | Renaming the "configuration" object to "compile", because it is only a transi... | Luke Kanies | 2007-08-25 | 8 | -27/+27 |
* | Modules are now tested with spec, and they now can handle environment-specifi... | Luke Kanies | 2007-08-25 | 2 | -2/+12 |
* | Adding some rspec tests for Config.rb, because I am planning on significantly... | Luke Kanies | 2007-08-23 | 1 | -1/+1 |
* | Everything up to the parser (and the Modules) is ready to support multiple en... | Luke Kanies | 2007-08-23 | 3 | -112/+53 |
* | Fixing the integration test between interpreter and configuration -- the inte... | Luke Kanies | 2007-08-22 | 1 | -1/+1 |
* | The last commits before I actually start on the multi-environment support. T... | Luke Kanies | 2007-08-22 | 1 | -0/+1 |
* | Adding the topscope metadata to the configuration being returned to the clien... | Luke Kanies | 2007-08-22 | 1 | -1/+16 |
* | A round of bugfixing. Many more tests now pass -- I think we are largely dow... | Luke Kanies | 2007-08-20 | 4 | -6/+13 |
* | All language tests now pass. I expect there are other failures elsewhere, bu... | Luke Kanies | 2007-08-20 | 7 | -41/+29 |
* | The first pass where at least all of the snippet tests pass. I have unfortun... | Luke Kanies | 2007-08-20 | 10 | -279/+274 |
* | The new parser configuration object works now, | Luke Kanies | 2007-08-16 | 5 | -554/+431 |