summaryrefslogtreecommitdiffstats
path: root/test/network
Commit message (Expand)AuthorAgeFilesLines
* Remove use of Puppet::Util::Cacher in Puppet::SSL::HostNick Lewis2011-07-212-26/+5
* Remove Puppet::Network::HttpPool keep_alive handlingNick Lewis2011-07-191-1/+0
* Merge branch '2.6.x' into nextNick Lewis2010-12-161-6/+0
|\
| * maint: Remove bogus mongrel testMatt Robinson2010-12-021-6/+0
* | maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson2010-12-0618-18/+18
* | Maint: Modified uses of indirector.save to call the indirection directly.Paul Berry2010-11-301-3/+3
* | Maint: Modified tests of indirector.save to call the indirection directly.Paul Berry2010-11-301-5/+9
* | Maint: Refactor tests to use <class>.indirection.<method>Paul Berry2010-11-291-3/+3
|/
* Code smell: Two space indentationMarkus Roberts2010-07-0918-2341/+2341
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-096-35/+35
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-091-1/+0
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-093-4/+4
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-5/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-094-42/+42
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-0911-162/+299
* [#4090] Change how RunMode instances are created so that an object for each R...Matt Robinson2010-07-012-2/+2
* [#4090] Fix last few tests and renames of mode to run_modeMatt Robinson2010-07-012-3/+3
* {#3866] Rename the method metaclass to singleton_class to avoid the deprecati...Matt Robinson2010-02-171-1/+1
* Feature #2935 Puppet[:mode] and Puppet[:name] are read-onlyJesse Wolfe2010-02-173-4/+4
* Removing tests for code that was removed in the REST refactorLuke Kanies2010-04-122-302/+0
* Fix a failure in new FileBucket where it was impossible to read from aJesse Wolfe2010-04-091-1/+1
* Feature #3394 REST Runner, preparationJesse Wolfe2010-02-171-1/+1
* Feature #3347 REST-ified FileBucketJesse Wolfe2010-02-172-314/+1
* Supressing warnings (not really failures) in test/unitJesse Wolfe2010-02-171-9/+15
* Migrating Handler base tests from test/ to spec/Luke Kanies2009-08-021-63/+0
* Migrating tests to spec and removing an obsolete testLuke Kanies2009-08-021-70/+0
* Fix #2348 - Allow authstore (and REST auth) to match allow/deny against opaqu...Brice Figureau2009-07-071-7/+3
* Removed extra whitespace from end of linesIan Taylor2009-06-063-17/+17
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-069-29/+29
* Fix #2308 - Mongrel should use X-Forwarded-ForBrice Figureau2009-06-051-1/+15
* Add dynamic authorization to authstoreBrice Figureau2009-04-231-1/+48
* Fixing all tests that were apparently broken in the 0.24.x merge.Luke Kanies2009-04-021-4/+1
* Fixing tests broken in previous commitsLuke Kanies2009-03-111-12/+3
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-2/+2
* Removing or fixing old testsLuke Kanies2009-02-191-28/+6
* Fixing tests broken during the #1405 fix.Luke Kanies2009-02-062-159/+1
* Adding an Agent::Runner class.Luke Kanies2009-02-061-57/+7
* Creating and using a new Puppet::Daemon classLuke Kanies2009-02-061-70/+0
* Renmaing Puppet::Network::Client::Master to Puppet::AgentLuke Kanies2009-02-061-472/+0
* Fixing all of the test/ tests I broke in previous dev.Luke Kanies2008-12-181-1/+1
* Deprecating the Puppet::Type.create.Luke Kanies2008-12-181-1/+1
* Renaming the "Catalog#to_type" method to "Catalog#to_ral"Luke Kanies2008-12-182-5/+5
* Renaming Puppet::Node::Catalog to Puppet::Resource::CatalogLuke Kanies2008-12-181-3/+3
* Fixing all broken tests. Most of them were broken by fileserving changes.Luke Kanies2008-12-021-1/+1
* Merge branch '0.24.x'Luke Kanies2008-12-021-0/+5
|\
| * Fixed #1711 - fileserver test fails due to incorrect mockingJames Turnbull2008-11-191-0/+5
* | Changing the Cacher.invalidate method to Cacher.expire.Luke Kanies2008-11-111-1/+1
* | Fixing tests broken by fileserving and other refactoring.Luke Kanies2008-11-081-16/+17
* | Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,Luke Kanies2008-10-173-7/+13
|\|