lp:~abompard/mailman/sqlalchemy
- Get this branch:
- bzr branch lp:~abompard/mailman/sqlalchemy
Branch merges
- Abhilash Raj: Pending requested 2014-10-29
-
Diff: 1466 lines (+339/-301)28 files modifiedMANIFEST.in (+1/-4)
src/mailman/app/docs/moderator.rst (+29/-40)
src/mailman/commands/docs/conf.rst (+1/-2)
src/mailman/commands/docs/withlist.rst (+2/-2)
src/mailman/config/alembic.cfg (+20/-0)
src/mailman/config/config.py (+0/-2)
src/mailman/config/schema.cfg (+3/-9)
src/mailman/core/docs/runner.rst (+2/-0)
src/mailman/core/logging.py (+28/-21)
src/mailman/database/alembic/__init__.py (+4/-4)
src/mailman/database/alembic/env.py (+0/-5)
src/mailman/database/alembic/versions/51b7f92bd06c_initial.py (+46/-14)
src/mailman/database/base.py (+5/-1)
src/mailman/database/factory.py (+43/-48)
src/mailman/database/tests/test_factory.py (+80/-82)
src/mailman/handlers/docs/owner-recips.rst (+2/-2)
src/mailman/model/docs/autorespond.rst (+11/-11)
src/mailman/model/docs/mailinglist.rst (+6/-6)
src/mailman/model/docs/requests.rst (+10/-10)
src/mailman/model/domain.py (+4/-3)
src/mailman/model/listmanager.py (+2/-1)
src/mailman/model/mailinglist.py (+7/-6)
src/mailman/model/user.py (+2/-2)
src/mailman/rest/docs/moderation.rst (+15/-17)
src/mailman/testing/layers.py (+4/-8)
src/mailman/testing/testing.cfg (+1/-1)
src/mailman/utilities/importer.py (+1/-0)
src/mailman/utilities/tests/test_import.py (+10/-0)
Branch information
Recent revisions
- 7287. By Aurélien Bompard on 2014-10-30
-
Fix doctests with PostgreSQL
- drop the tables after the whole testsuite has run
- don't expose DB ids in the doctests
- sort lists by list-id in the ListManager------------- This line and the following will be ignored --------------
modified:
src/mailman/app/docs/ moderator. rst
src/mailman/commands/ docs/withlist. rst
src/mailman/database/ base.py
src/mailman/model/docs/ mailinglist. rst
src/mailman/model/domain. py
src/mailman/model/listmanag er.py
src/mailman/rest/docs/ moderation. rst
src/mailman/testing/ layers. py - 7286. By Aurélien Bompard on 2014-10-29
-
Importer: encode_
ascii_prefixes need to be converted to bool - 7285. By Barry Warsaw on 2014-10-14
-
Use print() to smooth over the SA return of Python longs in PostgreSQL.
- 7282. By Barry Warsaw on 2014-10-13
-
Merge Aurélien Bompard's latest merge branch, with some cleaning up by Barry.
- 7281. By Barry Warsaw on 2014-10-12
-
Add the [logging.database] section and use it to configure the SQLAlchemy and
Alembic loggers.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:mailman