summaryrefslogtreecommitdiffstats
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
...
* Not trying to load files that get removed in pluginsyncingLuke Kanies2009-05-261-0/+12
* Fixing #2288 - fixing the tests broken by my attr_ttl codeLuke Kanies2009-05-221-0/+9
* Fix for #2234: test fails with old Rack versionChristian Hofstaedtler2009-05-203-4/+4
* Fixing #2273 - file purging works more intuitivelyLuke Kanies2009-05-202-17/+31
* Caching whether named autoloaded files are missingLuke Kanies2009-05-202-1/+31
* Adding caching of file metadata to the autoloaderLuke Kanies2009-05-202-2/+141
* Adding modulepath caching to the AutoloaderLuke Kanies2009-05-201-2/+48
* Adding caching to the Environment classLuke Kanies2009-05-201-0/+16
* Adding TTL support to attribute cachingLuke Kanies2009-05-201-1/+53
* Deprecating factsync - pluginsync should be used insteadLuke Kanies2009-05-201-0/+8
* Protecting Stomp client against internal failuresLuke Kanies2009-05-181-0/+5
* 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