<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/src/mailman/database/tests/data, branch master</title>
<subtitle>The GNU Mailing List manager.
</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom?h=master</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2014-09-22T23:32:58Z</updated>
<entry>
<title>Migrations will be replaced with Alchemy.</title>
<updated>2014-09-22T23:32:58Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2014-09-22T23:32:58Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=31aebefadf7853a4e7767ea1552720f52e06bb7a'/>
<id>urn:sha1:31aebefadf7853a4e7767ea1552720f52e06bb7a</id>
<content type='text'>
We don't need the raw SQL schema stuff any more.

We don't need the Version table any more.
</content>
</entry>
<entry>
<title> * The policy for archiving has now been collapsed into a single enum, called</title>
<updated>2012-07-26T04:22:19Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2012-07-26T04:22:19Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=6724d3688f5cf612f722a2d7504eeb50caf8dbe9'/>
<id>urn:sha1:6724d3688f5cf612f722a2d7504eeb50caf8dbe9</id>
<content type='text'>
   ArchivePolicy.  This describes the three states of never archive, archive
   privately, and archive_publicly. (LP: #967238)

Database
--------
 * Schema migrations (LP: #971013)
   - include_list_post_header -&gt; allow_list_posts
   - news_prefix_subject_too  -&gt; nntp_prefix_subject_too
   - news_moderation          -&gt; newsgroup_moderation
   - archive and archive_private have been collapsed into archive_policy.
   - nntp_host has been removed.
 * The PostgreSQL port of the schema accidentally added a moderation_callback
   column to the mailinglist table.  Since this is unused in Mailman, it was
   simply commented out of the base schema for PostgreSQL.
</content>
</entry>
<entry>
<title>Very nearly there with PostgreSQL support for testing the beta2 migration.</title>
<updated>2012-07-25T16:23:29Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2012-07-25T16:23:29Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=9ef8a1268f1b2902ad46852937dd7bc977c5b2b1'/>
<id>urn:sha1:9ef8a1268f1b2902ad46852937dd7bc977c5b2b1</id>
<content type='text'>
- Improve migration logging
- Disable pre_reset() and post_reset() on migrations, which might need to be
  re-enabled for SQLite support.
- Be sure to record the migration version in PostgreSQL.
- Parameterize the Error that will occur.
- Better sample data for PostgreSQL and SQLite, which have different formats.
</content>
</entry>
<entry>
<title>Checkpointing Postgres port of test suite.</title>
<updated>2012-07-23T14:40:53Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2012-07-23T14:40:53Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=5598b9eea196e4085aa91aaf8a0cacaffa200355'/>
<id>urn:sha1:5598b9eea196e4085aa91aaf8a0cacaffa200355</id>
<content type='text'>
 - Refactor load_schema() into a separate load_sql() method.
 - Add API for test suite to make a temporary database.
 - Add code to migrate the PostgreSQL database.
 - Comment out `moderation_callback` from the PostgreSQL SQL; this must have
   snuck in accidentally via the contributed port.
 - Refactor test_migrations.py
</content>
</entry>
<entry>
<title>Separate out the migration test methods so that the ones testing that the</title>
<updated>2012-04-20T21:32:27Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2012-04-20T21:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=847409ba333375bd9c168e28f15748e58970404f'/>
<id>urn:sha1:847409ba333375bd9c168e28f15748e58970404f</id>
<content type='text'>
columns got renamed don't in fact check the data in those tables.  Better
separation of concerns.

Rename mailman.database.transaction.txn to ...transactional and use it in a
couple of additional spots.
</content>
</entry>
</feed>
