| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
* | More work on #542 -- services in noop now produce noop events so that they ca... | luke | 2007-03-18 | 1 | -1/+7 |
* | Trying to clean up the error message from #490. It looks like the problem is... | luke | 2007-03-18 | 1 | -1/+1 |
* | Fixing #542. Transactions now cause services to warn when they would have go... | luke | 2007-03-17 | 1 | -8/+24 |
* | Adding some more testing on the @should values for :groups on users, and fixi... | luke | 2007-03-08 | 1 | -4/+1 |
* | Fixing at least part of #514. This does not get rid of all errors, but at le... | luke | 2007-02-28 | 1 | -11/+18 |
* | Redoing some aspects of the graphing in hopes of helping hte performance a bit. | luke | 2007-02-27 | 1 | -2/+3 |
* | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 1 | -2/+2 |
* | Merging the state-rename branch. This includes the diff from version 2156 to... | luke | 2007-02-07 | 1 | -9/+11 |
* | Providing a partial fix for #428. Resources can now be deleted as long as al... | luke | 2007-01-30 | 1 | -2/+3 |
* | Fixing #433. I basically just added checks to all the places where I add edg... | luke | 2007-01-30 | 1 | -6/+30 |
* | Doing more work on #113. Mostly, just making sure remounts do not happen spu... | luke | 2007-01-29 | 1 | -4/+6 |
* | Fixing #113. I added support in the transaction for self-refreshing, which j... | luke | 2007-01-28 | 1 | -3/+17 |
* | Changing how transactions check whether a resource is being deleted. This is... | luke | 2007-01-28 | 1 | -3/+3 |
* | Wrapping the resource generation methods in begin/rescue blocks so that failu... | luke | 2007-01-23 | 1 | -2/+15 |
* | Fixing #424. The configuration compile time is now cached in the yaml cache ... | luke | 2007-01-23 | 1 | -1/+0 |
* | Fixing #437. Transactions now check whether graphs are cyclic, with a somewh... | luke | 2007-01-23 | 1 | -0/+3 |