| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | Partial work done for ssl certificates. | Michael V. O'Brien | 2007-10-19 | 2 | -0/+38 |
| * | | Adding authorization hooks to the file_server and | Luke Kanies | 2007-10-21 | 3 | -12/+33 |
| * | | Renaming the 'mounts' terminus to 'file_server', and renaming | Luke Kanies | 2007-10-20 | 2 | -2/+2 |
* | | | Merge branch 'master' of git://reductivelabs.com/puppet into routing | Rick Bradley | 2007-10-22 | 14 | -8/+241 |
|\| | |
|
| * | | File serving now works. I've tested a couple of ways to | Luke Kanies | 2007-10-19 | 11 | -48/+125 |
| |/ |
|
| * | I've now split the file-serving termini into two separate types (in | Luke Kanies | 2007-10-18 | 6 | -5/+100 |
| * | Fixing all of the classes that I just renamed, and adding | Luke Kanies | 2007-10-18 | 2 | -2/+2 |
| * | Renaming the file serving indirection termini to match | Luke Kanies | 2007-10-18 | 2 | -0/+0 |
| * | I'm working on making file serving work in the indirector now, so I | Luke Kanies | 2007-10-18 | 2 | -7/+31 |
| * | Renaming the file_serving/{content,metadata} indirections | Luke Kanies | 2007-10-18 | 4 | -2/+14 |
| * | Adding the first pass at modifying file serving | Luke Kanies | 2007-10-17 | 2 | -0/+25 |
* | | First pass through initializers of {mongrel, webrick} REST handlers; hooks in... | Rick Bradley | 2007-10-16 | 1 | -0/+8 |
|/ |
|
* | Reorganizing the file structure for indirection terminus types. | Luke Kanies | 2007-10-15 | 15 | -22/+52 |
* | Translating the report handler to an indirected model. | Luke Kanies | 2007-10-13 | 1 | -0/+49 |
* | Adding version handling through most of the indirection work. | Luke Kanies | 2007-10-12 | 2 | -8/+18 |
* | Merge branch 'master' of git://michaelobrien.info/puppet into michael | Luke Kanies | 2007-10-09 | 5 | -55/+123 |
|\ |
|
| * | All tests should now pass again. | Luke Kanies | 2007-10-08 | 5 | -13/+52 |
| * | Adding support for versions and freshness-checking | Luke Kanies | 2007-10-06 | 2 | -12/+46 |
| * | Removing obsolete comment | Luke Kanies | 2007-10-05 | 1 | -3/+0 |
| * | Adding a :code setting for specifying code to run | Luke Kanies | 2007-10-05 | 1 | -15/+1 |
| * | This commit is focused on getting the 'puppet' executable | Luke Kanies | 2007-10-05 | 1 | -24/+36 |
* | | Merge branch 'master' of git://reductivelabs.com/puppet into routing | Rick Bradley | 2007-10-05 | 2 | -35/+39 |
|\| |
|
| * | Adding another test to the ldap node source -- we make | Luke Kanies | 2007-10-04 | 1 | -2/+5 |
| * | Switching the indirection from using settings for configuration | Luke Kanies | 2007-10-04 | 1 | -33/+34 |
* | | Added partial spec for the serving of REST information, as well as some clien... | Rick Bradley | 2007-10-03 | 2 | -0/+14 |
|/ |
|
* | Adding more indirection termini, mostly focused on caching | Luke Kanies | 2007-09-25 | 3 | -0/+31 |
* | Adding cache support to indirection. If you have | Luke Kanies | 2007-09-25 | 1 | -1/+31 |
* | I changed the Terminus class to switch camelcase | Luke Kanies | 2007-09-24 | 1 | -2/+4 |
* | Taking a first stab at moving configuration compiling | Luke Kanies | 2007-09-23 | 2 | -0/+177 |
* | Adding a "memory" node terminus, which will | Luke Kanies | 2007-09-23 | 2 | -0/+29 |
* | Adding my first integration test, verifying that | Luke Kanies | 2007-09-23 | 1 | -3/+1 |
* | Adding the first version of checksum support, which will | Luke Kanies | 2007-09-22 | 2 | -9/+58 |
* | Renaming the 'Puppet::Util::Config' class to | Luke Kanies | 2007-09-22 | 2 | -3/+3 |
* | Adding the base file terminus. This will, at the least, | Luke Kanies | 2007-09-22 | 1 | -0/+40 |
* | Merge branch 'configurations' into indirection | Luke Kanies | 2007-09-22 | 1 | -1/+1 |
|\ |
|
| * | The whole system now uses Configuration objects instead of | Luke Kanies | 2007-09-15 | 1 | -4/+0 |
* | | Adding the last tests for the ldap node terminus. I managed | Luke Kanies | 2007-09-22 | 2 | -13/+53 |
* | | All indirections are working, and they have all | Luke Kanies | 2007-09-22 | 10 | -234/+295 |
* | | It looks like the new indirection setup is complete. | Luke Kanies | 2007-09-21 | 4 | -19/+64 |
* | | Adding automatic association between terminus subclasses and | Luke Kanies | 2007-09-21 | 3 | -41/+30 |
* | | Adding the first top-level terminus (yaml). It works | Luke Kanies | 2007-09-21 | 3 | -1/+73 |
* | | Moving the Puppet::Indirector::Terminus class into its | Luke Kanies | 2007-09-21 | 1 | -0/+19 |
* | | The unit tests for the newly-resurrected indirection class | Luke Kanies | 2007-09-20 | 1 | -19/+28 |
* | | Fixing all existing spec tests so that they now | Luke Kanies | 2007-09-20 | 4 | -5/+5 |
* | | Updates to indirection stuffs. Making a better spec and migrating to it. | Rick Bradley | 2007-09-17 | 1 | -1/+1 |
|/ |
|
* | Another intermediate commit. The node and fact classes are now functional an... | Luke Kanies | 2007-09-12 | 5 | -30/+136 |
* | The Node handler is now obsolete. Node searching is handled through the indi... | Luke Kanies | 2007-09-11 | 3 | -9/+21 |
* | Doing an intermediate commit so rick can look at the work I have done so far. | Luke Kanies | 2007-09-11 | 4 | -0/+240 |