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
*
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
*
Adding tracing to prefetch failures, and Fixing the environment support in th...
luke
2007-06-18
1
-0
/
+3
*
Finishing off the type/provider interface work, including adding package pref...
luke
2007-06-08
1
-0
/
+1
*
Significantly reworked the type => provider interface with respect to
luke
2007-06-04
1
-9
/
+13
*
Fixing #507 (behaviour in cycles) by changing the topsort algorithm.
luke
2007-05-17
1
-3
/
+1
*
Fixing #607 -- parameters and properties now refer to a @resource rather than...
luke
2007-05-09
1
-2
/
+2
*
Merging of refactor-transacton to the trunk. This work removes the :is attri...
ballman
2007-05-09
1
-1
/
+1
*
Consolidating all of the configuration parameter declarations into configurat...
luke
2007-05-04
1
-18
/
+2
*
Adding a --summarize option, to get a transaction summary
luke
2007-05-04
1
-11
/
+4
*
Renaming some methods so that we can generate a report on a transaction and t...
luke
2007-03-30
1
-38
/
+40
[next]