summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch '0.24.x'Luke Kanies2009-02-131-53/+113
|\
| * Fixing #961 - closing the http connection after every xmlrpc callLuke Kanies2009-02-121-1/+3
| * Refactoring the XMLRPC::Client error-handlingLuke Kanies2009-02-121-53/+111
* | Adding an Agent::Runner class.Luke Kanies2009-02-061-42/+9
* | Creating and using a new Puppet::Daemon classLuke Kanies2009-02-062-4/+0
* | Not using 'master' client for testingLuke Kanies2009-02-061-2/+0
* | Adding better error-handling to format renderingLuke Kanies2009-02-061-4/+39
* | Renmaing Puppet::Network::Client::Master to Puppet::AgentLuke Kanies2009-02-061-523/+0
* | Fixing #1729 - puppetmasterd can now read certs at startupLuke Kanies2008-12-182-4/+7
* | Deprecating the Puppet::Type.create.Luke Kanies2008-12-182-2/+2
* | Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.typeLuke Kanies2008-12-182-3/+3
* | Renaming Puppet::Node::Catalog to Puppet::Resource::CatalogLuke Kanies2008-12-182-2/+2
* | Merge branch '0.24.x'Luke Kanies2008-12-022-2/+4
|\|
| * Fixing splaytime testsLuke Kanies2008-12-011-1/+1
| * Fixing #1749 - Splay now hopefully behaves "better" for small values.Luke Kanies2008-12-011-1/+1
| * Removing the included testing gems; you must now install them yourself.Luke Kanies2008-11-251-1/+3
* | Refactoring the Cacher interface to always require attribute declaration.Luke Kanies2008-11-111-14/+8
* | 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-174-52/+191
|\|
| * Fixing the broken tests resulting from the fix for #1551.Luke Kanies2008-10-081-1/+1
| * Fix #1636 - part2 - correct some client errors.Brice Figureau2008-10-091-3/+7
| * Fix several small regressions in plugins mountBrice Figureau2008-10-091-5/+8
| * Fixed #1473 - Rescue Timeout::Error in xmlrpc clientsAndrew Shafer2008-10-071-4/+4
| * Fixing #947 - pluginsync no longer fails poorly when no plugins existLuke Kanies2008-10-031-2/+4
| * Fixed error message typoJames Turnbull2008-10-031-1/+1
| * Fixed #1603 - Added support for running Puppet inside a Rack applicationJames Turnbull2008-09-301-0/+148
| * Make fileserver use fileset for recursion and handle dangling links by ignori...Paul Nasrat2008-09-301-41/+24
* | Merge branch 'feature/master/1481'Luke Kanies2008-09-237-8/+51
|\ \
| * | Adding automatic attribute collection to the new fileserving code.Luke Kanies2008-08-261-1/+1
| * | Causing format selection to fail intelligently if no suitable format can be p...Luke Kanies2008-08-261-1/+12
| * | Fixing the rest backends for webrick and mongrel so the get the whole request...Luke Kanies2008-08-262-2/+2
| * | Adding weights to network formats, and sorting them based on the weight.Luke Kanies2008-08-263-3/+14
| * | Adding a hackish raw format.Luke Kanies2008-08-261-1/+21
| * | Adding suitability as a requirement for a format being supported.Luke Kanies2008-08-261-1/+2
* | | Merge branch '0.24.x'Luke Kanies2008-09-232-9/+9
|\ \ \ | |/ / |/| / | |/
| * Only apply splay the first runAndrew Shafer2008-09-211-8/+8
| * Fixes #1551 puppetmaster.freshness xmlrpc call returns incorrect typeNigel Kersten2008-09-051-1/+1
* | Adding parameter and URL support to the REST terminus.Luke Kanies2008-08-201-1/+5
* | Fixing the String format (fixes #1522).Luke Kanies2008-08-202-17/+5
* | Merge branch '0.24.x'Luke Kanies2008-08-181-3/+4
|\|
| * Ensure that we consistently use either string #{} interpolation or String.%Daniel Pittman2008-08-011-3/+4
* | Certificates now work over REST.Luke Kanies2008-08-071-3/+1
* | Enhancing formatting errors with class and format.Luke Kanies2008-08-041-4/+4
* | Adding a plaintext network format.Luke Kanies2008-08-041-2/+22
* | Correctly handling when REST searches return nothing.Luke Kanies2008-07-301-1/+3
* | The REST formats are now fully functional, with yaml and marshal support.Luke Kanies2008-07-302-14/+52
* | Adding some support for case insensivity in format names.Luke Kanies2008-07-302-5/+9
* | Moving validation from FormatHandler to Format.Luke Kanies2008-07-302-9/+2
* | Moving functionality out of the FormatHandler into the Format class.Luke Kanies2008-07-302-17/+66
* | Searching again works over REST, including full content-type translation.Luke Kanies2008-07-291-2/+2