summaryrefslogtreecommitdiff
path: root/src/mailman/database/transaction.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
|
* Clean up the database directory.Barry Warsaw2016-03-241-12/+5
|
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* Full test suite passes.Barry Warsaw2015-04-141-0/+17
| | | | | | | | | | | | | * Make sure Registrar.discard() removces any workflow state manager state associated with the token, and that this is flushed to SA. * Adjust the email commands to the new IRegistrar API. * Update the IRegistrar interface. * Add IWorkflowStateManager.discard() and make `count` an attribute/property. * Mark two tests as expected failures due to LP: #1444184.
* * A new API is provided to support non-production testing infrastructures,Barry Warsaw2015-02-131-2/+5
| | | | | | | | | | | | allowing a client to cull all orphaned UIDs via ``DELETE`` on ``<api>/reserved/uids/orphans``. Note that *no guarantees* of API stability will ever be made for resources under ``reserved``. (LP: #1420083) Also: - Allow @dbconnection methods to be @staticmethods taking only one argument, the store to perform the query on.
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-4/+0
|
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
|
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
|
* - Simplify the transactional() decorator.Barry Warsaw2012-04-221-13/+39
| | | | | - Add transaction() context manager. - Add dbconnection() decorator.
* Rename mailman.database.transaction.txn to ...transactional. Modernize theBarry Warsaw2012-04-201-3/+3
| | | | module, and use it in another convenient place.
* copybumpBarry Warsaw2012-01-011-1/+1
|
* Happy New Year.Barry Warsaw2011-01-011-1/+1
|
* Happy New Year.Barry Warsaw2010-01-011-1/+1
|
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+53
correctly regardless of how it's used.