← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~wgrant/launchpad/ztm-murder into lp:launchpad

 

The proposal to merge lp:~wgrant/launchpad/ztm-murder into lp:launchpad has been updated.

Description changed to:

This branch is hopefully the penultimate phase of my ZopelessTransactionManager extermination campaign. It has been reduced to two public methods: initZopeless and uninstall. It is no longer a transaction manager -- just a database configuration modifier.

LaunchpadScript and ZopelessLayer set self.txn = transaction instead of using ZTM, and ZTM's begin/commit/abort methods are gone. sqlbase's begin/rollback/expire_from_cache convenience methods have also died, but commit() remains because it has many callsites, to be purged in another branch.

initZopeless also no longer returns ZTM.

For more details, see:
https://code.launchpad.net/~wgrant/launchpad/ztm-murder/+merge/75949
-- 
https://code.launchpad.net/~wgrant/launchpad/ztm-murder/+merge/75949
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~wgrant/launchpad/ztm-murder into lp:launchpad.


References