summaryrefslogtreecommitdiff
path: root/migrate/versioning/templates
Commit message (Collapse)AuthorAgeFilesLines
* Retire github mirror, repo moved to opendevHEADmasterJim Rollenhagen2019-09-2617-130/+0
|
* Fixes the auto-generated manage.pyPeter Conerly2014-08-022-0/+2
| | | | | | | | Removes `six` from the locals().copy() so that it won't be templated into manage.py. Currently manage.py is mis-templated and is failing. Change-Id: Ib3b7c7caac998fbaa45c3370547c9b8bf13abe41 Closes-Bug: 171
* Port to Python3Cyril Roelandt2014-04-092-2/+4
| | | | | | | | | | | | | | | | | | 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>
* Eradicate trailing whitespaceDavid Ripton2014-02-262-14/+14
| | | | | | | | | | Remove all trailing spaces and tabs in every file in the project. People have editors configured to do this, which causes them to accidentally make little whitespace changes in unrelated commits, which makes those commits harder to review. Better to fix them all at once. Change-Id: I17d89f55f41d8599e0ab1a31f646cd161289703e
* PEP-8 compliant script templatesJan Dittberner2011-10-292-4/+8
|
* fix issues with ConfigParser and existing repositories (fixes issue 115)Jan Dittberner2011-10-282-1/+6
|
* remove obsolete manage.py_tmpl (related to issue 121)Jan Dittberner2011-10-281-5/+0
|
* generate if __name__ == "__main__" in manage.py (fixes issue 121)Jan Dittberner2011-10-282-2/+5
|
* Optionally number versions with timestamps instead of sequencesPete Keen2011-06-101-0/+5
|
* use if main conditional in manage.py scriptiElectric2010-08-201-1/+2
|
* adding sql_script template customizations, removing unneeded imports, ↵iElectric2009-08-122-0/+0
| | | | updating docs
* mergeiElectric2009-08-104-0/+4
|\
| * convert svn to hgiElectric2009-06-309-0/+39
|
* fix small bug introduced in last commit, add description to migrate helpiElectric2009-08-071-1/+1
|
* we are using Tempita for templates; adding most basic pylons templateiElectric2009-08-0710-7/+77
|
* removed magical behavior with importing migrate_engine, now engine is passed ↵iElectric2009-06-122-16/+4
| | | | to upgrade/downgrade functions
* moved trunk, branches and tags to project rootjan.dittberner2008-02-0610-0/+51
fixes Issue #5