summaryrefslogtreecommitdiffstats
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Refactoring the Rails integrationLuke Kanies2009-04-222-4/+4
* Adding a common Settings method for setting valuesLuke Kanies2009-04-221-3/+13
* Switching to Indirected ActiveRecordLuke Kanies2009-04-221-21/+0
* Adding ActiveRecord terminus classes for CatalogLuke Kanies2009-04-221-0/+119
* Adding ActiveRecord terminus classes for Node and Facts.Luke Kanies2009-04-224-0/+287
* Fixing #2180 - Catalogs yaml dump the resource table firstLuke Kanies2009-04-211-0/+4
* Partially fixing #1765 - node searching supports strict hostname checkingLuke Kanies2009-04-221-0/+9
* Fixing #1885 - Relationships metaparams do not cascadeLuke Kanies2009-04-221-27/+8
* Fix #2142 - Convert pkgdmg provider to use plists instead of string scanning ...Nigel Kersten2009-04-221-0/+73
* Fixing #2171 - All certificate files are written with default permsLuke Kanies2009-04-222-4/+4
* Fixing #2112 - Transactions handle conflicting generated resourcesLuke Kanies2009-04-175-52/+38