summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Adding the first top-level terminus (yaml). It worksLuke Kanies2007-09-217-14/+242
* | | | | Moving the Puppet::Indirector::Terminus class into itsLuke Kanies2007-09-213-21/+59
* | | | | Adding a couple more tests to the indirector, talking aboutLuke Kanies2007-09-212-2/+13
* | | | | The indirector specs now all pass. I think I needLuke Kanies2007-09-214-133/+63
* | | | | The unit tests for the newly-resurrected indirection classLuke Kanies2007-09-203-145/+157
* | | | | Fixing all existing spec tests so that they nowLuke Kanies2007-09-2015-62/+73
* | | | | Merge branch 'indirection' of http://git.rickbradley.com/puppet into indirectionLuke Kanies2007-09-202-132/+211
|\ \ \ \ \
| * | | | | Whitespace and comment commit.Rick Bradley2007-09-201-1/+3
| * | | | | More spec and indirector updates.Rick Bradley2007-09-202-105/+46
| * | | | | Finally, some progress. Closing the loops and delegating registered class ca...Rick Bradley2007-09-191-9/+38
| * | | | | Reworking the Indirector code. Continuing to fight the classgen and instance...Rick Bradley2007-09-192-118/+225
* | | | | | Merge branch 'indirection' of http://git.rickbradley.com/puppet into indirectionLuke Kanies2007-09-176-13/+113
|\| | | | | | |/ / / / |/| | | |
| * | | | Updates to indirection stuffs. Making a better spec and migrating to it.Rick Bradley2007-09-176-13/+113
* | | | | Removing the completely obsolete passwd2puppet and the obsolete component.rbLuke Kanies2007-09-132-269/+0
|/ / / /
* | | | 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