lp:~barry/mailman/lp1423756
Created by
Barry Warsaw
and last modified
- Get this branch:
- bzr branch lp:~barry/mailman/lp1423756
Only
Barry Warsaw
can upload to this branch. If you are
Barry Warsaw
please log in for upload directions.
Branch merges
Propose for merging
- Mailman Coders: Pending requested
-
Diff: 1444 lines (+641/-118)21 files modifiedsrc/mailman/app/registrar.py (+1/-1)
src/mailman/commands/docs/create.rst (+1/-2)
src/mailman/commands/docs/membership.rst (+1/-1)
src/mailman/commands/tests/test_lists.py (+1/-1)
src/mailman/database/alembic/versions/46e92facee7_add_serverowner_domainowner.py (+56/-0)
src/mailman/interfaces/domain.py (+7/-9)
src/mailman/model/docs/domains.rst (+36/-28)
src/mailman/model/docs/registration.rst (+1/-1)
src/mailman/model/docs/users.rst (+15/-0)
src/mailman/model/domain.py (+42/-15)
src/mailman/model/tests/test_domain.py (+93/-0)
src/mailman/model/user.py (+13/-1)
src/mailman/rest/docs/addresses.rst (+1/-0)
src/mailman/rest/docs/domains.rst (+96/-27)
src/mailman/rest/docs/users.rst (+98/-1)
src/mailman/rest/domains.py (+25/-8)
src/mailman/rest/listconf.py (+3/-10)
src/mailman/rest/tests/test_domains.py (+54/-0)
src/mailman/rest/users.py (+87/-12)
src/mailman/rest/validator.py (+9/-0)
src/mailman/testing/layers.py (+1/-1)
Related bugs
Bug #1423756: Ability to define user as domainowner or serverowner | High | Fix Released |
|
Related blueprints
Branch information
Recent revisions
- 7320. By Barry Warsaw
-
Add lots of test for various bits of domain owners.
A little refactoring of list_of_str() into list_of_
strings_ validator( ) which
is now put in the validators.py module and used in several places.Python 3 super() style.
Add some code and tests to catch <domain>/owners references when <domain>
doesn't exist. - 7319. By Barry Warsaw
-
Checkpointing:
* Cleanups.
* Updates to domains and users.
* Allow is_server_owner to be PUT. - 7315. By Barry Warsaw
-
* The built-in example ``IArchiver`` implementations now explicitly return
None. (LP: #1203359)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:mailman