summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor rest authorization to raise exceptions deeperBrice Figureau2009-04-235-56/+94
* Add environment support in the REST authorization layerBrice Figureau2009-04-233-16/+23
* Fix #1875 - Add a REST authorization systemBrice Figureau2009-04-233-1/+128
* Enhance authconfig format to support uri paths and regexBrice Figureau2009-04-232-64/+220
* Add dynamic authorization to authstoreBrice Figureau2009-04-231-1/+40
* Adding support for specifying a preferred serialization formatLuke Kanies2009-04-221-1/+14
* Switching to Indirected ActiveRecordLuke Kanies2009-04-221-0/+1
* Fix #2101 - fix failing testBrice Figureau2009-03-271-1/+5
* Forbidding REST clients to set the node or IPLuke Kanies2009-03-201-1/+7
* Fixing #1557 - Environments are now in REST URIsLuke Kanies2009-03-206-55/+26
* Moving the REST API functions into a moduleLuke Kanies2009-03-203-57/+68
* Using the Handler for the REST api on both sides of the connectionLuke Kanies2009-03-201-47/+35
* Adding REST::Handler methods for converting between indirection and urisLuke Kanies2009-03-201-0/+46
* Correctly handling numerical REST argumentsLuke Kanies2009-03-101-0/+2
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-266-27/+27
* Correctly handling URI escaping throughout the REST processLuke Kanies2009-02-191-0/+3
* Migrating the old FileServer to the new Module/Environment codeLuke Kanies2009-02-191-12/+13
* Adding clarity to query string handling in REST callsLuke Kanies2009-02-183-1/+19
* Providing better information when an exception is encountered during network ...Luke Kanies2009-02-181-1/+1
* 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