<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/src/mailman/database/model.py, branch feature/drop-runner-priviliges</title>
<subtitle>The GNU Mailing List manager.</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom/src/mailman/database/model.py?h=feature%2Fdrop-runner-priviliges</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom/src/mailman/database/model.py?h=feature%2Fdrop-runner-priviliges'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2017-01-04T15:30:17Z</updated>
<entry>
<title>Bump copyright years.</title>
<updated>2017-01-04T15:30:17Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2017-01-04T15:30:17Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=8180990a2ed053f6e4880f93a75acd9845631793'/>
<id>urn:sha1:8180990a2ed053f6e4880f93a75acd9845631793</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use `atpublic` for @public instead of internal copy.</title>
<updated>2016-11-29T23:51:05Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-11-29T23:51:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=fe22ebdb98d125db840c980cbd953a8fbc2e5cdf'/>
<id>urn:sha1:fe22ebdb98d125db840c980cbd953a8fbc2e5cdf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rebase mailman/mailman!180 and cleanup # noqa</title>
<updated>2016-07-29T03:10:56Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-07-29T03:10:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=90e84bee5f47cbcdb9e9c367c60a877e325ef3e7'/>
<id>urn:sha1:90e84bee5f47cbcdb9e9c367c60a877e325ef3e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>public() takes keyword arguments.</title>
<updated>2016-04-04T05:16:02Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-04-04T05:16:02Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=3d1ed61f3c2b6bedfc2b6ba057fda79d6a9d1f23'/>
<id>urn:sha1:3d1ed61f3c2b6bedfc2b6ba057fda79d6a9d1f23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up the database directory.</title>
<updated>2016-03-25T01:49:37Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-03-25T01:49:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=e1876e6f699ab4b212d689786297f6f1e70c1551'/>
<id>urn:sha1:e1876e6f699ab4b212d689786297f6f1e70c1551</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Happy New Year.</title>
<updated>2016-01-03T03:43:23Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-01-03T03:43:23Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=f390e08c31477c476e1312d03771b68e22b42675'/>
<id>urn:sha1:f390e08c31477c476e1312d03771b68e22b42675</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump copyright years.</title>
<updated>2015-01-05T01:22:39Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2015-01-05T01:22:39Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=3ed695772e7e9c17234097e820a4cedfb0ad3a5d'/>
<id>urn:sha1:3ed695772e7e9c17234097e820a4cedfb0ad3a5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove huge amounts of now unnecessary file boilerplate.</title>
<updated>2014-12-23T01:06:20Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2014-12-23T01:06:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=286fac3f7c580dfc137ac11290a2ba5713f69472'/>
<id>urn:sha1:286fac3f7c580dfc137ac11290a2ba5713f69472</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Database</title>
<updated>2014-11-01T16:49:15Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2014-11-01T16:49:15Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=8ab9c5111a05277e185b5e038bf12e13cd6df15e'/>
<id>urn:sha1:8ab9c5111a05277e185b5e038bf12e13cd6df15e</id>
<content type='text'>
--------
 * The ORM layer, previously implemented with Storm, has been replaced by
   SQLAlchemy, thanks to the fantastic work by Abhilash Raj and Aurélien
   Bompard.  Alembic is now used for all database schema migrations.
 * The new logger `mailman.database` logs any errors at the database layer.

API
---
 * Several changes to the internal API:
   - `IListManager.mailing_lists` is guaranteed to be sorted in List-ID order.
   - `IDomains.mailing_lists` is guaranteed to be sorted in List-ID order.
   - Iteration over domains via the `IDomainManager` is guaranteed to be sorted
     by `IDomain.mail_host` order.
   - `ITemporaryDatabase` interface and all implementations are removed.
</content>
</entry>
<entry>
<title>Add support for postgresql</title>
<updated>2014-09-25T13:06:24Z</updated>
<author>
<name>Abhilash Raj</name>
</author>
<published>2014-09-25T13:06:24Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=95fc64b4894e5985bb8d0e5e944b2cda38c9a58c'/>
<id>urn:sha1:95fc64b4894e5985bb8d0e5e944b2cda38c9a58c</id>
<content type='text'>
* revert changes in message_id_has encoding by barry
* Change message_id_hash column to LargeBinary
  (from previously mistaken one i.e.unicode)
* add missing import in database/types.py
* fix a bug in database/Model.py, transaction has no
  method abort(), instead it is rollback()
</content>
</entry>
</feed>
