summaryrefslogtreecommitdiffstats
path: root/lib/puppet/transaction.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixing #1054 - transaction reports are always sentLuke Kanies2010-01-181-59/+20
* Removing some unneeded validation code from Transaction.newLuke Kanies2010-01-181-8/+2
* Fixing #2789 puppetrun fails without --tagJesse Wolfe2009-11-191-10/+9
* Fixing 2806 Specifying multiple tags fails to apply any of themJesse Wolfe2009-11-131-2/+5
* Fix #2797 - tags are not inherited by recursed file sub childBrice Figureau2009-11-121-0/+1
* Fix #2507 - Exported resources were not correctly collected.Brice Figureau2009-08-131-2/+2
* Logging the configuration version we're applyingLuke Kanies2009-08-011-0/+2
* Fixing #2399 - removing client-side rrd graphsLuke Kanies2009-07-231-4/+0
* Fix #2391 - Exported resources never make to the storeconfigs dbBrice Figureau2009-07-181-0/+2
* Removed extra whitespace from end of linesIan Taylor2009-06-061-26/+26
* Fixing #2253 - pluginsync failures propagate correctlyLuke Kanies2009-05-261-8/+8
* Refactoring resource generation slightlyLuke Kanies2009-05-261-5/+4
* Extracting a method from eval_resource in TransactionLuke Kanies2009-05-261-37/+45
* Fixing #2273 - file purging works more intuitivelyLuke Kanies2009-05-201-0/+1
* Fixing #2112 - Transactions handle conflicting generated resourcesLuke Kanies2009-04-171-2/+8
* Merge branch '0.24.x'Luke Kanies2009-04-021-1/+1
|\
| * Fixing #2013 - prefetching had a mismatch between type and titleLuke Kanies2009-03-041-1/+1
* | Fixing #1949 - relationships now use attributes instead of a labelLuke Kanies2009-03-101-4/+2
* | Some small fixes to provide better debugging and load a libraryLuke Kanies2009-02-181-0/+1
* | Renaming Puppet::Node::Catalog to Puppet::Resource::CatalogLuke Kanies2008-12-181-1/+1
* | Fix #1483 - use REST to transmit reports over the wireBrice Figureau2008-12-061-11/+1
* | Finishing the refactoring of the resource generation interface.Luke Kanies2008-11-071-9/+4
* | Refactoring and clarifying the resource generation methods.Luke Kanies2008-11-071-45/+21
* | Removing the PGraph class and subsuming it into SimpleGraph.Luke Kanies2008-11-061-2/+2
* | Merge branch '0.24.x'Luke Kanies2008-07-041-14/+7
|\|
| * Removing the Transaction::Change#transaction accessor.Luke Kanies2008-07-041-1/+0
| * Refactoring the Transaction::Event class.Luke Kanies2008-07-041-12/+4
| * Renaming Puppet::Event to Puppet::Transaction::EventLuke Kanies2008-07-031-2/+4
| * Renaming the Puppet::PropertyChange class to Puppet::Transaction::Change.Luke Kanies2008-07-031-1/+1
* | Merge branch '0.24.x'Luke Kanies2008-05-251-2/+4
|\|
| * Fixing transaction support for prefetching generated resources.Luke Kanies2008-05-211-2/+4
* | Merge branch 'master' into master_no_global_resourcesLuke Kanies2008-03-311-4/+7
|\|
| * Fixing #1110 -- transactions now always make sureLuke Kanies2008-02-291-2/+5
| * Removing the last remaining vestiges of GRATR --Luke Kanies2008-02-111-1/+1
| * Fixing #976 -- both the full name of qualified classes andLuke Kanies2008-01-191-1/+1
* | Fixing automatic relationships. I was previously looking themLuke Kanies2008-01-141-1/+1
* | Another round of fixes toward making global resources work.Luke Kanies2008-01-091-1/+1
|/
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-111-13/+13
* Fixing #800 by refactoring how configurations are retrievedLuke Kanies2007-11-121-1/+1
* Switching the graph base class from GRATR::DigraphLuke Kanies2007-11-071-2/+2
* The configurations should now be functional again --Luke Kanies2007-10-311-6/+1
* Fixing #817, mostly using the patch by DavidS. I couldLuke Kanies2007-10-031-0/+10
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* All tests now pass in this configuration branch, which meansLuke Kanies2007-09-221-3/+6
* The structure for handling resource generation is nowLuke Kanies2007-09-221-1/+2
* This is basically another intermediate commit. I feel likeLuke Kanies2007-09-171-71/+18
* The whole system now uses Configuration objects instead ofLuke Kanies2007-09-151-28/+70
* Fixing transactions so that they do not flush resources that are in noopluke2007-07-111-1/+1
* Cleaning up a log message in the transactionluke2007-07-101-1/+1
* Changing "element" to "resource" in the documentation, which just aligns with...luke2007-07-091-1/+1