summaryrefslogtreecommitdiff
path: root/src/mailman/database/postgresql.py (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-13Port some of the commands.Barry Warsaw15-35/+36
2014-12-12CheckpointingBarry Warsaw6-8/+9
2014-12-11Fix test_inject.pyBarry Warsaw1-1/+1
2014-12-11Checkpointing more fixes.Barry Warsaw3-8/+13
2014-12-11Fix some basic REST plumbing, and make test_rosters pass.Barry Warsaw4-6/+12
2014-12-11Make sure the X-Message-ID-Hash header value is a string.Barry Warsaw1-1/+4
2014-12-08Fix the approved rule. Don't decode the payload so that we get a unicode toBarry Warsaw2-6/+6
2014-12-01languages.rst passesBarry Warsaw1-2/+2
2014-12-01model/addresses.rst passes, with some bad-path cases moved to unittests.Barry Warsaw2-17/+25
2014-12-01registrar.rst is ported; some bad path tests moved to a unittest.Barry Warsaw3-31/+70
2014-12-01test_mailinglist.py passes.Barry Warsaw2-7/+4
2014-12-01Port model/tests/test_user.pyBarry Warsaw2-8/+7
2014-12-01test_requests succeeds now, after changing some LargeBinary columns intoBarry Warsaw5-13/+13
2014-11-30Checkpointing.Barry Warsaw59-265/+265
2014-11-29Create a py34 environment.Barry Warsaw1-1/+6
2014-11-29Add comments and rewrite test a bit.Barry Warsaw1-1/+5
2014-11-28Remove debugging.Barry Warsaw1-1/+0
2014-11-27Fix some unicode issuesAurélien Bompard4-2/+115
2014-11-27Fix a failing schemamanager testAurélien Bompard1-8/+13
2014-11-25Fix digest handler crashAurélien Bompard2-1/+64
2014-11-19Fix a few issues with `python2 -3` compatibility.Barry Warsaw9-15/+16
2014-11-17Improve coverage:Barry Warsaw3-52/+4
2014-11-16Remove debugging.Barry Warsaw1-1/+0
2014-11-16Make sure runner subprocesses get covered during `tox -e coverage`.Barry Warsaw5-5/+17
2014-11-15falcon git is no longer needed now that 0.2.0b1 is on pypi.Barry Warsaw1-2/+0
2014-11-12Remove unneeded line.Barry Warsaw1-1/+0
2014-11-11Make it work with some pending refactoring in upstream falcon.Barry Warsaw2-2/+3
2014-11-11* Improve test coverage a bit.Barry Warsaw5-13/+96
2014-11-10The start of a coverage branch.Barry Warsaw2-0/+31
2014-11-09 * You no longer have to edit `src/mailman/testing/testing.cfg` to run theBarry Warsaw9-33/+68
2014-11-07Tox-ify the test suite. Now you don't have to create a virtualenv separately.Barry Warsaw14-74/+73
2014-11-06When we switch to tox, we'll get hash randomization, which breaks many tests.Barry Warsaw5-7/+21
2014-11-04Include Alembic versions in the manifestAurélien Bompard1-1/+3
2014-11-02Port to current Falcon git head.Barry Warsaw3-17/+24
2014-11-02Remove some unused code.Barry Warsaw1-5/+0
2014-11-01Remove some unnecessary code, and revert back to SQLite by default for theBarry Warsaw3-12/+3
2014-10-31SQLite by defaultBarry Warsaw1-3/+3
2014-10-31Merge in the last of Aurelien's changes, and make the test suite pass withBarry Warsaw5-4/+12
2014-10-30Merge abompard's fixes to the Postgres test suite.Barry Warsaw11-79/+83
2014-10-30Merge abompard's fixes to the importer for encode_ascii_prefixes.Barry Warsaw2-3/+14
2014-10-13Use print() to smooth over the SA return of Python longs in PostgreSQL.Barry Warsaw3-23/+23
2014-10-13Remove some unnecessary code.Barry Warsaw1-4/+1
2014-10-13Move alembic settings to a separate alembic.cfg.Barry Warsaw4-7/+22
2014-10-12Add the [logging.database] section and use it to configure the SQLAlchemy andBarry Warsaw3-19/+34
2014-10-11Remove some unused stuff.Barry Warsaw2-7/+0
2014-10-11Merge Abhilash's latest revisions.Barry Warsaw9-62/+77
2014-10-10Fix unit tests with SQLite nowAurélien Bompard2-4/+8
2014-10-10Fix unit tests with PostgreSQLAurélien Bompard2-9/+36
2014-10-10* remove migrate commandAbhilash Raj18-135/+66
2014-10-09fix database reset error due to foreign key constraint between user and addre...Abhilash Raj4-5/+7