summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removing the old rails tests.Luke Kanies2009-04-223-476/+0
* Fixing some rails tests that sometimes failedLuke Kanies2009-04-221-0/+1
* Added class_name tags to has_many relationshipssteve mcintosh2009-04-221-3/+3
* Adding time debugging for catalog storage to active_recordLuke Kanies2009-04-222-3/+7
* Adding defaults necessary for queueingLuke Kanies2009-04-221-2/+19
* Adding daemonization to puppetqdLuke Kanies2009-04-222-1/+17
* Adding Queueing READMELuke Kanies2009-04-221-0/+126
* Using a setting for configuring queueingLuke Kanies2009-04-225-24/+11
* Adding puppetqd executable.Luke Kanies2009-04-222-0/+160
* Adding "rubygems" and "stomp" featuresLuke Kanies2009-04-222-0/+12
* Removing unnecessary parser variables when yaml-dumpingLuke Kanies2009-04-229-17/+40
* Add queue indirection as an option for catalog storage.Ethan Rowe2009-04-222-0/+25
* Introduce abstract queue terminus within the indirection system.Ethan Rowe2009-04-222-0/+165
* Introduce queue client "plugin" namespace and interface, with a Stomp client ...Ethan Rowe2009-04-224-0/+289
* 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-222-0/+134
* 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-222-3/+69
* 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-2210-274/+318
* Adding a common Settings method for setting valuesLuke Kanies2009-04-222-37/+47
* Switching to Indirected ActiveRecordLuke Kanies2009-04-225-62/+20
* Adding ActiveRecord terminus classes for CatalogLuke Kanies2009-04-222-0/+153
* Adding ActiveRecord terminus classes for Node and Facts.Luke Kanies2009-04-228-1/+382
* Fixing #2180 - Catalogs yaml dump the resource table firstLuke Kanies2009-04-212-0/+18
* Partially fixing #1765 - node searching supports strict hostname checkingLuke Kanies2009-04-223-1/+17
* Removing unused Node codeLuke Kanies2009-04-221-11/+0
* Fixing #1885 - Relationships metaparams do not cascadeLuke Kanies2009-04-222-33/+10
* Fix #2142 - Convert pkgdmg provider to use plists instead of string scanning ...Nigel Kersten2009-04-222-18/+98
* Fixing #2171 - All certificate files are written with default permsLuke Kanies2009-04-224-9/+11
* Fix #2173 - fix running RSpec test by handBrice Figureau2009-04-221-1/+1
* Fix #2174 - Fix RSpec rake targetsBrice Figureau2009-04-191-2/+2
* Fixing #2112 - Transactions handle conflicting generated resourcesLuke Kanies2009-04-1710-91/+54
* Adding another stacktrace for debuggingLuke Kanies2009-04-171-0/+1
* Fixing puppet -e; it got broken in the move to ApplicationLuke Kanies2009-04-172-2/+9
* Partially fixing #2029 - failed caches doesn't throw an exceptionLuke Kanies2009-04-172-7/+32
* Fixing #2111 - SimpleGraph only creates valid adjacenciesLuke Kanies2009-04-122-1/+10
* 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-112-1/+2
|\
| * Fixed rspec gem at version 1.2.2James Turnbull2009-04-061-0/+1
| * Add @options to test run call, for compatibility with more recent rspec versi...Ethan Rowe2009-04-061-1/+1
* | mini daemon to trigger puppetrun on clients without puppet listen modeOhad Levy2009-04-122-0/+115
* | Merge branch '0.24.x'Luke Kanies2009-04-072-54/+25
|\|
| * Adding #2122 - you can specify the node to test with puppet-testLuke Kanies2009-04-061-13/+21