| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 | 4 | -9/+9 |
| * | 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 | 7 | -40/+20 |
| * | Successfully modified all tests and code so that all language tests pass agai... | Luke Kanies | 2007-09-04 | 11 | -293/+278 |
| * | 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 |
| * | Fixing some failing unit tests. | Luke Kanies | 2007-08-28 | 3 | -33/+8 |
| * | Making a couple of small bugfixes in the configuration subsystem | Luke Kanies | 2007-08-27 | 1 | -13/+10 |
| * | Adding support for providing a diff when files are being changed. Currently ... | Luke Kanies | 2007-08-27 | 1 | -1/+0 |
| * | Multiple environment support now works, and I have even tested it in real lif... | Luke Kanies | 2007-08-26 | 2 | -10/+14 |
| * | The fileserver now uses an environment-specific module path. I also made var... | Luke Kanies | 2007-08-26 | 3 | -7/+8 |
| * | Moving the node tests to rspec, and cleaning up the spec of the node, especia... | Luke Kanies | 2007-08-26 | 1 | -75/+0 |
| * | 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 | 2 | -17/+17 |
| * | Modules are now tested with spec, and they now can handle environment-specifi... | Luke Kanies | 2007-08-25 | 1 | -59/+0 |
| * | I have added basic support for a search path, altho not yet with any ability ... | Luke Kanies | 2007-08-24 | 1 | -96/+12 |
| * | Adding some rspec tests for Config.rb, because I am planning on significantly... | Luke Kanies | 2007-08-23 | 1 | -6/+12 |
| * | Everything up to the parser (and the Modules) is ready to support multiple en... | Luke Kanies | 2007-08-23 | 4 | -164/+26 |
| * | Building a stand-alone spec directory for creating the new spec-based tests. | Luke Kanies | 2007-08-23 | 78 | -5961/+0 |
| * | Adding the second half of the rspec upgrade -- apparently the "git add" thing... | Luke Kanies | 2007-08-23 | 22 | -1417/+0 |
| * | Upgrading rspec to version 1.0.8. This only includes the contents of the lib... | Luke Kanies | 2007-08-23 | 69 | -798/+3081 |
| * | Adding environment information to the client fact list. The environment is r... | Luke Kanies | 2007-08-22 | 1 | -0/+10 |
| * | Fixing the integration test between interpreter and configuration -- the inte... | Luke Kanies | 2007-08-22 | 1 | -1/+1 |
| * | Merge branch 'master' of ssh://reductivelabs.com/home/michael/git/puppet | Luke Kanies | 2007-08-22 | 1 | -4/+10 |
| |\ |
|
| | * | Fixed CA race condition (#693) | Michael V. O'Brien | 2007-08-22 | 1 | -4/+10 |
| * | | Merging the multi_env branch with master. There are not actually any conflic... | Luke Kanies | 2007-08-22 | 2 | -53/+116 |
| |\| |
|
| | * | Fixing the spec library so it correctly can see its version | Luke Kanies | 2007-08-16 | 1 | -29/+29 |
| | * | Added shortname support to config.rb and refactored addargs | Michael V. O'Brien | 2007-08-14 | 1 | -25/+88 |
| * | | The last commits before I actually start on the multi-environment support. T... | Luke Kanies | 2007-08-22 | 4 | -69/+78 |
| * | | Adding the topscope metadata to the configuration being returned to the clien... | Luke Kanies | 2007-08-22 | 2 | -7/+2 |
| * | | A round of bugfixing. Many more tests now pass -- I think we are largely dow... | Luke Kanies | 2007-08-20 | 11 | -191/+88 |
| * | | All language tests now pass. I expect there are other failures elsewhere, bu... | Luke Kanies | 2007-08-20 | 13 | -626/+276 |
| * | | The first pass where at least all of the snippet tests pass. I have unfortun... | Luke Kanies | 2007-08-20 | 9 | -635/+382 |
| * | | The new parser configuration object works now, | Luke Kanies | 2007-08-16 | 1 | -21/+606 |
| * | | Adding node caching, so that node sources are not spammed during file serving... | Luke Kanies | 2007-08-15 | 1 | -1/+24 |
| * | | Keeping the node names in the node object, so that they are available to the ... | Luke Kanies | 2007-08-15 | 1 | -0/+3 |
| * | | Refactoring a small part of the interface between the configuration handler a... | Luke Kanies | 2007-08-15 | 1 | -2/+24 |
| * | | Requiring mocha in all cases in the test tree | Luke Kanies | 2007-08-15 | 1 | -0/+1 |
| * | | The new configuration handler looks to be ready for usage. Now I just need t... | Luke Kanies | 2007-08-15 | 1 | -0/+167 |
| * | | Adding the necessary name/ip fields to the node methods | Luke Kanies | 2007-08-15 | 1 | -1/+1 |
| * | | Adding a "none" node source, which will be the default node source and will j... | Luke Kanies | 2007-08-15 | 1 | -0/+18 |
| * | | Finalizing the node handler. It now correctly uses the different node sources | Luke Kanies | 2007-08-14 | 2 | -137/+324 |
| * | | An intermediate commit in the work towards adding multi-environment support. | Luke Kanies | 2007-08-14 | 4 | -380/+578 |
| |/ |
|
| * | Applying patch by Adam Jacob to make external node tools able to handle comma... | Luke Kanies | 2007-08-13 | 1 | -3/+15 |
| * | Fix for setting global exit code ($?) in SUIDManager tests | christian | 2007-08-10 | 1 | -0/+8 |
| * | Broaden assert_absent so that it thinks that :purged is equivalent to :absent | (no author) | 2007-08-09 | 1 | -1/+1 |