summaryrefslogtreecommitdiff
path: root/migrate/versioning/api.py
Commit message (Collapse)AuthorAgeFilesLines
* fixed issue 129wyuenho@gmail.com2011-10-021-1/+1
|
* fixed issue 83wyuenho@gmail.com2011-10-021-1/+2
|
* Allow descriptions in sql change script filenamesPete Keen2011-06-101-7/+7
|
* move all exception classes to migrate.exceptionsiElectric2010-09-071-1/+2
|
* unified warnings, use compare columns in testsiElectric2010-05-011-1/+0
|
* added 0.6 TODO, all api now uses engine.dispose() to handle pool correctlyiElectric2010-04-291-13/+22
|
* mergeiElectric2009-08-101-27/+32
|\
| * add disable_logging optioniElectric2009-07-101-3/+3
| |
| * use logging module for output, fixes #26iElectric2009-07-081-10/+12
| |
| * add tests for plain API, fixed some small bugsiElectric2009-07-081-20/+24
| |
| * convert svn to hgiElectric2009-06-301-0/+368
|
* fix small bug introduced in last commit, add description to migrate helpiElectric2009-08-071-19/+20
|
* add option to customize templates and use multiple themesiElectric2009-07-281-1/+1
|
* some more PEP8 loveiElectric2009-06-211-3/+5
|
* lipstick changesiElectric2009-06-101-63/+62
|
* updated migrate.versioning.repository tests and docs, update READMEiElectric2009-06-081-2/+2
|
* rearange testsiElectric2009-06-071-1/+7
|
* Issue 34; preview_sql now correctly displays SQL on python and SQL scripts. ↵iElectric2009-06-061-53/+24
| | | | (tests added, docs still missing)
* update CHANGELOGiElectric2009-06-041-1/+1
|
* Issue 38; add ability to pass arguments/dict for create_engine funciElectric2009-06-031-80/+109
|
* refactor api.py a bit, lots of PEP8 loveiElectric2009-06-021-58/+39
|
* add asbool function to make api parsing easieriElectric2009-06-011-8/+9
|
* some more PEP8 love all over the filesiElectric2009-06-011-13/+15
|
* apply option parsing patch for Issue 54 by iElectricjan.dittberner2009-05-231-3/+4
|
* migrate.versioning PEP-8 improvements, more documentationjan.dittberner2009-01-251-90/+144
| | | | | | | - made api.py, cfgparse.py, exceptions.py, genmodel.py, migrate_repository.py, and pathed.py PEP-8 clean - add tools.rst documenting the usage of migrate_repository.py - add more modules to api.rst - reference tools.rst from index.rst
* added an echo option for all manage commands.percious172008-12-011-8/+16
|
* add --declarative option to create_model to generate new declarative stylechristian.simms2008-08-291-1/+2
|
* make repository format flatter and get rid of commit commandchristian.simms2008-05-301-42/+27
|
* enhance command update_db_from_model to bump db_version to latest in repositorychristian.simms2008-04-111-2/+3
|
* Change make_update_script_for_model shell command to compare two versions of ↵christian.simms2008-04-061-5/+5
| | | | Python model (issue #12); add shell test for new diff'ing apis
* rename model/db sync commands and add new command update_db_from_modelchristian.simms2008-03-241-12/+23
|
* add experimental support for comparing metadata against database (issue #12)christian.simms2008-03-221-0/+37
|
* moved trunk, branches and tags to project rootjan.dittberner2008-02-061-0/+279
fixes Issue #5