| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't use a testing layer for database tests | Aurélien Bompard | 2014-10-06 | 1 | -55/+0 |
| * | Merge from Abhilash's branch | Aurélien Bompard | 2014-10-06 | 1 | -3/+3 |
| |\ |
|
| | * | Migrations, with cleanup by Barry. | Barry Warsaw | 2014-09-27 | 1 | -0/+4 |
| | |\ |
|
| * | | | Fix DB unit tests | Aurélien Bompard | 2014-10-06 | 1 | -4/+34 |
| * | | | New DB testing layer that does not auto-create the DB | Aurélien Bompard | 2014-10-03 | 1 | -0/+30 |
| | |/
|/| |
|
| * | | added support for migrations via alembic | Abhilash Raj | 2014-09-24 | 1 | -0/+4 |
| |/ |
|
| * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 1 | -1/+1 |
| * | * When --sort is used, watch out for continuation lines, which shouldn't get | Barry Warsaw | 2013-10-18 | 1 | -27/+6 |
| * | Switch to virtualenv and nose2 instead of zc.buildout and zope.testing. | Barry Warsaw | 2013-08-25 | 1 | -1/+1 |
| * | * `bin/runner` command has been simplified and its command line options | Barry Warsaw | 2013-06-17 | 1 | -24/+3 |
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 1 | -1/+1 |
| * | Configuration | Barry Warsaw | 2012-11-04 | 1 | -2/+13 |
| * | Refactor to better handling the difference between a testing database and a | Barry Warsaw | 2012-07-25 | 1 | -1/+1 |
| * | * `passlib`_ is now used for all password hashing instead of flufl.password. | Barry Warsaw | 2012-07-02 | 1 | -2/+0 |
| * | Replace flufl.password with passlib, albeit with a wrapper. | Barry Warsaw | 2012-06-27 | 1 | -1/+1 |
| * | - Modernize the layers.py module by using print(). | Barry Warsaw | 2012-04-22 | 1 | -6/+7 |
| * | Verp all messages to the -owners. Add a test to prove that email to -owners | Barry Warsaw | 2012-03-23 | 1 | -0/+8 |
| * | * The LMTP server now requires that the incoming message have a `Message-ID`, | Barry Warsaw | 2012-03-13 | 1 | -1/+34 |
| * | copybump | Barry Warsaw | 2012-01-01 | 1 | -1/+1 |
| * | Fixed two typos. | Barry Warsaw | 2011-06-11 | 1 | -2/+3 |
| * | Major terminology shift: | Barry Warsaw | 2011-06-01 | 1 | -1/+1 |
| * | Move the test timeout values into a configuration variable. Set devmode.wait | Barry Warsaw | 2011-05-03 | 1 | -1/+2 |
| * | Merge passwords into rest | Barry Warsaw | 2011-04-08 | 1 | -0/+2 |
| |\ |
|
| | * | encrypt_password(): New convenience function for ensuring that a password is | Barry Warsaw | 2011-04-08 | 1 | -0/+2 |
| * | | Removing debugging print | Barry Warsaw | 2011-04-04 | 1 | -1/+0 |
| * | | More fleshing out of the users REST API. | Barry Warsaw | 2011-04-04 | 1 | -0/+14 |
| |/ |
|
| * | * Re-organize the interface between buildout.cfg and the zope.testing layer | Barry Warsaw | 2011-04-01 | 1 | -8/+10 |
| * | Fixed a typo in add_member() which prevented subscribing an email address that | Barry Warsaw | 2011-01-31 | 1 | -15/+2 |
| * | LP: #490044 - Support SMTP AUTH. | Barry Warsaw | 2011-01-02 | 1 | -0/+1 |
| * | Happy New Year. | Barry Warsaw | 2011-01-01 | 1 | -1/+1 |
| * | Insulate the test environment from the running environment. Sadly, the test | Barry Warsaw | 2010-12-22 | 1 | -1/+1 |
| * | Add Basic Auth support to the REST API, given by Jimmy Bergman, with style | Barry Warsaw | 2010-10-11 | 1 | -2/+8 |
| |\ |
|
| | * | Add doctest for connecting using invalid credentials and some documentation r... | root | 2010-09-29 | 1 | -2/+6 |
| * | | Fix the obvious errors identified by pyflakes. Skip false positives (mostly | Barry Warsaw | 2010-10-08 | 1 | -1/+0 |
| |/ |
|
| * | This is a better fix than the previous commit, since it uses a principled app... | Barry Warsaw | 2010-08-30 | 1 | -0/+15 |
| * | * Fix the bin/test -e/--stderr option to work with the current | Barry Warsaw | 2010-06-18 | 1 | -13/+16 |
| * | Checkpointint support for different path layouts, allowing us to optionally | Barry Warsaw | 2010-01-27 | 1 | -1/+6 |
| * | Happy New Year. | Barry Warsaw | 2010-01-01 | 1 | -1/+1 |
| * | The test suite has to be able to inhibit the loading of any configuration | Barry Warsaw | 2009-12-13 | 1 | -1/+2 |
| * | * Make IDomainManager a utility, since the config object is global. | Barry Warsaw | 2009-12-08 | 1 | -1/+1 |
| * | Factor out most of the i18n subsystem and convert to using the flufl.i18n | Barry Warsaw | 2009-11-15 | 1 | -1/+1 |
| * | Fix all tests except outgoing.txt and common.txt | Barry Warsaw | 2009-11-02 | 1 | -1/+1 |
| * | Show that a max_sessions_per_connection == 0 means there's an unlimited number | Barry Warsaw | 2009-10-18 | 1 | -2/+2 |
| * | Infrastructure for testing the Connection class, and for counting the number | Barry Warsaw | 2009-10-18 | 1 | -16/+2 |
| * | Use lazr.smtptest instead of our own SMTPServer and test SMTPd. | Barry Warsaw | 2009-10-15 | 1 | -2/+19 |
| * | Replace the message_store instance on the database with an IMessageStore | Barry Warsaw | 2009-08-26 | 1 | -2/+5 |
| * | Wow. Put domains into the database. | Barry Warsaw | 2009-07-16 | 1 | -1/+6 |
| * | Clean a few more lints. | Barry Warsaw | 2009-07-10 | 1 | -4/+20 |
| * | Allow for setting the doctest layer in the doctest package's __init__. If not | Barry Warsaw | 2009-05-27 | 1 | -0/+21 |
| * | Add a "mock and monkey" layer to set up testing infrastructure, e.g. for | Barry Warsaw | 2009-02-17 | 1 | -1/+20 |