summaryrefslogtreecommitdiffstats
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
...
* Refactoring the stomp client and tests a bitLuke Kanies2009-05-181-32/+87
* Relying on threads rather than sleeping for puppetqdLuke Kanies2009-05-181-2/+3
* Fixing #2250 - Missing templates throw a helpful errorLuke Kanies2009-05-182-15/+31
* Fixing #2273 - CA location is set correctly in puppetcaLuke Kanies2009-05-171-0/+6
* Modules now can find their own pathsLuke Kanies2009-05-154-82/+170
* Moving file-searching code out of Puppet::ModuleLuke Kanies2009-05-153-181/+196
* Fixing #2221 - pluginsignore should work againLuke Kanies2009-05-151-1/+7
* Confine stomp tests to Stomp enabled systemsBrice Figureau2009-05-151-0/+4
* Fix bug #2124 - ssh_authorized_key always changes target if target is not def...Francois Deppierraz2009-05-151-1/+8
* Fix #1409 once again, including testFrancois Deppierraz2009-05-061-0/+9
* Fixing #2200 - puppetqd expects Daemon to be a classLuke Kanies2009-05-041-0/+185
* Removing unneeded test stubsLuke Kanies2009-05-031-8/+0
* Fixing #2195 - the Server class handles bindaddressLuke Kanies2009-05-031-25/+35
* puppetmasterd can now run as a standard Rack application (config.ru-style)Christian Hofstaedtler2009-05-021-0/+41
* Add XMLRPC compatibility for RackChristian Hofstaedtler2009-05-022-0/+188
* Puppet as a Rack applicationChristian Hofstaedtler2009-05-022-0/+265
* Add an unmunge capability to type parameters and propertiesBrice Figureau2009-05-022-0/+26
* Fix #2218 - Ruby YAML bug prevents reloading catalog in puppetdBrice Figureau2009-05-022-4/+21
* Fix #2207 - type was doing its own tag management leading to subtile bugsBrice Figureau2009-04-291-0/+26
* Fixing #2183 - checksum buffer size is now 4096bLuke Kanies2009-04-241-1/+1
* Fixing #2187 - Puppet::Resource is expected by Rails supportLuke Kanies2009-04-242-0/+91
* Adding an 'Exported' attribute to Puppet::ResourceLuke Kanies2009-04-241-0/+7
* Making sure the cert name is searched firstLuke Kanies2009-04-241-9/+12
* Removing deprecated concurrency setting usage in railsLuke Kanies2009-04-241-7/+0
* Always making sure graph edges appear firstLuke Kanies2009-04-241-0/+7
* Modifying the Settings#handlearg prototypeLuke Kanies2009-04-251-0/+14
* Fix configurer to retrieve catalog with client certnameBrice Figureau2009-04-231-3/+3
* Unify auth/unauthenticated request authorization systemBrice Figureau2009-04-232-52/+48
* Allow REST auth system to restrict an ACL to authenticated or unauthenticated...Brice Figureau2009-04-232-5/+86
* 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
* Fixing #2149 - Facts are passed as part of the catalog requestLuke Kanies2009-04-224-22/+94
* Adding better logging when cached indirection resources are usedLuke Kanies2009-04-221-1/+1
* Fixing #2181 - Using Sets instead of Arrays in SimpleGraphLuke Kanies2009-04-221-0/+1
* Fixing some rails tests that sometimes failedLuke Kanies2009-04-221-0/+1
* Adding time debugging for catalog storage to active_recordLuke Kanies2009-04-221-0/+2
* Using a setting for configuring queueingLuke Kanies2009-04-222-12/+5
* Removing unnecessary parser variables when yaml-dumpingLuke Kanies2009-04-223-11/+13
* Add queue indirection as an option for catalog storage.Ethan Rowe2009-04-221-0/+20
* Introduce abstract queue terminus within the indirection system.Ethan Rowe2009-04-221-0/+87
* Introduce queue client "plugin" namespace and interface, with a Stomp client ...Ethan Rowe2009-04-222-0/+157
* Initial implementation of a "cache accumulator" behavior.Ethan Rowe2009-04-221-0/+69
* Changing rails value serialization to deal with booleansLuke Kanies2009-04-221-0/+52