summaryrefslogtreecommitdiffstats
path: root/test/network/handler
Commit message (Expand)AuthorAgeFilesLines
* Remove use of Puppet::Util::Cacher in Puppet::SSL::HostNick Lewis2011-07-211-5/+0
* maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson2010-12-065-5/+5
* 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-095-1340/+1340
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-093-29/+29
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-2/+2
* 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-092-22/+22
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-092-93/+168
* Feature #2935 Puppet[:mode] and Puppet[:name] are read-onlyJesse Wolfe2010-02-171-1/+1
* Removing tests for code that was removed in the REST refactorLuke Kanies2010-04-121-250/+0
* Feature #3394 REST Runner, preparationJesse Wolfe2010-02-171-1/+1
* Feature #3347 REST-ified FileBucketJesse Wolfe2010-02-171-313/+0
* 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
* Removed extra whitespace from end of linesIan Taylor2009-06-062-16/+16
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-063-5/+5
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-2/+2
* Adding an Agent::Runner class.Luke Kanies2009-02-061-57/+7
* Fixing all of the test/ tests I broke in previous dev.Luke Kanies2008-12-181-1/+1
* Renaming the "Catalog#to_type" method to "Catalog#to_ral"Luke Kanies2008-12-181-3/+3
* 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
* | Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,Luke Kanies2008-10-172-1/+11
|\|
| * Fixing the broken tests resulting from the fix for #1551.Luke Kanies2008-10-081-1/+3
| * Fixing #947 - pluginsync no longer fails poorly when no plugins existLuke Kanies2008-10-031-0/+8
* | Merge branch '0.24.x' into mergingLuke Kanies2008-07-291-0/+34
|\|
| * You can now select the encoding format when transferring the catalog,Luke Kanies2008-07-181-0/+34
* | Merge branch '0.24.x'Luke Kanies2008-06-141-52/+34
|\|
| * Always using the cert name to store yaml files, which fixes #1178.Luke Kanies2008-05-261-52/+34
* | Fixing #1247 -- no more clear_cache failures.Luke Kanies2008-05-251-1/+1
* | Merge branch '0.24.x'Luke Kanies2008-04-112-204/+9
|\|
| * Modified the 'master' handler to use the Catalog class toLuke Kanies2008-04-112-204/+9
* | Fixing the tests in test/ that were broken asLuke Kanies2008-04-011-59/+26
* | Merge branch 'master' into master_no_global_resourcesLuke Kanies2008-03-312-51/+64
|\|
| * tweak the (already applied) patch in 388cf7c3df7ce26e953949ed6fe63d76cbbb3691...Sam Quigley2008-03-201-0/+4
| * Regression in :node_name functionalityJohn Ferlito2008-03-141-2/+9
| * Somewhat refactored fileserving so that it no longer cachesLuke Kanies2008-02-231-49/+51
* | Another round of test-fixes toward eliminating global resourceLuke Kanies2008-01-141-13/+0
* | Lots o' bug-fixes toward getting rid of global resources.Luke Kanies2008-01-081-4/+0
|/
* Fixing #951 -- external nodes work again, but you have toLuke Kanies2007-12-101-1/+1
* Theoretically, this patch is to fix #917 (which it does), butLuke Kanies2007-11-281-0/+1
* Fixing #796 -- the fileserver can now start with noLuke Kanies2007-11-271-2/+23
* Merge branch 'plugins_mount', fixing #891.Luke Kanies2007-11-241-1/+0
|\