| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'master' of git://reductivelabs.com/puppet into routing | Rick Bradley | 2007-10-09 | 5 | -47/+380 |
| |\ |
|
| | * | All tests should now pass again. | Luke Kanies | 2007-10-08 | 4 | -19/+209 |
| | * | Adding support for versions and freshness-checking | Luke Kanies | 2007-10-06 | 3 | -41/+184 |
| * | | Merge branch 'master' of git://reductivelabs.com/puppet into routing | Rick Bradley | 2007-10-06 | 10 | -122/+131 |
| |\| |
|
| | * | Adding a :code setting for specifying code to run | Luke Kanies | 2007-10-05 | 3 | -51/+13 |
| | * | Making "null" the default node source, so nodes are at least created easily | Luke Kanies | 2007-10-05 | 1 | -6/+7 |
| | * | This commit is focused on getting the 'puppet' executable | Luke Kanies | 2007-10-05 | 6 | -28/+67 |
| | * | Adding the integration tests to the Rakefile for spec, | Luke Kanies | 2007-10-04 | 4 | -37/+44 |
| * | | Homing in on a clean separation of concerns for a low-coupling, high-cohesion... | Rick Bradley | 2007-10-06 | 2 | -10/+64 |
| * | | Moving the webrick/mongrel "servers" over to HTTPServer module instead of Ser... | Rick Bradley | 2007-10-05 | 1 | -15/+60 |
| * | | Merge branch 'master' of git://reductivelabs.com/puppet into routing | Rick Bradley | 2007-10-05 | 2 | -52/+67 |
| |\| |
|
| | * | Adding another test to the ldap node source -- we make | Luke Kanies | 2007-10-04 | 1 | -1/+10 |
| | * | Fixing some terminology so some ldap tests are easier to read. | Luke Kanies | 2007-10-04 | 1 | -3/+3 |
| | * | Switching the indirection from using settings for configuration | Luke Kanies | 2007-10-04 | 1 | -48/+54 |
| * | | Minor tweaks. | Rick Bradley | 2007-10-04 | 1 | -6/+6 |
| * | | Allow for multiple REST servers to be active; some terminology changes in spe... | Rick Bradley | 2007-10-04 | 1 | -48/+56 |
| * | | Added .listening to REST server, handle listen states and transitions. | Rick Bradley | 2007-10-04 | 1 | -4/+39 |
| * | | Spec'd a reset() method for clearing out known routes. Uses the unregister m... | Rick Bradley | 2007-10-04 | 1 | -0/+16 |
| * | | Updating first portion of the Network RESTServer spec with example code, gett... | Rick Bradley | 2007-10-04 | 1 | -2/+42 |
| * | | Merge branch 'master' of git://reductivelabs.com/puppet into routing | Rick Bradley | 2007-10-04 | 1 | -0/+3 |
| |\| |
|
| | * | Fixing tests for the Configuration object, since I | Luke Kanies | 2007-10-04 | 1 | -0/+3 |
| * | | Merge branch 'master' of git://reductivelabs.com/puppet into routing | Rick Bradley | 2007-10-04 | 4 | -25/+63 |
| |\| |
|
| | * | Fixing #817, mostly using the patch by DavidS. I could | Luke Kanies | 2007-10-03 | 1 | -0/+19 |
| | * | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 1 | -1/+0 |
| | * | Fixing #813 -- empty configurations again work. | Luke Kanies | 2007-10-03 | 1 | -0/+17 |
| | * | Fixing #814 -- when files are missing, the exceptions should | Luke Kanies | 2007-10-03 | 1 | -24/+27 |
| * | | Merge branch 'master' of git://reductivelabs.com/puppet into routing | Rick Bradley | 2007-10-03 | 1 | -9/+42 |
| |\| |
|
| | * | Adding more behaviours to the Puppet::Module spec, | Luke Kanies | 2007-10-03 | 1 | -9/+42 |
| * | | Interpreting "hidden" class from spec drafts as a REST Controller. This name... | Rick Bradley | 2007-10-03 | 1 | -0/+14 |
| * | | Added partial spec for the serving of REST information, as well as some clien... | Rick Bradley | 2007-10-03 | 3 | -0/+80 |
| |/ |
|
| * | Adding more indirection termini, mostly focused on caching | Luke Kanies | 2007-09-25 | 3 | -0/+120 |
| * | Adding cache support to indirection. If you have | Luke Kanies | 2007-09-25 | 1 | -23/+122 |
| * | I changed the Terminus class to switch camelcase | Luke Kanies | 2007-09-24 | 2 | -12/+24 |
| * | Taking a first stab at moving configuration compiling | Luke Kanies | 2007-09-23 | 3 | -0/+198 |
| * | Adding a "memory" node terminus, which will | Luke Kanies | 2007-09-23 | 3 | -0/+118 |
| * | Fixing the spec for the checksum terminus to match | Luke Kanies | 2007-09-23 | 1 | -3/+2 |
| * | Adding my first integration test, verifying that | Luke Kanies | 2007-09-23 | 5 | -69/+128 |
| * | Adding the first version of checksum support, which will | Luke Kanies | 2007-09-22 | 3 | -1/+263 |
| * | Renaming the 'Puppet::Util::Config' class to | Luke Kanies | 2007-09-22 | 9 | -184/+184 |
| * | Adding the base file terminus. This will, at the least, | Luke Kanies | 2007-09-22 | 1 | -0/+130 |
| * | Merge branch 'configurations' into indirection | Luke Kanies | 2007-09-22 | 8 | -33/+521 |
| |\ |
|
| | * | All tests now pass in this configuration branch, which means | Luke Kanies | 2007-09-22 | 2 | -0/+36 |
| | * | An intermediate commit so I can start working on a different | Luke Kanies | 2007-09-20 | 6 | -7/+23 |
| | * | This is basically another intermediate commit. I feel like | Luke Kanies | 2007-09-17 | 3 | -3/+191 |
| | * | Configurations now set a "configuration" instance variable in resources that ... | Luke Kanies | 2007-09-15 | 1 | -4/+11 |
| | * | The whole system now uses Configuration objects instead of | Luke Kanies | 2007-09-15 | 4 | -21/+265 |
| * | | Adding the last tests for the ldap node terminus. I managed | Luke Kanies | 2007-09-22 | 2 | -2/+158 |
| * | | All indirections are working, and they have all | Luke Kanies | 2007-09-22 | 11 | -401/+414 |
| * | | It looks like the new indirection setup is complete. | Luke Kanies | 2007-09-21 | 6 | -149/+164 |
| * | | Adding automatic association between terminus subclasses and | Luke Kanies | 2007-09-21 | 1 | -4/+58 |