index
:
mailman.git
address-events
feature/drop-runner-priviliges
fix/confirm-list-mismatch
list-style-descriptions
master
modules-no-instantiate
mta-smtps-starttls
pipelines-dynamical-instantiation
pluggable-components
pluggable-workflows
plugin
precompile-rest-matchers
save-workflow-steps
The GNU Mailing List manager.
J08nY
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-09-24
added support for migrations via alembic
Abhilash Raj
5
-0
/
+106
2014-09-23
Update some comments.
Barry Warsaw
1
-1
/
+4
2014-09-23
Use a simpler UUID implementation.
Barry Warsaw
2
-30
/
+18
2014-09-23
We do not need _database_exists() or _make_temporary() any more either.
Barry Warsaw
4
-101
/
+6
2014-09-23
Since we don't have migrations, we don't need the ITemporaryDatabase stuff,
Barry Warsaw
6
-90
/
+4
2014-09-22
Migrations will be replaced with Alchemy.
Barry Warsaw
20
-2716
/
+0
2014-09-22
Re-add the _prepare() method for SQLite permissions.
Barry Warsaw
1
-0
/
+10
2014-09-22
Pass all tests with PYTHONWARNINGS=error.
Barry Warsaw
7
-27
/
+24
2014-09-22
Clean up pass.
Barry Warsaw
28
-217
/
+216
2014-09-21
Another test repair.
Barry Warsaw
1
-0
/
+2
2014-09-21
Test repair:
Barry Warsaw
5
-3
/
+20
2014-09-19
* remove some unused code
Abhilash Raj
9
-55
/
+26
2014-09-19
* fix the circular dependecy problem between User and Adress
Abhilash Raj
7
-21
/
+31
2014-09-18
call roster methods on mailinglist object after load from database
Abhilash Raj
2
-11
/
+15
2014-09-18
reset database by purging all data instead of dropping schema and recreating it
Abhilash Raj
1
-9
/
+10
2014-09-18
all tests except for importer working(ignoring test_migrations.py)
Abhilash Raj
5
-44
/
+21
2014-09-13
fix all tests in mailman.model.tests
Abhilash Raj
16
-126
/
+123
2014-09-13
change leftover queries
Abhilash Raj
4
-6
/
+5
2014-09-12
modify all storm queries to work with SA
Abhilash Raj
12
-115
/
+121
2014-09-06
* change declarative_base class to use ModelMeta class
Abhilash Raj
25
-159
/
+84
2014-09-05
replace storm with sqlalchemy as dependency
Abhilash Raj
1
-1
/
+1
2014-09-05
replace all storm types and relationships with sqlalchemy
Abhilash Raj
17
-107
/
+142
2014-09-05
add new UUID type
Abhilash Raj
1
-23
/
+85
2014-09-04
change models to use sqlalchemy models<WIP>
Abhilash Raj
9
-141
/
+151
2014-09-04
add new database base model for sqlalchemy
Abhilash Raj
1
-0
/
+38
2014-08-23
Docs update.
Barry Warsaw
1
-3
/
+3
2014-04-28
Use print functions consistently through, and update all __future__ imports to
Barry Warsaw
189
-747
/
+765
2014-04-22
Carve away the stone.
Barry Warsaw
2
-3
/
+8
2014-04-22
Oops! Fix version string.
Barry Warsaw
1
-1
/
+1
2014-04-22
News for 3.0b4.
Barry Warsaw
1
-1
/
+1
2014-04-16
Make a copy before first usage of mgr.clear()
Piotr Kasprzyk
1
-4
/
+4
2014-04-15
* Fixed a crash in the REST server when searching for nonmembers via
Barry Warsaw
6
-65
/
+251
2014-04-15
* Use ``setuptools`` instead of ``distribute``, since the latter is defunct.
Barry Warsaw
3
-545
/
+5
2014-04-15
Add bug number.
Barry Warsaw
1
-1
/
+1
2014-04-15
Remove a few redundant checks.
Barry Warsaw
2
-8
/
+0
2014-04-14
Posting an invalid email address string to the user/addresses endpoint
Florian Fuchs
2
-2
/
+17
2014-04-14
Instantiating an Address model now validates the email string
Florian Fuchs
2
-1
/
+49
2014-04-14
IUserManager.create_address() is a better API to create unlinked addresses.
Barry Warsaw
1
-29
/
+5
2014-04-13
* Added an API endpoint to POST new email addresses to a user resource.
Florian Fuchs
3
-0
/
+87
2014-03-29
Improve documentation.
Stephen J. Turnbull
3
-7
/
+117
2014-03-15
* Fix IntegrityError (against PostgreSQL) when deleting a list with content
Barry Warsaw
3
-0
/
+19
2014-03-15
* Fix non-member moderation rule to prefer a member sender if both members
Barry Warsaw
3
-0
/
+85
2014-03-02
- Configuration.style_configs(): Removed unused code.
Barry Warsaw
3
-11
/
+44
2014-03-02
* Module coding style consistency.
Barry Warsaw
5
-20
/
+56
2014-03-02
- Clean up and simplify remove_list()
Barry Warsaw
3
-22
/
+20
2014-01-06
Fix the default.
Barry Warsaw
1
-2
/
+2
2014-01-06
Several internal improvements:
Barry Warsaw
20
-83
/
+290
2014-01-01
Bump copyright years.
Barry Warsaw
319
-321
/
+321
2013-12-01
Fix a couple of intermittent test problems.
Barry Warsaw
2
-0
/
+3
2013-11-27
NEWS.
Barry Warsaw
1
-0
/
+1
[next]