summaryrefslogtreecommitdiffstats
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Reorganizing the file structure for indirection terminus types.Luke Kanies2007-10-1527-207/+210
| |_|_|/ |/| | |
* | | | Translating the report handler to an indirected model.Luke Kanies2007-10-133-0/+168
* | | | Adding version handling through most of the indirection work.Luke Kanies2007-10-123-11/+67
* | | | Fixing some small spec failures resulting from test fixes.Luke Kanies2007-10-101-3/+3
* | | | Merge branch 'master' of git://michaelobrien.info/puppet into michaelLuke Kanies2007-10-099-160/+503
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | All tests should now pass again.Luke Kanies2007-10-084-19/+209
| * | Adding support for versions and freshness-checkingLuke Kanies2007-10-063-41/+184
| |/
| * Adding a :code setting for specifying code to runLuke Kanies2007-10-053-51/+13
| * Making "null" the default node source, so nodes are at least created easilyLuke Kanies2007-10-051-6/+7
| * This commit is focused on getting the 'puppet' executableLuke Kanies2007-10-056-28/+67
| * Adding the integration tests to the Rakefile for spec,Luke Kanies2007-10-041-33/+41
* | Homing in on a clean separation of concerns for a low-coupling, high-cohesion...Rick Bradley2007-10-062-10/+64
* | Moving the webrick/mongrel "servers" over to HTTPServer module instead of Ser...Rick Bradley2007-10-051-15/+60
* | Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-052-52/+67
|\|
| * Adding another test to the ldap node source -- we makeLuke Kanies2007-10-041-1/+10
| * Fixing some terminology so some ldap tests are easier to read.Luke Kanies2007-10-041-3/+3
| * Switching the indirection from using settings for configurationLuke Kanies2007-10-041-48/+54
* | Minor tweaks.Rick Bradley2007-10-041-6/+6
* | Allow for multiple REST servers to be active; some terminology changes in spe...Rick Bradley2007-10-041-48/+56
* | Added .listening to REST server, handle listen states and transitions.Rick Bradley2007-10-041-4/+39
* | Spec'd a reset() method for clearing out known routes. Uses the unregister m...Rick Bradley2007-10-041-0/+16
* | Updating first portion of the Network RESTServer spec with example code, gett...Rick Bradley2007-10-041-2/+42
* | Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-041-0/+3
|\|
| * Fixing tests for the Configuration object, since ILuke Kanies2007-10-041-0/+3
* | Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-044-25/+63
|\|
| * Fixing #817, mostly using the patch by DavidS. I couldLuke Kanies2007-10-031-0/+19
| * Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
| * Fixing #813 -- empty configurations again work.Luke Kanies2007-10-031-0/+17
| * Fixing #814 -- when files are missing, the exceptions shouldLuke Kanies2007-10-031-24/+27
* | Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-031-9/+42
|\|
| * Adding more behaviours to the Puppet::Module spec,Luke Kanies2007-10-031-9/+42
* | Interpreting "hidden" class from spec drafts as a REST Controller. This name...Rick Bradley2007-10-031-0/+14
* | Added partial spec for the serving of REST information, as well as some clien...Rick Bradley2007-10-033-0/+80
|/
* Adding more indirection termini, mostly focused on cachingLuke Kanies2007-09-253-0/+120
* Adding cache support to indirection. If you haveLuke Kanies2007-09-251-23/+122
* I changed the Terminus class to switch camelcaseLuke Kanies2007-09-242-12/+24
* Taking a first stab at moving configuration compilingLuke Kanies2007-09-233-0/+198
* Adding a "memory" node terminus, which willLuke Kanies2007-09-232-0/+72
* Fixing the spec for the checksum terminus to matchLuke Kanies2007-09-231-3/+2
* Adding my first integration test, verifying thatLuke Kanies2007-09-234-69/+80
* Adding the first version of checksum support, which willLuke Kanies2007-09-223-1/+263
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-229-184/+184
* Adding the base file terminus. This will, at the least,Luke Kanies2007-09-221-0/+130
* Merge branch 'configurations' into indirectionLuke Kanies2007-09-228-33/+521
|\
| * All tests now pass in this configuration branch, which meansLuke Kanies2007-09-222-0/+36
| * An intermediate commit so I can start working on a differentLuke Kanies2007-09-205-7/+22
| * This is basically another intermediate commit. I feel likeLuke Kanies2007-09-173-3/+191
| * Configurations now set a "configuration" instance variable in resources that ...Luke Kanies2007-09-151-4/+11
| * The whole system now uses Configuration objects instead ofLuke Kanies2007-09-154-21/+265
* | Adding the last tests for the ldap node terminus. I managedLuke Kanies2007-09-222-2/+158