summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* Removing code that was backported and is now not neededLuke Kanies2009-04-221-49/+0
* Finishing class renamesLuke Kanies2009-04-221-2/+2
* Added class_name tags to has_many relationshipssteve mcintosh2009-04-221-3/+3
* Adding time debugging for catalog storage to active_recordLuke Kanies2009-04-221-3/+5
* Adding defaults necessary for queueingLuke Kanies2009-04-221-2/+19
* Adding daemonization to puppetqdLuke Kanies2009-04-221-1/+17
* Using a setting for configuring queueingLuke Kanies2009-04-223-12/+6
* Adding puppetqd executable.Luke Kanies2009-04-221-0/+107
* Adding "rubygems" and "stomp" featuresLuke Kanies2009-04-222-0/+12
* Removing unnecessary parser variables when yaml-dumpingLuke Kanies2009-04-226-6/+27
* Add queue indirection as an option for catalog storage.Ethan Rowe2009-04-221-0/+5
* Introduce abstract queue terminus within the indirection system.Ethan Rowe2009-04-221-0/+78
* Introduce queue client "plugin" namespace and interface, with a Stomp client ...Ethan Rowe2009-04-222-0/+132
* renaming a methodLuke Kanies2009-04-222-10/+10
* Adjusted parameter name and puppet tag classes to use new cache accumulator b...Ethan Rowe2009-04-222-18/+7
* Initial implementation of a "cache accumulator" behavior.Ethan Rowe2009-04-221-0/+65
* Saving rails resources as I create them, which saves about 10%Luke Kanies2009-04-221-0/+2
* Changing rails value serialization to deal with booleansLuke Kanies2009-04-221-3/+17
* Adding equality to ResourceReferenceLuke Kanies2009-04-221-4/+2
* Adding some more fine-grained benchmarks to Rails supportLuke Kanies2009-04-222-22/+26
* Adding a Rails-specific benchmarking moduleLuke Kanies2009-04-224-39/+108
* Adding simplistic param_name/puppet_tag cachingLuke Kanies2009-04-223-2/+22
* Adding more time debugging to Rails code, and refactoring a bitLuke Kanies2009-04-222-30/+10
* Refactoring the Rails integrationLuke Kanies2009-04-228-270/+314
* Adding a common Settings method for setting valuesLuke Kanies2009-04-221-34/+34
* Switching to Indirected ActiveRecordLuke Kanies2009-04-224-41/+20
* Adding ActiveRecord terminus classes for CatalogLuke Kanies2009-04-221-0/+34
* Adding ActiveRecord terminus classes for Node and Facts.Luke Kanies2009-04-224-1/+95
* Fixing #2180 - Catalogs yaml dump the resource table firstLuke Kanies2009-04-211-0/+14
* Partially fixing #1765 - node searching supports strict hostname checkingLuke Kanies2009-04-222-1/+8
* Removing unused Node codeLuke Kanies2009-04-221-11/+0
* Fixing #1885 - Relationships metaparams do not cascadeLuke Kanies2009-04-221-6/+2
* Fix #2142 - Convert pkgdmg provider to use plists instead of string scanning ...Nigel Kersten2009-04-221-18/+25
* Fixing #2171 - All certificate files are written with default permsLuke Kanies2009-04-222-5/+7
* Fixing #2112 - Transactions handle conflicting generated resourcesLuke Kanies2009-04-175-39/+16
* Adding another stacktrace for debuggingLuke Kanies2009-04-171-0/+1
* Fixing puppet -e; it got broken in the move to ApplicationLuke Kanies2009-04-171-1/+3
* Partially fixing #2029 - failed caches doesn't throw an exceptionLuke Kanies2009-04-171-7/+17
* Fixing #2111 - SimpleGraph only creates valid adjacenciesLuke Kanies2009-04-121-1/+1
* Switching to new() in the Puppet::Type.instances() class methodLuke Kanies2009-04-121-1/+1
* Removing duplicate method definition from SimpleGraphLuke Kanies2009-04-121-8/+0
* Merge branch '0.24.x'Luke Kanies2009-04-072-54/+25
|\
| * More RST fixesJames Turnbull2009-03-301-44/+22
| * Fixed RST for functionsJames Turnbull2009-03-272-12/+5
| * In order for ReST formatting to work properly, newlines andJames Turnbull2009-03-271-1/+1
* | Fixing all tests that were apparently broken in the 0.24.x merge.Luke Kanies2009-04-022-2/+2
* | Merge branch '0.24.x'Luke Kanies2009-04-0225-167/+365
|\|
| * Fixing #1631 - adding /sbin and /usr/sbin to PATHLuke Kanies2009-03-241-0/+9
| * Fixed #2004 - ssh_authorized_key fails if no target is definedFrancois Deppierraz2009-03-242-14/+15
| * Fix Bug #1629Francois Deppierraz2009-03-241-12/+52