| Commit message (Expand) | Author | Age | Files | Lines |
* | Moving the resource container behaviour to the Configuration object, rather t... | Luke Kanies | 2007-09-12 | 5 | -53/+50 |
* | Adding a to_graph method to TransBuckets, so that the buckets can directly ge... | Luke Kanies | 2007-09-12 | 10 | -337/+629 |
* | Another intermediate commit. The node and fact classes are now functional an... | Luke Kanies | 2007-09-12 | 34 | -475/+776 |
* | Adding setup/teardown hooks to rspec, so we can use test/unit methods | Luke Kanies | 2007-09-11 | 1 | -0/+7 |
* | Refactoring the feature support so it loads libraries when a feature is asked... | Luke Kanies | 2007-09-11 | 2 | -24/+31 |
* | The Node handler is now obsolete. Node searching is handled through the indi... | Luke Kanies | 2007-09-11 | 10 | -1031/+215 |
* | Doing an intermediate commit so rick can look at the work I have done so far. | Luke Kanies | 2007-09-11 | 14 | -34/+774 |
* | Renaming the instance loader method to "instance_load". It was previously au... | Luke Kanies | 2007-09-10 | 5 | -8/+8 |
* | Merge branch 'master' of http://northstarlabs.net/git/puppet | Luke Kanies | 2007-09-10 | 1 | -1/+1 |
|\ |
|
| * | Fixed hdiutil syntax for ticket 812 | Jeffrey J McCune | 2007-09-10 | 1 | -1/+1 |
| * | Merge branch 'master' of git://reductivelabs.com/puppet | Jeffrey J McCune | 2007-09-10 | 260 | -10603/+9317 |
| |\ |
|
| * \ | Merge branch 'master' of git://reductivelabs.com/puppet | Jeffrey J McCune | 2007-08-16 | 1 | -29/+29 |
| |\ \ |
|
| * \ \ | Merge commit 'aabad8e' | Jeffrey J McCune | 2007-08-15 | 15 | -754/+1648 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' of git://reductivelabs.com/puppet | Jeffrey J McCune | 2007-08-15 | 4 | -36/+139 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'master' of git://reductivelabs.com/puppet | Jeffrey J McCune | 2007-08-14 | 1 | -5/+5 |
| |\ \ \ \ \ |
|
* | | | | | | | Removing extraneous logging from the node handler | Luke Kanies | 2007-09-10 | 1 | -1/+1 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | *Finally* fixing the tests that were failing around users and groups. The pr... | Luke Kanies | 2007-09-07 | 8 | -54/+25 |
* | | | | | | Fixing some failed tests. Mostly cleanup. Next is to make all of the user t... | Luke Kanies | 2007-09-07 | 11 | -216/+61 |
* | | | | | | Fixing a path test. I have now made the path stuff a lot cleaner, but it app... | Luke Kanies | 2007-09-07 | 1 | -1/+1 |
* | | | | | | Fixing #801 -- resources that have changes when running in noop mode do not r... | Luke Kanies | 2007-09-07 | 2 | -3/+29 |
* | | | | | | Fixing some broken tests in the master client, and adding a test for #800 but... | Luke Kanies | 2007-09-06 | 4 | -34/+38 |
* | | | | | | Fixing #795 -- configuration elements now make sure all file paths are fully ... | Luke Kanies | 2007-09-06 | 2 | -2/+21 |
* | | | | | | Fixing #802 -- tags are now applied before parent classes are evaluated, so p... | Luke Kanies | 2007-09-06 | 4 | -7/+31 |
* | | | | | | Fixing #807. The exception handling should more closely resemble how it used... | Luke Kanies | 2007-09-06 | 4 | -11/+32 |
* | | | | | | Renaming some ast resource classes and files so they make a lot more sense. | Luke Kanies | 2007-09-06 | 11 | -31/+31 |
* | | | | | | Fixing #806. Resources correctly look up their fully qualified definition ty... | Luke Kanies | 2007-09-06 | 6 | -21/+98 |
* | | | | | | A small change to the indirector, moving it to a module instead of a class. ... | Luke Kanies | 2007-09-06 | 1 | -64/+19 |
* | | | | | | Adding my indirector class before i rewrite it. I am probably not going to k... | Luke Kanies | 2007-09-06 | 1 | -0/+121 |
* | | | | | | Flipped the switch so that compiles now return a Configuration instance inste... | Luke Kanies | 2007-09-04 | 12 | -57/+53 |
* | | | | | | Successfully modified all tests and code so that all language tests pass agai... | Luke Kanies | 2007-09-04 | 17 | -358/+316 |
* | | | | | | We now have a real configuration object, as a subclass of GRATR::Digraph, tha... | Luke Kanies | 2007-09-04 | 38 | -658/+378 |
* | | | | | | More refactoring. I have removed a few more extraneous methods from Scope, m... | Luke Kanies | 2007-09-03 | 11 | -126/+70 |
* | | | | | | Removing the Scope#setresource method, since it was essentially redundant. T... | Luke Kanies | 2007-09-03 | 4 | -29/+12 |
* | | | | | | Doing a small amount of refactoring, toward being able to use Parser resource... | Luke Kanies | 2007-09-03 | 11 | -293/+240 |
* | | | | | | Deleting old documentation that somehow made it back into the tree in the swi... | Luke Kanies | 2007-09-01 | 27 | -3048/+478 |
* | | | | | | Renaming the file containing all of the configuration defaults to "defaults.r... | Luke Kanies | 2007-08-28 | 2 | -1/+1 |
* | | | | | | 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 | 5 | -16/+31 |
* | | | | | | Adding support for providing a diff when files are being changed. Currently ... | Luke Kanies | 2007-08-27 | 10 | -20/+132 |
* | | | | | | Multiple environment support now works, and I have even tested it in real lif... | Luke Kanies | 2007-08-26 | 8 | -52/+118 |
* | | | | | | The fileserver now uses an environment-specific module path. I also made var... | Luke Kanies | 2007-08-26 | 9 | -29/+64 |
* | | | | | | Adding a bit of testing for node names. | Luke Kanies | 2007-08-26 | 2 | -1/+14 |
* | | | | | | Moving the node tests to rspec, and cleaning up the spec of the node, especia... | Luke Kanies | 2007-08-26 | 2 | -74/+108 |
* | | | | | | Moving the node tests to rspec, and cleaning up the spec of the node, especia... | Luke Kanies | 2007-08-26 | 1 | -0/+0 |
* | | | | | | And we have multiple environment support in the parser. The only remaining p... | Luke Kanies | 2007-08-25 | 13 | -61/+68 |
* | | | | | | Removing this test for now; I do not have time to port it from test/unit to r... | Luke Kanies | 2007-08-25 | 1 | -755/+0 |
* | | | | | | Renaming the "configuration" object to "compile", because it is only a transi... | Luke Kanies | 2007-08-25 | 11 | -29/+784 |
* | | | | | | Oops, created a test directory in the main spec dir, rather than in the unit/... | Luke Kanies | 2007-08-25 | 1 | -0/+0 |
* | | | | | | Modules are now tested with spec, and they now can handle environment-specifi... | Luke Kanies | 2007-08-25 | 6 | -104/+193 |
* | | | | | | The config class now has support for add an environment to its search path. ... | Luke Kanies | 2007-08-24 | 2 | -31/+86 |