summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | The SubscriptionWorkflow and Registar classes now have both a token and aBarry Warsaw2015-04-156-123/+137
| * | | | | Add a test for a reported (but non-reproducible) failure patching a mailing l...Barry Warsaw2015-04-151-1/+19
|/ / / / /
| | | | * mark the test as an expected failureAbhilash Raj2015-04-161-0/+1
| | | | * Add test case to check a bug in falcon's Request classAbhilash Raj2015-04-161-0/+8
| | |_|/ | |/| |
| * | | fix tests for previous commitAbhilash Raj2015-04-163-8/+6
| * | | merge trunkAbhilash Raj2015-04-1553-759/+2216
| |\ \ \ | |/ / / |/| | |
* | | | Open templates for reading in utf-8; given by abompard.Barry Warsaw2015-04-151-1/+1
* | | | Abhilash's fix for allowing singleton strings in REST interfaces that alsoBarry Warsaw2015-04-154-2/+69
|\ \ \ \
| * | | | add test for previous bugfixAbhilash Raj2015-04-141-0/+9
| * | | | fix creating domains from rest with only one ownersAbhilash Raj2015-04-141-1/+4
* | | | | * Mailing list subscription policy work flow has been completely rewritten.Barry Warsaw2015-04-1548-756/+2146
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Prevent replay attacks with the confirmation token.Barry Warsaw2015-04-1511-20/+96
| * | | | Update TODO.Barry Warsaw2015-04-141-1/+4
| * | | | Remove unused import.Barry Warsaw2015-04-141-1/+0
| * | | | Full test suite passes.Barry Warsaw2015-04-1415-101/+175
| * | | | Merge the member query fix branch.Barry Warsaw2015-04-146-16/+163
| |\ \ \ \
| | * | | | Added IMember.subscriber to definitively return how a member is subscribed toBarry Warsaw2015-04-146-17/+162
| |/ / / / |/| | | |
| * | | | Checkpointing.Barry Warsaw2015-04-1418-636/+310
| * | | | The SubscriptionWorkflow class doesn't need to include the expiry date in itsBarry Warsaw2015-04-133-1/+36
| * | | | * Give the workflow state manager a count method.Barry Warsaw2015-04-133-8/+36
| * | | | Give IPendings a count of entries.Barry Warsaw2015-04-132-0/+13
| * | | | SubscriptionPolicy is largely done, modulo bugs, and the unknown-unknown ofBarry Warsaw2015-04-135-108/+136
| * | | | Subscription workflows now support bans.Barry Warsaw2015-04-133-3/+24
| * | | | Fix regression.Barry Warsaw2015-04-131-1/+0
| * | | | Subsume hold_subscription() functionality into the subscription workflow.Barry Warsaw2015-04-134-21/+111
| * | | | Handle save/restore of the subscription workflow.Barry Warsaw2015-04-137-46/+143
| * | | | to doBarry Warsaw2015-04-091-0/+7
| * | | | Subscription workflow checkpointing.Barry Warsaw2015-04-095-74/+317
| * | | | Rebase Alembic revisions.Barry Warsaw2015-04-071-2/+2
| * | | | Add run_thru() and run_until() to workflow, mostly for testing purposes.Barry Warsaw2015-04-072-2/+46
| * | | | Trunk mergeBarry Warsaw2015-04-0725-115/+660
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Check pointingBarry Warsaw2015-04-064-8/+31
| * | | | Plumb subscription policy through to the REST API. Given by abompard.Barry Warsaw2015-04-033-1/+7
| |\ \ \ \
| | * | | | Advertise the subscription policy in the REST APIAurélien Bompard2015-03-313-1/+7
| |/ / / /
| * | | | Fix some typos.Barry Warsaw2015-03-302-3/+3
| * | | | * Refactor test_workflow into a separate module.Barry Warsaw2015-03-294-74/+164
| * | | | Fix merge turd.Barry Warsaw2015-03-291-0/+3
| * | | | Trunk mergeBarry Warsaw2015-03-290-0/+0
| |\ \ \ \
| * | | | | Fix merge turd.Barry Warsaw2015-03-291-1/+1
| * | | | | Refactorings and tests.Barry Warsaw2015-03-297-89/+221
| * | | | | Merge abompard's subpolicy branch port with trunk. Still a WIP.Barry Warsaw2015-03-2915-11/+560
| |\ \ \ \ \
| | * | | | | Test when confirmations are requiredAurélien Bompard2015-03-272-2/+21
| | * | | | | Write and move tests for the bare Workflow classAurélien Bompard2015-03-272-37/+46
| | * | | | | Start implmenting the send_confirmation stepAurélien Bompard2015-03-271-0/+7
| | * | | | | Workflow: allow saving and restoring with an empty queueAurélien Bompard2015-03-274-7/+33
| | * | | | | Factor generic workflow operations in their own classAurélien Bompard2015-03-261-23/+37
| | * | | | | Save and restore attributesAurélien Bompard2015-03-262-7/+20
| | * | | | | Merge from headAurélien Bompard2015-03-2613-18/+186
| | |\ \ \ \ \
| | * | | | | | Save the workflow state in the databaseAurélien Bompard2015-03-255-4/+88
| | * | | | | | Add a table to store workflow statesAurélien Bompard2015-03-254-0/+116