summaryrefslogtreecommitdiff
path: root/migrate/versioning
Commit message (Expand)AuthorAgeFilesLines
...
* update tests and docs for migrate.versioning.script.*iElectric2009-06-086-38/+112
* change isinstance(obj, (str, unicode)) to isinstance(obj, basestring)jan.dittberner2009-06-071-1/+1
* add changelog, update util.py docsiElectric2009-06-071-7/+16
* rearange testsiElectric2009-06-077-44/+37
* added tests for versioning.version.py, refactored the moduleiElectric2009-06-063-92/+63
* add tests for low level util.pyiElectric2009-06-064-10/+10
* Issue 34; preview_sql now correctly displays SQL on python and SQL scripts. (...iElectric2009-06-064-89/+131
* use entrypoints terminology to parse dotted model class namesiElectric2009-06-041-8/+12
* update CHANGELOGiElectric2009-06-041-1/+1
* Issue 38; add ability to pass arguments/dict for create_engine funciElectric2009-06-032-80/+129
* refactor api.py a bit, lots of PEP8 loveiElectric2009-06-022-60/+57
* add asbool function to make api parsing easieriElectric2009-06-012-9/+21
* some more PEP8 love all over the filesiElectric2009-06-019-37/+47
* apply some PEP8 love to template.pyiElectric2009-06-011-32/+43
* apply PEP8 to version.py, fixed notification of missing test_db.cfgiElectric2009-06-011-61/+90
* apply option parsing patch for Issue 54 by iElectricjan.dittberner2009-05-232-121/+130
* fix Issue 52 by removing unneeded parameters from object.__new__ callsjan.dittberner2009-03-272-2/+2
* apply patch for Issue 29 by Jonathan Ellisjan.dittberner2009-03-221-7/+4
* integrate unit test fix by Adam Lowryjan.dittberner2009-02-181-9/+9
* integrate patch for Issue 36, update CHANGELOGjan.dittberner2009-02-131-1/+1
* migrate.versioning.schema and schemadiff PEP-8 clean, added to api.rstjan.dittberner2009-01-252-125/+206
* migrate.versioning.repository PEP-8 clean, added to api.rstjan.dittberner2009-01-251-74/+93
* migrate.versioning PEP-8 improvements, more documentationjan.dittberner2009-01-257-203/+353
* first sphinx docstringsjan.dittberner2009-01-251-0/+7
* more migrate deprecation removal fixes.percious172008-12-031-1/+4
* fixed a number of shell-related failures.percious172008-12-021-2/+5
* hopefully the last of migrate.runpercious172008-12-021-1/+1
* more "run" removal.percious172008-12-021-3/+3
* fixes to postgres, shell. removal of "run" module.percious172008-12-021-1/+2
* most of the tests are now working with nose.percious172008-12-021-2/+2
* added an echo option for all manage commands.percious172008-12-011-8/+16
* removed dependency on py.testpercious172008-12-011-0/+4
* add --declarative option to create_model to generate new declarative stylechristian.simms2008-08-293-10/+36
* - integrate patch by Toshio Kuratomi sent to migrate-users 2008/07/30jan.dittberner2008-07-301-27/+43
* support default for sql scriptschristian.simms2008-05-311-3/+12
* finish implementing repository migration scriptchristian.simms2008-05-301-2/+45
* make repository format flatter and get rid of commit commandchristian.simms2008-05-306-136/+152
* * applied a slightly modified version of the patch for issue #20 byjan.dittberner2008-05-051-1/+1
* almost done issue 12: generate downgrade method for schema migrationchristian.simms2008-04-242-17/+15
* fix issue 18 by applying given patchchristian.simms2008-04-111-6/+15
* enhance command update_db_from_model to bump db_version to latest in repositorychristian.simms2008-04-112-8/+10
* improve diff unit tests to make sure they don't drop data when column type ch...christian.simms2008-04-111-2/+1
* Change make_update_script_for_model shell command to compare two versions of ...christian.simms2008-04-063-11/+21
* r1081@denkpolster: jan | 2008-04-04 18:48:20 +0200jan.dittberner2008-04-041-2/+2
* code reorg: create new utility method loadModel for db diffingchristian.simms2008-04-013-19/+16
* - patch by pwannygoodness for Issue #15 integratedjan.dittberner2008-03-281-1/+1
* Execute sqlite-specific code to alter a table inside one transaction so that ...christian.simms2008-03-241-5/+13
* rename model/db sync commands and add new command update_db_from_modelchristian.simms2008-03-245-21/+108
* add experimental support for comparing metadata against database (issue #12)christian.simms2008-03-225-2/+326
* * integrate patch for Issue #14 by Kevin Dangoorjan.dittberner2008-03-041-0/+9