Commit Graph

  • eb00570991 make migrate.changeset.databases PEP-8 clean and add it to the API docs jan.dittberner 2009-01-25 12:52:33 +0000
  • 728b677e56 move .. automodule stuff to docs/api.rst jan.dittberner 2009-01-25 12:52:13 +0000
  • cce50c2a75 start proper API documentation jan.dittberner 2009-01-25 12:52:00 +0000
  • 4806e2c9e1 make migrate.schema.ansisql PEP8 clean and add some sphinx docstrings jan.dittberner 2009-01-25 12:51:49 +0000
  • 6e22528e6f add sphinx to setup dependencies jan.dittberner 2009-01-25 12:51:36 +0000
  • 6fdd5231c1 switch from pudge to sphinx jan.dittberner 2009-01-25 12:50:51 +0000
  • 66c22bcae7 first sphinx docstrings jan.dittberner 2009-01-25 12:50:40 +0000
  • ca65f0ac32 first take at sphinx based documentation jan.dittberner 2009-01-25 12:50:24 +0000
  • 408510be80 reformatted download.rst for sphinx jan.dittberner 2009-01-25 12:50:10 +0000
  • 2653ef81c1 reformatted index.rst for sphinx jan.dittberner 2009-01-25 12:49:59 +0000
  • 4072921481 add sphinx build files jan.dittberner 2009-01-25 12:49:48 +0000
  • f9092faf07 updated CHANGELOG jan.dittberner 2009-01-25 12:49:36 +0000
  • c957e49b26 updated project documentation jan.dittberner 2009-01-25 10:53:32 +0000
  • 992a079d3d tagging version 0.5.1 to match sa version. percious17 2009-01-19 23:41:14 +0000
  • cb624f15db support for SA 0.5.1. percious17 2009-01-19 23:39:53 +0000
  • 88ab816187 fix for changeset test jan.dittberner 2009-01-10 13:38:44 +0000
  • 979b8b19dc integrate patch for supporting CheckConstraints by srittau. jan.dittberner 2009-01-10 13:11:08 +0000
  • f1039d3f85 Depend on SQLAlchemy >= 0.5 at runtime and nose for setup jan.dittberner 2009-01-06 21:44:27 +0000
  • 05819a6f70 apply patch for Issue #43 (better SQLite support) by Florian Apolloner jan.dittberner 2008-12-30 20:43:40 +0000
  • b73aa25733 switch to nosetests jan.dittberner 2008-12-30 20:40:16 +0000
  • 1fa26920d9 fixed bug in create column where foreign keys were being left out. percious17 2008-12-16 23:23:54 +0000
  • a5abd977a3 more migrate deprecation removal fixes. percious17 2008-12-03 14:06:04 +0000
  • 4016e4ea98 all tests pass except for a couple of mysql related failures in 2.6, SA 0.5rc4. percious17 2008-12-02 20:24:10 +0000
  • 7e682f49ac print statement removal. percious17 2008-12-02 19:59:45 +0000
  • 06b678bfef fixed a number of shell-related failures. percious17 2008-12-02 19:58:25 +0000
  • b2cca18c36 hopefully the last of migrate.run percious17 2008-12-02 18:31:56 +0000
  • 205d477ea4 more "run" removal. percious17 2008-12-02 18:30:43 +0000
  • 6c0694417f fixes to postgres, shell. removal of "run" module. percious17 2008-12-02 18:27:16 +0000
  • 2e74b87df5 print statement removal percious17 2008-12-02 15:57:53 +0000
  • 9ffc39c3c0 removed driver deprecation, since that was deprecated in 0.4. percious17 2008-12-02 15:54:58 +0000
  • b267d64f9e now all databases are running at once. percious17 2008-12-02 15:41:25 +0000
  • f7e88199b4 all tests pass with postgres now percious17 2008-12-02 15:25:12 +0000
  • 42ca7ee5a0 only 2 failing tests, the tests that remain failures are mysql related. percious17 2008-12-02 15:11:26 +0000
  • 9f0bd657f4 most of the tests are now working with nose. percious17 2008-12-02 05:11:36 +0000
  • 1909dc8888 initial py.test removal. percious17 2008-12-02 01:03:28 +0000
  • fda8014cce added an echo option for all manage commands. percious17 2008-12-01 22:18:19 +0000
  • 0a3d46c290 removed dependency on py.test modified downgrade so that migrate.py downgrade x works just like: migrate.py downgrade --version=x percious17 2008-12-01 21:22:07 +0000
  • 166a3c230c modified altering of columns to support postgres. percious17 2008-11-27 00:35:12 +0000
  • e4382ab75b missed a postgres identifier quoting on renaming percious17 2008-11-27 00:17:55 +0000
  • c7cbde7fea added hook functions which allow the dialects to specify how to indicate identifiers, as this is different in postgres. percious17 2008-11-26 22:05:19 +0000
  • d6d4b511a4 integrate patch for Issue 33 jan.dittberner 2008-09-16 18:22:18 +0000
  • a0ac2a438f add --declarative option to create_model to generate new declarative style christian.simms 2008-08-29 03:35:55 +0000
  • e8cc3ec0f0 get test_changeset working in oracle - just more server_default issues christian.simms 2008-08-28 02:11:03 +0000
  • f687cd3fe0 add support for SA 0.5 christian.simms 2008-08-28 01:17:44 +0000
  • aba0f50681 - integrate patch by Toshio Kuratomi sent to migrate-users 2008/07/30 06:08 (GMT+01:00) - pylint clean migrate/versioning/migrate_repository.py jan.dittberner 2008-07-30 12:30:09 +0000
  • 52499b1f28 * create bugfix branch for 0.4.4 * prepare trunk for new development jan.dittberner 2008-07-22 21:00:38 +0000
  • bef66f693f * add 0.4.5 changes to CHANGELOG jan.dittberner 2008-07-22 20:45:41 +0000
  • 8b69e22ee0 applied patch for shell test by Toshio Kuramoti jan.dittberner 2008-07-04 19:13:14 +0000
  • b37afa2b6e support default for sql scripts christian.simms 2008-05-31 11:16:23 +0000
  • f4d358e3fb add unit test to make sure we can handle more than 999 revisions christian.simms 2008-05-31 10:06:14 +0000
  • f3bb29c75d finish implementing repository migration script christian.simms 2008-05-30 21:02:44 +0000
  • 95b666783e make repository format flatter and get rid of commit command christian.simms 2008-05-30 18:21:14 +0000
  • 02da42cba6 * applied a slightly modified version of the patch for issue #20 by Christophe de Vienne which uses a logger for 'migrate.versioning' instead of the root logger jan.dittberner 2008-05-05 18:56:20 +0000
  • 9a44d9bd57 almost done issue 12: generate downgrade method for schema migration christian.simms 2008-04-24 18:52:36 +0000
  • 16144bb606 fix issue 18 by applying given patch christian.simms 2008-04-11 20:46:43 +0000
  • 8398e15b2e enhance command update_db_from_model to bump db_version to latest in repository christian.simms 2008-04-11 20:40:33 +0000
  • fc9ad12752 improve diff unit tests to make sure they don't drop data when column type changes; make the code pass the tests christian.simms 2008-04-11 04:10:50 +0000
  • d150a89357 make diff unit tests more robust christian.simms 2008-04-11 03:34:58 +0000
  • 8af121c421 Change make_update_script_for_model shell command to compare two versions of Python model (issue #12); add shell test for new diff'ing apis christian.simms 2008-04-06 20:58:37 +0000
  • c13931b6b9 - merged CHANGELOG from bugfix branch jan.dittberner 2008-04-04 20:51:24 +0000
  • 3ecf68a99c - release 0.4.4 jan.dittberner 2008-04-04 20:40:35 +0000
  • d20edf4542 r1081@denkpolster: jan | 2008-04-04 18:48:20 +0200 - fix for SQLAlchemy deprecation warning when creating version table jan.dittberner 2008-04-04 16:48:45 +0000
  • efcd7d2f63 r1035@denkpolster: jan | 2008-04-02 14:39:05 +0200 - fix unit tests with py-0.9.1, fixes #17 jan.dittberner 2008-04-02 12:39:41 +0000
  • 1eadc362f6 code reorg: create new utility method loadModel for db diffing christian.simms 2008-04-01 20:46:52 +0000
  • bc7f96cbb1 - patch by pwannygoodness for Issue #15 integrated jan.dittberner 2008-03-28 21:48:18 +0000
  • 9598b484a8 - merge CHANGELOG from branch bugfix-0_4_2 to trunk - increase trunk and branch bugfix-0_4_2 version numbers - rename branch bugfix-0_4_2 to bugfix-0_4_3 jan.dittberner 2008-03-28 18:16:48 +0000
  • a7fa6cd874 Execute sqlite-specific code to alter a table inside one transaction so that we can't leave the database in a nasty state christian.simms 2008-03-24 15:23:54 +0000
  • 2bf7e561f5 When running schemadiff tests exclude table migrate_version because it's left around after a previous round of tests. christian.simms 2008-03-24 15:16:55 +0000
  • 8e753b52e0 rename model/db sync commands and add new command update_db_from_model christian.simms 2008-03-24 14:32:45 +0000
  • 373a111c2c add experimental support for comparing metadata against database (issue #12) christian.simms 2008-03-22 14:17:31 +0000
  • bf45f7da6d - make test_shell not assume Python code is compiled - update results in test_shell so that it works in Postgresql - make Oracle changesets generate valid sql syntax when a modified column's default value changes to NULL christian.simms 2008-03-21 17:04:13 +0000
  • 562052de91 * integrate patch for Issue #14 by Kevin Dangoor * merge CHANGELOG from bugfix_0_4_2 branch jan.dittberner 2008-03-04 17:59:49 +0000
  • 426c62bfbb * fixed package name jan.dittberner 2008-02-19 19:17:30 +0000
  • 85c01dcc9f * prepare work on 0.4.3 jan.dittberner 2008-02-19 19:16:28 +0000
  • 2ea92c63fe make import of sqlalchemy's SchemaGenerator work regardless of previous imports christian.simms 2008-02-18 17:03:10 +0000
  • dd55aebbaa - 0.4.1 changes added to CHANGELOG jan.dittberner 2008-02-15 18:27:00 +0000
  • 1a24921de8 - integrate setuptools patch by Kevin Dangoor - bump version to 0.4.2dev (0.4.1 will be released from branch bugfix-0_4_0) jan.dittberner 2008-02-15 18:25:23 +0000
  • 3f0a4256c1 - prepare for new development jan.dittberner 2008-02-14 21:31:46 +0000
  • b4ef79dc04 - prepare for release 0.4.0 jan.dittberner 2008-02-14 21:07:25 +0000
  • 32aeb8e95e integrated patch by Christian Simms posted at http://groups.google.com/group/migrate-users/browse_thread/thread/952a2185baf70c4d fix all test cases for sqlalchemy>=0.4 and still works with sqlalchemy>=0.3.10 fixes #9 jan.dittberner 2008-02-14 19:10:47 +0000
  • 2cfe1fc31c moved trunk, branches and tags to project root fixes Issue #5 jan.dittberner 2008-02-06 18:39:07 +0000