summaryrefslogtreecommitdiffstats
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
...
* | The certificate and key are now correctly interactingLuke Kanies2008-04-153-216/+171
* | The basics for the certificate and certificate requestLuke Kanies2008-04-154-3/+177
* | Fixing a couple of broken tests.Luke Kanies2008-04-151-0/+2
* | The new SSL classes basically work, but they're notLuke Kanies2008-04-153-0/+174
* | Finished the certificate request wrapper class.Luke Kanies2008-04-151-0/+68
* | First stage of cert refactoring: PrivateLuke Kanies2008-04-153-116/+229
* | Adding the necessary tests for webrick to have logging andLuke Kanies2008-04-151-0/+145
* | Merge branch '0.24.x'Luke Kanies2008-04-118-361/+697
|\|
| * Fixishing some pending tests, including filling inLuke Kanies2008-04-111-11/+9
| * Making the changes necessary to get the REST supportLuke Kanies2008-04-111-27/+35
| * The 'destroy' method in the indirection now returnsLuke Kanies2008-04-111-3/+3
| * fill out specs for network_* methods; refactor lowest-level network hooksRick Bradley2008-04-111-26/+158
| * adding rest_connection_details helper to Indirector::REST -- will need to be ...Rick Bradley2008-04-111-0/+12
| * make sure unit indirector specs are working with #save; fill out network_put ...Rick Bradley2008-04-111-3/+53
| * updating mongrel/webrick unit tests to match integration-tested version of RE...Rick Bradley2008-04-112-22/+4
| * adding REST save support, with integration tests. A handful of unit tests in...Rick Bradley2008-04-111-2/+0
| * Added support for destroy/DELETE over REST (including units & integrations on...Rick Bradley2008-04-111-3/+56
| * updating search integration specs to include webrickRick Bradley2008-04-111-4/+4
| * making search work over REST, w/ unit & integration specsRick Bradley2008-04-111-1/+1
| * unit specs and implementation for Indirector::REST#search methodRick Bradley2008-04-111-8/+52
| * Make mongrel happy like WEBrick.Rick Bradley2008-04-113-280/+270
| * Much larger commit than I would like to land at once. This is all REST-relat...Rick Bradley2008-04-115-46/+90
| * This is the first version where mongrel and webrick are reliably startable an...Rick Bradley2008-04-112-11/+46
| * the indirector will not serve xmlrpc (this is the responsibility of the legac...Rick Bradley2008-04-112-14/+4
* | Merge branch '0.24.x'Luke Kanies2008-04-1135-942/+1179
|\|
| * Modified the 'master' handler to use the Catalog class toLuke Kanies2008-04-112-52/+9
| * Removed the code from the client that tries to avoid recompilingLuke Kanies2008-04-101-25/+0
| * Fixing #1173 -- classes and definitions can now have the sameLuke Kanies2008-04-101-1/+1
| * Fixing #1173 -- classes and definitions can now have the sameLuke Kanies2008-04-101-0/+9
| * Fixing the expire method (it wasn't using a requestLuke Kanies2008-04-101-8/+30
| * Moved the request creation into the IndirectionLuke Kanies2008-04-102-183/+220
| * Ported the rest of the indirection terminuses over toLuke Kanies2008-04-089-141/+82
| * Intermediate commit.Luke Kanies2008-04-0816-278/+301
| * Fixing some tests that were failing because new base typesLuke Kanies2008-04-081-31/+39
| * Adding the ability for indirection requests to be createdLuke Kanies2008-04-081-0/+15
| * Fixing the tests that were failing because of the useLuke Kanies2008-04-081-95/+109
| * Adding a Request class to the Indirection layer. ThisLuke Kanies2008-04-082-82/+169
| * Fixing one other test that was failing because of the changeLuke Kanies2008-04-081-3/+1
| * Changing how destroy works, just a bit -- it now acceptsLuke Kanies2008-04-082-13/+9
| * Reworking the caching layer to use TTLs instead of versionsLuke Kanies2008-04-081-442/+485
| * Adding an envelope module to handle indirected instanceLuke Kanies2008-04-081-0/+47
| * Making a test executableLuke Kanies2008-04-081-0/+0
| * Used stubs to decouple our code behavior from the behavior of the underlying ...Paul Lathrop2008-04-071-19/+23
| * Merge branch '0.24.x' of git://reductivelabs.com/puppet into unit-testsPaul Lathrop2008-03-3110-10/+10
| |\
| | * Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby.Paul Lathrop2008-03-2810-10/+10
| * | Added some more tests for loadedfile, based off the old unit tests.Paul Lathrop2008-03-251-2/+23
| * | Added rspec tests for loadedfilePaul Lathrop2008-03-241-0/+40
| |/
* | Fixing tests that were failing as a result of the merge,Luke Kanies2008-04-014-49/+2
* | Merge branch 'master' into master_no_global_resourcesLuke Kanies2008-03-3159-3188/+5183
|\ \
| * | Merge branch '0.24.x'Luke Kanies2008-03-256-102/+172
| |\|