summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge "Update URLs in documentation"0.9.80.10.0Jenkins2015-08-293-48/+28
|\
| * Update URLs in documentationVictor Stinner2015-08-293-48/+28
* | Merge "Add VerNum.__index__() for Python 3 support"Jenkins2015-07-312-0/+10
|\ \
| * | Add VerNum.__index__() for Python 3 supportVictor Stinner2015-07-282-0/+10
| |/
* | Fixes usage function for Py3Thomas Goirand2015-07-221-7/+3
|/
* Unblock migrate (py26 and py3* testing issues)Matt Riedemann2015-07-184-13/+33
* Revert "Revert "uncap pbr and sqla requirements""0.9.7Matt Riedemann2015-07-051-2/+5
* Update flake8 related dependenciesMatt Riedemann2015-07-055-8/+14
* Merge "Add Python 3 classifiers"Jenkins2015-07-041-0/+3
|\
| * Add Python 3 classifiersVictor Stinner2015-04-171-0/+3
* | Revert "uncap pbr and sqla requirements"Matt Riedemann2015-07-041-5/+2
* | uncap pbr and sqla requirementsSean Dague2015-07-021-2/+5
* | Update tests and reqs for SQLA 1.0Mike Bayer2015-07-015-4/+20
* | Ignore stderr output when invoking migrate script in testsMike Bayer2015-07-011-15/+34
|/
* Fix ibmdb2 index name handling0.9.6Qin Zhao2015-03-161-6/+30
* Merge "Don't run the test if _setup() fails"0.9.5Jenkins2015-02-241-12/+2
|\
| * Don't run the test if _setup() failsRoman Podoliaka2015-02-231-12/+2
* | Merge "script: strip comments in SQL statements"Jenkins2015-02-242-0/+11
|\ \
| * | script: strip comments in SQL statementsIhar Hrachyshka2015-01-142-0/+11
* | | Merge "Fix .gitignore for .tox and .testrepository"Jenkins2015-02-241-2/+2
|\ \ \ | |_|/ |/| |
| * | Fix .gitignore for .tox and .testrepositoryMatt Riedemann2015-02-201-2/+2
* | | Correcting minor typoYuval Langer2015-02-221-1/+1
* | | allow dropping fkeys with sqliteMatt Riedemann2015-02-202-18/+37
|/ /
* | Add pretty_tox setupMike Bayer2015-01-293-2/+19
* | Merge "Update requirements file matching global requ"Jenkins2015-01-271-4/+4
|\ \
| * | Update requirements file matching global requLonggeek2014-09-121-4/+4
* | | Merge "Work toward Python 3.4 support and testing"Jenkins2015-01-151-1/+6
|\ \ \
| * | | Work toward Python 3.4 support and testingJeremy Stanley2014-09-031-1/+6
* | | | Merge "Fixes the auto-generated manage.py"Jenkins2015-01-152-0/+2
|\ \ \ \
| * | | | Fixes the auto-generated manage.pyPeter Conerly2014-08-022-0/+2
| |/ / /
* | | | Merge "Replace assertNotEquals with assertNotEqual."Jenkins2015-01-153-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Replace assertNotEquals with assertNotEqual.Cyril Roelandt2014-10-303-3/+3
* | | | Remove svn version tag setting0.9.4Monty Taylor2015-01-121-3/+0
* | | | Merge "pep8: mark all pep8 checks that currently fail as ignored"0.9.3Jenkins2015-01-111-3/+42
|\ \ \ \
| * | | | pep8: mark all pep8 checks that currently fail as ignoredIhar Hrachyshka2014-08-231-3/+42
| | |_|/ | |/| |
* | | | Merge "Use native sqlalchemy 0.9 quote attribute with ibmdb2"Jenkins2015-01-101-2/+5
|\ \ \ \
| * | | | Use native sqlalchemy 0.9 quote attribute with ibmdb2Rahul Priyadarshi2015-01-091-2/+5
* | | | | Ignore transaction management statements in SQL scriptsIhar Hrachyshka2015-01-092-1/+40
|/ / / /
* | | | Don't add warnings filter on importBrant Knudson2015-01-082-4/+0
| |/ / |/| |
* | | Merge "Fix ibmdb2 unique constraint handling for sqlalchemy 0.9"Jenkins2014-10-101-3/+3
|\ \ \ | |/ / |/| |
| * | Fix ibmdb2 unique constraint handling for sqlalchemy 0.9Matt Riedemann2014-08-041-3/+3
| |/
* | SqlScript: execute multiple statements one by one0.9.2Ihar Hrachyshka2014-08-233-9/+12
* | Make sure we don't throw away exception on SQL script failureIhar Hrachyshka2014-08-231-1/+2
* | Pin testtools to < 0.9.36Ihar Hrachyshka2014-08-231-1/+1
|/
* Merge "Fix 3 files with Windows line endings to Unix line endings."Jenkins2014-07-223-493/+491
|\
| * Fix 3 files with Windows line endings to Unix line endings.David Ripton2014-02-273-493/+491
* | Merge "Move patch from oslo to drop unique constraints with sqlite"0.9.1Jenkins2014-05-052-4/+49
|\ \
| * | Move patch from oslo to drop unique constraints with sqliteMatt Riedemann2014-04-152-4/+49
* | | Port to Python3Cyril Roelandt2014-04-0931-88/+202
|/ /
* | tests: Replace "self.assert_" by "self.assertTrue"Cyril Roelandt2014-03-3113-108/+108