summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* Modules now can find their own pathsLuke Kanies2009-05-155-40/+80
* Moving file-searching code out of Puppet::ModuleLuke Kanies2009-05-154-91/+100
* Fixing #2221 - pluginsignore should work againLuke Kanies2009-05-151-1/+1
* Fix bug #2124 - ssh_authorized_key always changes target if target is not def...Francois Deppierraz2009-05-151-0/+4
* Fixing #2265 - rack is loaded with features rather than manuallyLuke Kanies2009-05-141-1/+0
* Added .git to pluginsignore default list of ignoresJames Turnbull2009-05-091-1/+1
* Fix #1409 once again, including testFrancois Deppierraz2009-05-061-6/+14
* Added split functionJames Turnbull2009-05-061-0/+11
* Fixing #2200 - puppetqd expects Daemon to be a classLuke Kanies2009-05-041-10/+12
* Fixing #2195 - the Server class handles bindaddressLuke Kanies2009-05-031-2/+10
* Minor fixes to function RST documentationJames Turnbull2009-05-031-2/+4
* Remove the old 0.24.x rack support, which is now useless cruftChristian Hofstaedtler2009-05-021-148/+0
* puppetmasterd can now run as a standard Rack application (config.ru-style)Christian Hofstaedtler2009-05-021-5/+17
* Add XMLRPC compatibility for RackChristian Hofstaedtler2009-05-022-1/+83
* Puppet as a Rack applicationChristian Hofstaedtler2009-05-024-0/+138
* Use FileCollection to store the pathname part of filesBrice Figureau2009-05-021-0/+12
* Add an unmunge capability to type parameters and propertiesBrice Figureau2009-05-022-3/+17
* Fix #2218 - Ruby YAML bug prevents reloading catalog in puppetdBrice Figureau2009-05-023-30/+15
* Fixes #2209 - Spec is failing due to a missing requireStéphan Gorget2009-05-021-0/+1
* Fix #2207 - type was doing its own tag management leading to subtile bugsBrice Figureau2009-04-291-34/+4
* Fixed #2188 - Added set require to simple_graph.rbJames Turnbull2009-04-271-0/+1
* Fixed puppetqd require and tweaked stomp library error messageJames Turnbull2009-04-261-5/+5
* Fixing #2183 - checksum buffer size is now 4096bLuke Kanies2009-04-241-1/+2
* Fixing #2187 - Puppet::Resource is expected by Rails supportLuke Kanies2009-04-243-14/+13
* Adding an 'Exported' attribute to Puppet::ResourceLuke Kanies2009-04-241-1/+5
* Making sure the cert name is searched firstLuke Kanies2009-04-241-6/+14
* Removing an "inspect" method that often failed in testingLuke Kanies2009-04-241-4/+0
* Removing deprecated concurrency setting usage in railsLuke Kanies2009-04-241-1/+0
* Always making sure graph edges appear firstLuke Kanies2009-04-241-1/+11
* Reverting part of the switch to sets in SimpleGraphLuke Kanies2009-04-241-3/+3
* Fixing rails feature testLuke Kanies2009-04-242-6/+8
* Failing to enable storeconfigs if ActiveRecord isn't availableLuke Kanies2009-04-251-0/+1
* Fixing the Rails feature test to require 2.3.xLuke Kanies2009-04-251-17/+4
* Modifying the Settings#handlearg prototypeLuke Kanies2009-04-251-2/+2
* Fixes #2172 - service provider for gentoo fails with ambiguous suffixesJames Turnbull2009-04-241-1/+1
* SMF import support working and documentation updateBryan Allen2009-04-241-0/+20
* Fixes #2145 and #2146Bryan Allen2009-04-242-37/+60
* Fix configurer to retrieve catalog with client certnameBrice Figureau2009-04-231-1/+1
* Unify auth/unauthenticated request authorization systemBrice Figureau2009-04-232-37/+28
* Allow REST auth system to restrict an ACL to authenticated or unauthenticated...Brice Figureau2009-04-232-7/+30
* Fill REST request node with reverse lookup of IP addressBrice Figureau2009-04-233-0/+16
* 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-234-1/+133
* 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-222-4/+19
* Fixing #2149 - Facts are passed as part of the catalog requestLuke Kanies2009-04-224-18/+56
* Fixing #2182 - SimpleGraph#walk is now iterativeLuke Kanies2009-04-221-4/+15
* Fixing #2181 - Using Sets instead of Arrays in SimpleGraphLuke Kanies2009-04-221-10/+10