| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Retire github mirror, repo moved to opendevHEADmaster | Jim Rollenhagen | 2019-09-26 | 17 | -130/+0 |
| | | |||||
| * | Fixes the auto-generated manage.py | Peter Conerly | 2014-08-02 | 2 | -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 Python3 | Cyril Roelandt | 2014-04-09 | 2 | -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 whitespace | David Ripton | 2014-02-26 | 2 | -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 templates | Jan Dittberner | 2011-10-29 | 2 | -4/+8 |
| | | |||||
| * | fix issues with ConfigParser and existing repositories (fixes issue 115) | Jan Dittberner | 2011-10-28 | 2 | -1/+6 |
| | | |||||
| * | remove obsolete manage.py_tmpl (related to issue 121) | Jan Dittberner | 2011-10-28 | 1 | -5/+0 |
| | | |||||
| * | generate if __name__ == "__main__" in manage.py (fixes issue 121) | Jan Dittberner | 2011-10-28 | 2 | -2/+5 |
| | | |||||
| * | Optionally number versions with timestamps instead of sequences | Pete Keen | 2011-06-10 | 1 | -0/+5 |
| | | |||||
| * | use if main conditional in manage.py script | iElectric | 2010-08-20 | 1 | -1/+2 |
| | | |||||
| * | adding sql_script template customizations, removing unneeded imports, ↵ | iElectric | 2009-08-12 | 2 | -0/+0 |
| | | | | | updating docs | ||||
| * | merge | iElectric | 2009-08-10 | 4 | -0/+4 |
| |\ | |||||
| | * | convert svn to hg | iElectric | 2009-06-30 | 9 | -0/+39 |
| | | |||||
| * | fix small bug introduced in last commit, add description to migrate help | iElectric | 2009-08-07 | 1 | -1/+1 |
| | | |||||
| * | we are using Tempita for templates; adding most basic pylons template | iElectric | 2009-08-07 | 10 | -7/+77 |
| | | |||||
| * | removed magical behavior with importing migrate_engine, now engine is passed ↵ | iElectric | 2009-06-12 | 2 | -16/+4 |
| | | | | | to upgrade/downgrade functions | ||||
| * | moved trunk, branches and tags to project root | jan.dittberner | 2008-02-06 | 10 | -0/+51 |
| fixes Issue #5 | |||||
