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