summaryrefslogtreecommitdiff
path: root/migrate/versioning/script/py.py
Commit message (Collapse)AuthorAgeFilesLines
* Retire github mirror, repo moved to opendevHEADmasterJim Rollenhagen2019-09-261-163/+0
|
* Port to Python3Cyril Roelandt2014-04-091-4/+7
| | | | | | | | | | | | | | | | | | Brief summary of the modifications: * Use six for compatibility with both Python 2 and 3; * Replace UserDict.DictMixin with collections.MutableMapping; * Fix relative imports; * Use test-requirements.txt for requirements that are common to both Python 2 and 3, and test-requirements-py{2,3}.txt for version-specific requirements; * Miscellaneous fixes. * Use a specific test_db_py3.cfg file for Python 3, that only runs tests on sqlite. Thanks to Victor Stinner who co-wrote this patch. Change-Id: Ia6dc536c39d274924c21fd5bb619e8e5721e04c4 Co-Authored-By: Victor Stinner <victor.stinner@enovance.com>
* Fix and test issue 118. Clarify genmodel transformations.Gabriel2011-07-051-8/+8
|
* fix py2.4 and py2.5Domen Kožar2011-02-051-1/+1
|
* fixes #106Domen Kožar2011-02-051-6/+7
|
* use absolute imports of exception classes (fixes tests)Jan Dittberner2010-11-071-6/+6
|
* rewrite of schemadiff internalschrisw2010-09-101-2/+1
|
* move all exception classes to migrate.exceptionsiElectric2010-09-071-4/+4
|
* correct case for dependencies in setup.pyiElectric2010-08-161-1/+2
|
* fix deprecation warning when using old script syntaiElectric2010-07-091-1/+1
|
* unified warnings, use compare columns in testsiElectric2010-05-011-1/+1
|
* added 0.6 TODO, all api now uses engine.dispose() to handle pool correctlyiElectric2010-04-291-6/+9
|
* mergeiElectric2009-08-101-14/+15
|\
| * use logging module for output, fixes #26iElectric2009-07-081-1/+4
| |
| * add tests for plain API, fixed some small bugsiElectric2009-07-081-11/+10
| |
| * convert svn to hgiElectric2009-06-301-0/+160
|
* remove versioning.base in favor of versioning.configiElectric2009-08-071-1/+1
|
* add option to customize templates and use multiple themesiElectric2009-07-281-8/+3
|
* add support for SA 0.6 by Michael BayeriElectric2009-06-291-1/+1
|
* some more PEP8 loveiElectric2009-06-211-1/+1
|
* updated changeset tests. whole package is finally PEP8. fixed mysql ↵iElectric2009-06-201-1/+2
| | | | tests&bugs. updated docs where apropriate. changeset test coverage almost at 100%
* update documentationiElectric2009-06-121-1/+4
|
* removed magical behavior with importing migrate_engine, now engine is passed ↵iElectric2009-06-121-6/+2
| | | | to upgrade/downgrade functions
* lipstick changesiElectric2009-06-101-0/+1
|
* update tests and docs for migrate.versioning.script.*iElectric2009-06-081-18/+61
|
* rearange testsiElectric2009-06-071-3/+2
|
* add tests for low level util.pyiElectric2009-06-061-3/+3
|
* Issue 34; preview_sql now correctly displays SQL on python and SQL scripts. ↵iElectric2009-06-061-28/+56
| | | | (tests added, docs still missing)
* more migrate deprecation removal fixes.percious172008-12-031-1/+4
|
* more "run" removal.percious172008-12-021-3/+3
|
* almost done issue 12: generate downgrade method for schema migrationchristian.simms2008-04-241-9/+5
|
* Change make_update_script_for_model shell command to compare two versions of ↵christian.simms2008-04-061-4/+5
| | | | Python model (issue #12); add shell test for new diff'ing apis
* code reorg: create new utility method loadModel for db diffingchristian.simms2008-04-011-7/+2
|
* rename model/db sync commands and add new command update_db_from_modelchristian.simms2008-03-241-1/+1
|
* add experimental support for comparing metadata against database (issue #12)christian.simms2008-03-221-1/+32
|
* moved trunk, branches and tags to project rootjan.dittberner2008-02-061-0/+63
fixes Issue #5