summaryrefslogtreecommitdiffstats
path: root/spec/unit/network
Commit message (Expand)AuthorAgeFilesLines
...
* Fill REST request node with reverse lookup of IP addressBrice Figureau2009-04-233-4/+30
* Refactor rest authorization to raise exceptions deeperBrice Figureau2009-04-235-75/+113
* Add environment support in the REST authorization layerBrice Figureau2009-04-233-6/+53
* Fix #1875 - Add a REST authorization systemBrice Figureau2009-04-233-0/+207
* Enhance authconfig format to support uri paths and regexBrice Figureau2009-04-232-21/+453
* Add RSpec unit tests for network rightsBrice Figureau2009-04-231-0/+54
* Add RSpec unit tests for authconfigBrice Figureau2009-04-231-0/+173
* Adding support for specifying a preferred serialization formatLuke Kanies2009-04-221-0/+11
* Fixing the FormatHandler test to use symbols for format namesLuke Kanies2009-04-221-22/+25
* Forbidding REST clients to set the node or IPLuke Kanies2009-03-202-0/+20
* Fixing #1557 - Environments are now in REST URIsLuke Kanies2009-03-205-94/+50
* Moving the REST API functions into a moduleLuke Kanies2009-03-202-105/+125
* Using the Handler for the REST api on both sides of the connectionLuke Kanies2009-03-201-197/+58
* Adding REST::Handler methods for converting between indirection and urisLuke Kanies2009-03-201-0/+101
* Correctly handling numerical REST argumentsLuke Kanies2009-03-101-0/+12
* Correctly handling URI escaping throughout the REST processLuke Kanies2009-02-191-4/+20
* Migrating the old FileServer to the new Module/Environment codeLuke Kanies2009-02-191-4/+1
* Adding clarity to query string handling in REST callsLuke Kanies2009-02-182-8/+60
* Merge branch '0.24.x'Luke Kanies2009-02-141-2/+2
|\
| * Fixing a test broken by a log demotionLuke Kanies2009-02-141-2/+2
* | Merge branch '0.24.x'Luke Kanies2009-02-131-7/+165
|\|
| * Fixing #961 - closing the http connection after every xmlrpc callLuke Kanies2009-02-121-0/+22
| * Refactoring the XMLRPC::Client error-handlingLuke Kanies2009-02-121-7/+143
* | Creating and using a new Puppet::Daemon classLuke Kanies2009-02-061-2/+2
* | Adding better error-handling to format renderingLuke Kanies2009-02-061-0/+45
* | Renmaing Puppet::Network::Client::Master to Puppet::AgentLuke Kanies2009-02-061-442/+0
* | Fixing #1729 - puppetmasterd can now read certs at startupLuke Kanies2008-12-182-30/+5
* | Merge branch '0.24.x'Luke Kanies2008-12-022-9/+9
|\|
| * Fixing #1749 - Splay now hopefully behaves "better" for small values.Luke Kanies2008-12-011-9/+9
| * Removing the included testing gems; you must now install them yourself.Luke Kanies2008-11-251-0/+0
* | Adding more file tests and fixing conflicting testsLuke Kanies2008-11-151-0/+4
* | 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-0/+192
|\|
| * Add failing test for plugin with file and recursePaul Nasrat2008-10-091-0/+8
| * Fix several small regressions in plugins mountBrice Figureau2008-10-091-0/+38
| * Fixed #1473 - Rescue Timeout::Error in xmlrpc clientsAndrew Shafer2008-10-071-0/+13
| * Fixing #947 - pluginsync no longer fails poorly when no plugins existLuke Kanies2008-10-031-2/+2
| * Fix ticket 1596 in new fileset code, use tmpdir in fileserver tests.Paul Nasrat2008-09-301-1/+1
| * Add tests for FileServer::Mount list for #1544Paul Nasrat2008-09-301-0/+133
* | Merge branch 'feature/master/1481'Luke Kanies2008-09-236-15/+106
|\ \
| * | Causing format selection to fail intelligently if no suitable format can be p...Luke Kanies2008-08-261-0/+31
| * | Fixing the rest backends for webrick and mongrel so the get the whole request...Luke Kanies2008-08-262-6/+6
| * | Adding weights to network formats, and sorting them based on the weight.Luke Kanies2008-08-263-9/+38
| * | Adding a hackish raw format.Luke Kanies2008-08-261-0/+26
| * | Adding suitability as a requirement for a format being supported.Luke Kanies2008-08-261-0/+5
* | | Merge branch '0.24.x'Luke Kanies2008-09-231-0/+42
|\ \ \ | |/ / |/| / | |/
| * Only apply splay the first runAndrew Shafer2008-09-211-0/+42
* | Adding parameter and URL support to the REST terminus.Luke Kanies2008-08-203-1/+23
* | Fixing the String format (fixes #1522).Luke Kanies2008-08-201-32/+0
* | Fixing #1514 - format tests now work again.Luke Kanies2008-08-201-11/+11