summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branchlock-migration-tableOlly Cope2018-06-080-0/+0
* tests: fix mysql backend returning stale dataOlly Cope2018-01-291-0/+1
* tests: refactor assertion for clarityOlly Cope2018-01-291-1/+2
* tests: skip concurrency tests on sqliteOlly Cope2018-01-292-0/+10
* Fix error trying to save database urls in the config that contain percentsOlly Cope2018-01-291-1/+2
* Factor DatabaseBackend.lock into smaller functionsOlly Cope2018-01-291-10/+18
* Improve LockException message wordingOlly Cope2018-01-291-3/+2
* tests: fix for mysql not liking double quotes around table namesOlly Cope2018-01-291-1/+1
* lint whitespaceOlly Cope2018-01-291-1/+0
* Add note to readme about backend.lockOlly Cope2018-01-291-2/+4
* rewrite locking mechanism to use a lock table and pollingOlly Cope2018-01-295-43/+153
* postgresql: connect using keyword arguments in preference to a dsnOlly Cope2018-01-292-9/+8
* tests: always teardown any _yoyo prefixed tables at end of test runOlly Cope2018-01-291-0/+9
* tests: dry up pytest 'backend' fixtureOlly Cope2018-01-293-35/+26
* add DatabaseURI.__str__ methodOlly Cope2018-01-291-2/+5
* Move lock acquisition up to script entrypoint levelOlly Cope2018-01-182-17/+21
* Improve thread logic in lock_migration_table testsOlly Cope2017-09-141-2/+4
* Fix transactional rollback logicOlly Cope2017-09-141-2/+2
* Fix PEP8 violationsOlly Cope2017-03-192-8/+7
* Add test for lock_migration_tablePetr ?ebek2017-02-061-2/+18
* Postgresql lock migration tablePetr ?ebek2017-02-031-5/+18
* Bumped version number for devOlly Cope2017-01-121-1/+1
* Added tag v5.0.5-release for changeset 330ac94a3b23Olly Cope2017-01-120-0/+0
* Bumped version number for release v5.0.5-releasev5.0.5-releaseOlly Cope2017-01-121-1/+1
* Mark changelog with release date for v5.0.5Olly Cope2017-01-121-2/+2
* Update changelogOlly Cope2017-01-121-0/+9
* tests: change deprecated method nameOlly Cope2017-01-121-1/+1
* apply linter suggestionsOlly Cope2017-01-122-2/+3
* tox: add py36 and remove test support for py33, py34Olly Cope2017-01-121-1/+1
* Add a __transactional__ flag for migration filesOlly Cope2017-01-125-44/+158
* backends: allow mysql connection to use a unix socketOlly Cope2017-01-122-1/+3
* Bumped version number for devOlly Cope2016-09-041-1/+1
* Added tag v5.0.4-release for changeset 53123f13f2feOlly Cope2016-09-040-0/+0
* Bumped version number for releasev5.0.4-releaseOlly Cope2016-09-041-1/+1
* Mark changelog with release date for v5.0.4Olly Cope2016-09-041-2/+2
* Update changelogOlly Cope2016-09-041-0/+6
* Fix toposort of migrations when multiple migrations have the same dependencyOlly Cope2016-09-042-9/+21
* DatabaseURI: output empty string instead of 'None' when password is NoneOlly Cope2016-09-041-1/+1
* Bumped version number for devOlly Cope2016-07-031-1/+1
* Added tag v5.0.3-release for changeset 5eaa7e1ce221Olly Cope2016-07-030-0/+0
* Bumped version number for releasev5.0.3-releaseOlly Cope2016-07-031-1/+1
* Mark changelog with release date for v5.0.3Olly Cope2016-07-031-2/+2
* Use Migration.load() to read new migrations' docstringsOlly Cope2016-07-033-3/+11
* tests: check that new migrations are created without errorOlly Cope2016-07-031-0/+4
* Bumped version number for devOlly Cope2016-06-211-1/+1
* Added tag v5.0.2-release for changeset 98ee452d08d2Olly Cope2016-06-210-0/+0
* Bumped version number for releasev5.0.2-releaseOlly Cope2016-06-211-1/+1
* Mark changelog with release date for v5.0.2Olly Cope2016-06-211-2/+2
* Update changelogOlly Cope2016-06-211-0/+4
* Add backend.apply_migrations_only methodOlly Cope2016-06-152-1/+19