summaryrefslogtreecommitdiffstats
path: root/lib/puppet/transaction.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Wrapping the resource generation methods in begin/rescue blocks so that failu...luke2007-01-231-2/+15
* Fixing #424. The configuration compile time is now cached in the yaml cache ...luke2007-01-231-1/+0
* Fixing #437. Transactions now check whether graphs are cyclic, with a somewh...luke2007-01-231-0/+3
* Fixing a few testing bugs that have crept in, and fixing a self-reference pro...luke2007-01-051-6/+11
* Fixing #401. Transactions were trying to trigger every resource, even those ...luke2007-01-031-1/+2
* Not setting the graphdir to the puppet user, since it is only used by puppetdluke2007-01-031-5/+1
* Fixing #390. You can now add --graph to produce dot files, and you can then ...luke2006-12-311-3/+29
* Adding a bit more testing to mounts, and pulling a bit of the transaction int...luke2006-12-291-13/+18
* Finally writing unit tests for Transaction#trigger, and drastically simplifyi...luke2006-12-291-52/+46
* A couple of small bug fixesluke2006-12-291-7/+8
* Fixing #387, hopefully.luke2006-12-281-0/+4
* Fixing #386.luke2006-12-271-0/+2
* Not downcasing facts any longer, closing #210 (although not using the patch f...luke2006-12-231-23/+22
* *whew* Fixing the vast majority of the graph-related performance problems. I...luke2006-12-211-6/+7
* Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b...luke2006-12-191-0/+1
* Adding :replace aliases, as requested in #366.luke2006-12-191-2/+0
* Some more graph optimizations; I think I am now close enough that I am basica...luke2006-12-171-31/+66
* Fixing the next round of bugs, mostly little things but I had to modify trans...luke2006-12-131-1/+11
* Almost all tests now pass. I have basically reached the point where I was be...luke2006-12-111-5/+6
* Most tests now pass in the whole system, but there are still about 8 cases th...luke2006-12-111-0/+5
* Most of the graph handling is now done, and all of the recursive types (basic...luke2006-12-101-42/+67
* Another intermediate commit. Most of the graphing work itself is now done, b...luke2006-12-091-71/+153
* Most of the graphing work is now done. I have also added the generator work ...luke2006-12-011-66/+113
* Intermediate commit -- I am ready to start pushing the graph stuff into the t...luke2006-11-261-2/+6
* An intermediate commit. All of the classes that use parsedfile are assuredly...luke2006-11-111-0/+1
* Adding prefetch of providers to transactions. Nothing is using it yet. I wr...luke2006-10-181-0/+18
* Fixing the rrdgraph report so that it creates a separate rrd directory for ea...luke2006-10-051-9/+9
* Adding flush functionality as requested by Scott Seagoluke2006-09-271-0/+5
* As requested by Christian Warden, triggering an object now results inluke2006-09-221-7/+25
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-151-1/+1
* Adding an "ignoretags" attribute to transaction, and setting it for downloadi...luke2006-09-051-2/+2
* Removing all of the changes I made towards refactoring in the last couple of ...luke2006-09-051-16/+1
* Committing functional mount support. All that's left in this chunk of work i...luke2006-09-051-1/+1
* Beginning the process of moving parsedtypes to a provider. Each parsedluke2006-09-031-0/+9
* This is the initial commit of the changes to sync and retrieve. Theluke2006-09-031-1/+7
* Upgrading Triggering line from info to noticeluke2006-08-281-1/+1
* A first pass of changing one of the types of names to titles. I still have t...luke2006-08-161-3/+8
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-141-1/+4
* More report and metrics manipulations. This should be the last of it.luke2006-07-011-7/+40
* Trying to merge metrics and reports. There is now a separate transaction rep...luke2006-06-301-48/+76
* Adding report collection to both statechange and transaction.luke2006-06-291-0/+6
* Cleaning up plugin handling a bit -- they can now be colon-separated paths, a...luke2006-06-281-0/+5
* Catching errors thrown during object evaluation and marking the objects as fa...luke2006-06-271-1/+16
* Adding plugins and plugin management. The Master Client will now automatical...luke2006-06-201-1/+7
* A round of bug-fixing in preparation for the next release.luke2006-06-131-3/+20
* Added the last of the tests for the runner, along with the necessary work in ...luke2006-05-181-2/+5
* Adding a lot of structure to puppet.rb to make it easier to manage multiple o...luke2006-05-181-4/+5
* Making trigger logs much clearer -- you now get info logs indicating how many...luke2006-05-051-7/+33
* Changing how events work. Events are now responded to inline, while an objec...luke2006-05-051-115/+147
* Fixing #82. You can now specify comma-separated tags to get run in puppet or...luke2006-03-111-0/+19