| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move workflow tests to mailman.workflows. | J08nY | 2017-08-07 | 1 | -183/+0 |
| | | |||||
| * | Save the complete workflow stack, not only last step. | J08nY | 2017-08-07 | 1 | -1/+1 |
| | | |||||
| * | Create mailman.workflows package. Move base Workflow there. | J08nY | 2017-08-07 | 1 | -6/+6 |
| | | | | | | - Also introduce IWorkflow, ISubscriptionWorkflow, IUnsubscriptionWorkflow. | ||||
| * | Bump copyright years. | Barry Warsaw | 2017-01-04 | 1 | -1/+1 |
| | | |||||
| * | Minor style cleanup. | Barry Warsaw | 2016-11-24 | 1 | -23/+23 |
| | | |||||
| * | Fix an API call | Aurélien Bompard | 2016-11-21 | 1 | -1/+1 |
| | | |||||
| * | Workflow: support dependencies between attributes | Aurélien Bompard | 2016-11-21 | 1 | -0/+53 |
| | | | | | | | Restore the attributes in the order they are declared in `SAVE_ATTRIBUTES` to allow for dependencies between attributes (required by the `SubscriptionWorkflow`). | ||||
| * | First massive round of cleanups. | Barry Warsaw | 2016-03-23 | 1 | -6/+0 |
| | | | | | | | | | * Get rid of explicit __all__ settings and use the @public decorator. * Get rid of ^L's * Use expected_count argument for get_queue_messages() * Various code modernizations. * Other minor changes to make flake8 happy. | ||||
| * | Boost coverage and remove dead code. | Barry Warsaw | 2016-01-25 | 1 | -0/+8 |
| | | |||||
| * | Happy New Year. | Barry Warsaw | 2016-01-02 | 1 | -1/+1 |
| | | |||||
| * | Add run_thru() and run_until() to workflow, mostly for testing purposes. | Barry Warsaw | 2015-04-07 | 1 | -2/+4 |
| | | |||||
| * | Check pointing | Barry Warsaw | 2015-04-06 | 1 | -1/+9 |
| | | |||||
| * | * Refactor test_workflow into a separate module. | Barry Warsaw | 2015-03-29 | 1 | -0/+118 |
| * save_state() -> save() * restore_state() -> restore() * Add push() as the public API for pushing new state on the deque. * Uppercase class attributes. * Add logging on exception. * Minor style fixes. | |||||
