index
:
puppet.git
master
ticket/master/7841
ticket/master/8119
Puppet repo
Ricky Zhou (周家杰)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
puppet
/
transaction.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixing #1054 - transaction reports are always sent
Luke Kanies
2010-01-18
1
-59
/
+20
*
Removing some unneeded validation code from Transaction.new
Luke Kanies
2010-01-18
1
-8
/
+2
*
Fixing #2789 puppetrun fails without --tag
Jesse Wolfe
2009-11-19
1
-10
/
+9
*
Fixing 2806 Specifying multiple tags fails to apply any of them
Jesse Wolfe
2009-11-13
1
-2
/
+5
*
Fix #2797 - tags are not inherited by recursed file sub child
Brice Figureau
2009-11-12
1
-0
/
+1
*
Fix #2507 - Exported resources were not correctly collected.
Brice Figureau
2009-08-13
1
-2
/
+2
*
Logging the configuration version we're applying
Luke Kanies
2009-08-01
1
-0
/
+2
*
Fixing #2399 - removing client-side rrd graphs
Luke Kanies
2009-07-23
1
-4
/
+0
*
Fix #2391 - Exported resources never make to the storeconfigs db
Brice Figureau
2009-07-18
1
-0
/
+2
*
Removed extra whitespace from end of lines
Ian Taylor
2009-06-06
1
-26
/
+26
*
Fixing #2253 - pluginsync failures propagate correctly
Luke Kanies
2009-05-26
1
-8
/
+8
*
Refactoring resource generation slightly
Luke Kanies
2009-05-26
1
-5
/
+4
*
Extracting a method from eval_resource in Transaction
Luke Kanies
2009-05-26
1
-37
/
+45
*
Fixing #2273 - file purging works more intuitively
Luke Kanies
2009-05-20
1
-0
/
+1
*
Fixing #2112 - Transactions handle conflicting generated resources
Luke Kanies
2009-04-17
1
-2
/
+8
*
Merge branch '0.24.x'
Luke Kanies
2009-04-02
1
-1
/
+1
|
\
|
*
Fixing #2013 - prefetching had a mismatch between type and title
Luke Kanies
2009-03-04
1
-1
/
+1
*
|
Fixing #1949 - relationships now use attributes instead of a label
Luke Kanies
2009-03-10
1
-4
/
+2
*
|
Some small fixes to provide better debugging and load a library
Luke Kanies
2009-02-18
1
-0
/
+1
*
|
Renaming Puppet::Node::Catalog to Puppet::Resource::Catalog
Luke Kanies
2008-12-18
1
-1
/
+1
*
|
Fix #1483 - use REST to transmit reports over the wire
Brice Figureau
2008-12-06
1
-11
/
+1
*
|
Finishing the refactoring of the resource generation interface.
Luke Kanies
2008-11-07
1
-9
/
+4
*
|
Refactoring and clarifying the resource generation methods.
Luke Kanies
2008-11-07
1
-45
/
+21
*
|
Removing the PGraph class and subsuming it into SimpleGraph.
Luke Kanies
2008-11-06
1
-2
/
+2
*
|
Merge branch '0.24.x'
Luke Kanies
2008-07-04
1
-14
/
+7
|
\
|
|
*
Removing the Transaction::Change#transaction accessor.
Luke Kanies
2008-07-04
1
-1
/
+0
|
*
Refactoring the Transaction::Event class.
Luke Kanies
2008-07-04
1
-12
/
+4
|
*
Renaming Puppet::Event to Puppet::Transaction::Event
Luke Kanies
2008-07-03
1
-2
/
+4
|
*
Renaming the Puppet::PropertyChange class to Puppet::Transaction::Change.
Luke Kanies
2008-07-03
1
-1
/
+1
*
|
Merge branch '0.24.x'
Luke Kanies
2008-05-25
1
-2
/
+4
|
\
|
|
*
Fixing transaction support for prefetching generated resources.
Luke Kanies
2008-05-21
1
-2
/
+4
*
|
Merge branch 'master' into master_no_global_resources
Luke Kanies
2008-03-31
1
-4
/
+7
|
\
|
|
*
Fixing #1110 -- transactions now always make sure
Luke Kanies
2008-02-29
1
-2
/
+5
|
*
Removing the last remaining vestiges of GRATR --
Luke Kanies
2008-02-11
1
-1
/
+1
|
*
Fixing #976 -- both the full name of qualified classes and
Luke Kanies
2008-01-19
1
-1
/
+1
*
|
Fixing automatic relationships. I was previously looking them
Luke Kanies
2008-01-14
1
-1
/
+1
*
|
Another round of fixes toward making global resources work.
Luke Kanies
2008-01-09
1
-1
/
+1
|
/
*
Renaming 'configuration' to 'catalog', fixing #954.
Luke Kanies
2007-12-11
1
-13
/
+13
*
Fixing #800 by refactoring how configurations are retrieved
Luke Kanies
2007-11-12
1
-1
/
+1
*
Switching the graph base class from GRATR::Digraph
Luke Kanies
2007-11-07
1
-2
/
+2
*
The configurations should now be functional again --
Luke Kanies
2007-10-31
1
-6
/
+1
*
Fixing #817, mostly using the patch by DavidS. I could
Luke Kanies
2007-10-03
1
-0
/
+10
*
Removing the Id tags from all of the files
Luke Kanies
2007-10-03
1
-1
/
+0
*
All tests now pass in this configuration branch, which means
Luke Kanies
2007-09-22
1
-3
/
+6
*
The structure for handling resource generation is now
Luke Kanies
2007-09-22
1
-1
/
+2
*
This is basically another intermediate commit. I feel like
Luke Kanies
2007-09-17
1
-71
/
+18
*
The whole system now uses Configuration objects instead of
Luke Kanies
2007-09-15
1
-28
/
+70
*
Fixing transactions so that they do not flush resources that are in noop
luke
2007-07-11
1
-1
/
+1
*
Cleaning up a log message in the transaction
luke
2007-07-10
1
-1
/
+1
*
Changing "element" to "resource" in the documentation, which just aligns with...
luke
2007-07-09
1
-1
/
+1
[next]