Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Retire github mirror, repo moved to opendevHEADmaster | Jim Rollenhagen | 2019-09-26 | 1 | -163/+0 |
| | |||||
* | Port to Python3 | Cyril Roelandt | 2014-04-09 | 1 | -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. | Gabriel | 2011-07-05 | 1 | -8/+8 |
| | |||||
* | fix py2.4 and py2.5 | Domen Kožar | 2011-02-05 | 1 | -1/+1 |
| | |||||
* | fixes #106 | Domen Kožar | 2011-02-05 | 1 | -6/+7 |
| | |||||
* | use absolute imports of exception classes (fixes tests) | Jan Dittberner | 2010-11-07 | 1 | -6/+6 |
| | |||||
* | rewrite of schemadiff internals | chrisw | 2010-09-10 | 1 | -2/+1 |
| | |||||
* | move all exception classes to migrate.exceptions | iElectric | 2010-09-07 | 1 | -4/+4 |
| | |||||
* | correct case for dependencies in setup.py | iElectric | 2010-08-16 | 1 | -1/+2 |
| | |||||
* | fix deprecation warning when using old script synta | iElectric | 2010-07-09 | 1 | -1/+1 |
| | |||||
* | unified warnings, use compare columns in tests | iElectric | 2010-05-01 | 1 | -1/+1 |
| | |||||
* | added 0.6 TODO, all api now uses engine.dispose() to handle pool correctly | iElectric | 2010-04-29 | 1 | -6/+9 |
| | |||||
* | merge | iElectric | 2009-08-10 | 1 | -14/+15 |
|\ | |||||
| * | use logging module for output, fixes #26 | iElectric | 2009-07-08 | 1 | -1/+4 |
| | | |||||
| * | add tests for plain API, fixed some small bugs | iElectric | 2009-07-08 | 1 | -11/+10 |
| | | |||||
| * | convert svn to hg | iElectric | 2009-06-30 | 1 | -0/+160 |
| | |||||
* | remove versioning.base in favor of versioning.config | iElectric | 2009-08-07 | 1 | -1/+1 |
| | |||||
* | add option to customize templates and use multiple themes | iElectric | 2009-07-28 | 1 | -8/+3 |
| | |||||
* | add support for SA 0.6 by Michael Bayer | iElectric | 2009-06-29 | 1 | -1/+1 |
| | |||||
* | some more PEP8 love | iElectric | 2009-06-21 | 1 | -1/+1 |
| | |||||
* | updated changeset tests. whole package is finally PEP8. fixed mysql ↵ | iElectric | 2009-06-20 | 1 | -1/+2 |
| | | | | tests&bugs. updated docs where apropriate. changeset test coverage almost at 100% | ||||
* | update documentation | iElectric | 2009-06-12 | 1 | -1/+4 |
| | |||||
* | removed magical behavior with importing migrate_engine, now engine is passed ↵ | iElectric | 2009-06-12 | 1 | -6/+2 |
| | | | | to upgrade/downgrade functions | ||||
* | lipstick changes | iElectric | 2009-06-10 | 1 | -0/+1 |
| | |||||
* | update tests and docs for migrate.versioning.script.* | iElectric | 2009-06-08 | 1 | -18/+61 |
| | |||||
* | rearange tests | iElectric | 2009-06-07 | 1 | -3/+2 |
| | |||||
* | add tests for low level util.py | iElectric | 2009-06-06 | 1 | -3/+3 |
| | |||||
* | Issue 34; preview_sql now correctly displays SQL on python and SQL scripts. ↵ | iElectric | 2009-06-06 | 1 | -28/+56 |
| | | | | (tests added, docs still missing) | ||||
* | more migrate deprecation removal fixes. | percious17 | 2008-12-03 | 1 | -1/+4 |
| | |||||
* | more "run" removal. | percious17 | 2008-12-02 | 1 | -3/+3 |
| | |||||
* | almost done issue 12: generate downgrade method for schema migration | christian.simms | 2008-04-24 | 1 | -9/+5 |
| | |||||
* | Change make_update_script_for_model shell command to compare two versions of ↵ | christian.simms | 2008-04-06 | 1 | -4/+5 |
| | | | | Python model (issue #12); add shell test for new diff'ing apis | ||||
* | code reorg: create new utility method loadModel for db diffing | christian.simms | 2008-04-01 | 1 | -7/+2 |
| | |||||
* | rename model/db sync commands and add new command update_db_from_model | christian.simms | 2008-03-24 | 1 | -1/+1 |
| | |||||
* | add experimental support for comparing metadata against database (issue #12) | christian.simms | 2008-03-22 | 1 | -1/+32 |
| | |||||
* | moved trunk, branches and tags to project root | jan.dittberner | 2008-02-06 | 1 | -0/+63 |
fixes Issue #5 |