| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | All indirections are working, and they have all | Luke Kanies | 2007-09-22 | 1 | -89/+0 |
| | | | | | | | | | | | | | | | | | | been migrated over to the new organization. Where we would have previously had an 'ldap' node terminus at puppet/indirector/node/ldap.rb, we would not have it at puppet/indirector/ldap/node.rb, and it would be a subclass of puppet/indirector/ldap.rb. These are called terminus classes, and there are now three categories of them: The base class itself, abstract classes that provide most of the functionality (e.g., the ldap and yaml classes), and the classes themselves that implement the functionality for a given model like Node or Facts. The base terminus class handles auto-loading any of these classes from disk. | ||||
| * | Fixing all existing spec tests so that they now | Luke Kanies | 2007-09-20 | 1 | -1/+1 |
| | | | | | | | pass given the redesign that Rick implemented. This was mostly a question of fixing the method names and the mocks. | ||||
| * | Another intermediate commit. The node and fact classes are now functional ↵ | Luke Kanies | 2007-09-12 | 1 | -22/+56 |
| | | | | | and are used instead of the network handlers, which have been removed. There are some failing tests as a result, but I want to get this code committed before I massage the rest of the system to make it work again. | ||||
| * | The Node handler is now obsolete. Node searching is handled through the ↵ | Luke Kanies | 2007-09-11 | 1 | -2/+6 |
| | | | | | indirector. I have not yet added the tests for the node handlers themselves, which is next. | ||||
| * | Doing an intermediate commit so rick can look at the work I have done so far. | Luke Kanies | 2007-09-11 | 1 | -0/+51 |
