| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | update tests and docs for migrate.versioning.script.* | iElectric | 2009-06-08 | 6 | -38/+112 |
| * | change isinstance(obj, (str, unicode)) to isinstance(obj, basestring) | jan.dittberner | 2009-06-07 | 1 | -1/+1 |
| * | add changelog, update util.py docs | iElectric | 2009-06-07 | 1 | -7/+16 |
| * | rearange tests | iElectric | 2009-06-07 | 7 | -44/+37 |
| * | added tests for versioning.version.py, refactored the module | iElectric | 2009-06-06 | 3 | -92/+63 |
| * | add tests for low level util.py | iElectric | 2009-06-06 | 4 | -10/+10 |
| * | Issue 34; preview_sql now correctly displays SQL on python and SQL scripts. (... | iElectric | 2009-06-06 | 4 | -89/+131 |
| * | use entrypoints terminology to parse dotted model class names | iElectric | 2009-06-04 | 1 | -8/+12 |
| * | update CHANGELOG | iElectric | 2009-06-04 | 1 | -1/+1 |
| * | Issue 38; add ability to pass arguments/dict for create_engine func | iElectric | 2009-06-03 | 2 | -80/+129 |
| * | refactor api.py a bit, lots of PEP8 love | iElectric | 2009-06-02 | 2 | -60/+57 |
| * | add asbool function to make api parsing easier | iElectric | 2009-06-01 | 2 | -9/+21 |
| * | some more PEP8 love all over the files | iElectric | 2009-06-01 | 9 | -37/+47 |
| * | apply some PEP8 love to template.py | iElectric | 2009-06-01 | 1 | -32/+43 |
| * | apply PEP8 to version.py, fixed notification of missing test_db.cfg | iElectric | 2009-06-01 | 1 | -61/+90 |
| * | apply option parsing patch for Issue 54 by iElectric | jan.dittberner | 2009-05-23 | 2 | -121/+130 |
| * | fix Issue 52 by removing unneeded parameters from object.__new__ calls | jan.dittberner | 2009-03-27 | 2 | -2/+2 |
| * | apply patch for Issue 29 by Jonathan Ellis | jan.dittberner | 2009-03-22 | 1 | -7/+4 |
| * | integrate unit test fix by Adam Lowry | jan.dittberner | 2009-02-18 | 1 | -9/+9 |
| * | integrate patch for Issue 36, update CHANGELOG | jan.dittberner | 2009-02-13 | 1 | -1/+1 |
| * | migrate.versioning.schema and schemadiff PEP-8 clean, added to api.rst | jan.dittberner | 2009-01-25 | 2 | -125/+206 |
| * | migrate.versioning.repository PEP-8 clean, added to api.rst | jan.dittberner | 2009-01-25 | 1 | -74/+93 |
| * | migrate.versioning PEP-8 improvements, more documentation | jan.dittberner | 2009-01-25 | 7 | -203/+353 |
| * | first sphinx docstrings | jan.dittberner | 2009-01-25 | 1 | -0/+7 |
| * | more migrate deprecation removal fixes. | percious17 | 2008-12-03 | 1 | -1/+4 |
| * | fixed a number of shell-related failures. | percious17 | 2008-12-02 | 1 | -2/+5 |
| * | hopefully the last of migrate.run | percious17 | 2008-12-02 | 1 | -1/+1 |
| * | more "run" removal. | percious17 | 2008-12-02 | 1 | -3/+3 |
| * | fixes to postgres, shell. removal of "run" module. | percious17 | 2008-12-02 | 1 | -1/+2 |
| * | most of the tests are now working with nose. | percious17 | 2008-12-02 | 1 | -2/+2 |
| * | added an echo option for all manage commands. | percious17 | 2008-12-01 | 1 | -8/+16 |
| * | removed dependency on py.test | percious17 | 2008-12-01 | 1 | -0/+4 |
| * | add --declarative option to create_model to generate new declarative style | christian.simms | 2008-08-29 | 3 | -10/+36 |
| * | - integrate patch by Toshio Kuratomi sent to migrate-users 2008/07/30 | jan.dittberner | 2008-07-30 | 1 | -27/+43 |
| * | support default for sql scripts | christian.simms | 2008-05-31 | 1 | -3/+12 |
| * | finish implementing repository migration script | christian.simms | 2008-05-30 | 1 | -2/+45 |
| * | make repository format flatter and get rid of commit command | christian.simms | 2008-05-30 | 6 | -136/+152 |
| * | * applied a slightly modified version of the patch for issue #20 by | jan.dittberner | 2008-05-05 | 1 | -1/+1 |
| * | almost done issue 12: generate downgrade method for schema migration | christian.simms | 2008-04-24 | 2 | -17/+15 |
| * | fix issue 18 by applying given patch | christian.simms | 2008-04-11 | 1 | -6/+15 |
| * | enhance command update_db_from_model to bump db_version to latest in repository | christian.simms | 2008-04-11 | 2 | -8/+10 |
| * | improve diff unit tests to make sure they don't drop data when column type ch... | christian.simms | 2008-04-11 | 1 | -2/+1 |
| * | Change make_update_script_for_model shell command to compare two versions of ... | christian.simms | 2008-04-06 | 3 | -11/+21 |
| * | r1081@denkpolster: jan | 2008-04-04 18:48:20 +0200 | jan.dittberner | 2008-04-04 | 1 | -2/+2 |
| * | code reorg: create new utility method loadModel for db diffing | christian.simms | 2008-04-01 | 3 | -19/+16 |
| * | - patch by pwannygoodness for Issue #15 integrated | jan.dittberner | 2008-03-28 | 1 | -1/+1 |
| * | Execute sqlite-specific code to alter a table inside one transaction so that ... | christian.simms | 2008-03-24 | 1 | -5/+13 |
| * | rename model/db sync commands and add new command update_db_from_model | christian.simms | 2008-03-24 | 5 | -21/+108 |
| * | add experimental support for comparing metadata against database (issue #12) | christian.simms | 2008-03-22 | 5 | -2/+326 |
| * | * integrate patch for Issue #14 by Kevin Dangoor | jan.dittberner | 2008-03-04 | 1 | -0/+9 |