| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Finalizing the node handler. It now correctly uses the different node sources | Luke Kanies | 2007-08-14 | 1 | -133/+0 |
* | An intermediate commit in the work towards adding multi-environment support. | Luke Kanies | 2007-08-14 | 5 | -347/+311 |
* | Applying patch by Adam Jacob to make external node tools able to handle comma... | Luke Kanies | 2007-08-13 | 1 | -2/+7 |
* | Fixing #731 - we are now correctly only collecting exported resources | luke | 2007-08-05 | 1 | -1/+1 |
* | Adding a file that should have been in a commit from yesterda | luke | 2007-08-04 | 1 | -0/+447 |
* | Fixing #314 and #729; here's the changelog: | luke | 2007-08-03 | 7 | -671/+60 |
* | Caching whether a given file or module has been loaded, because the loading w... | luke | 2007-07-20 | 1 | -7/+12 |
* | Adding the ability to specify relationships to classes, using Class[name] res... | luke | 2007-07-19 | 1 | -3/+9 |
* | The first round of bug-fixes in preparation for beaker | luke | 2007-07-19 | 1 | -2/+4 |
* | Fixing #695 -- resource references will correctly serialize and unserialize i... | luke | 2007-07-18 | 1 | -8/+19 |
* | Fixing #703, mostly. You still cannot do multi-condition queries, but you ca... | luke | 2007-07-18 | 2 | -12/+14 |
* | Removing notice about "import loop", which was happening constantly when auto... | luke | 2007-07-14 | 2 | -16/+10 |
* | Fixing error message when a parameter is getting redefined | luke | 2007-07-14 | 1 | -7/+11 |
* | Fixing #589 | luke | 2007-07-13 | 2 | -367/+377 |
* | Fixing #468 -- fully qualified resources can now be specified as dependencies | luke | 2007-07-13 | 2 | -406/+418 |
* | Fixing the interpreter autoloading so that it correctly loads classes even wh... | luke | 2007-07-12 | 1 | -58/+40 |
* | Applying a version of the diff to the defined() docs from David Schmitt | luke | 2007-07-12 | 1 | -1/+2 |
* | Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa... | luke | 2007-07-10 | 6 | -583/+671 |
* | Fixing a typo in a log message | luke | 2007-07-09 | 1 | -1/+1 |