summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update changelogOlly Cope2016-06-091-0/+5
* Extend test coverage for post-apply hooksOlly Cope2016-06-091-0/+11
* Fix post-apply hooks duplicate key errorOlly Cope2016-06-093-9/+55
* Fix StepCollector caching causing multiple copies of steps to be registeredOlly Cope2016-06-092-10/+27
* Fix indentationOlly Cope2016-06-091-1/+1
* Config: make sure migration_table option is loadedOlly Cope2016-06-083-1/+11
* Fix missing format parameter in error message generationOlly Cope2016-06-081-1/+1
* Fix formatting of output from select stepsOlly Cope2015-11-282-4/+28
* Fix usage example in READMEOlly Cope2015-11-211-1/+1
* Added credit for the table creation code fixOlly Cope2015-11-131-1/+3
* Bumped version number for devOlly Cope2015-11-131-1/+1
* Added tag v5.0.1-release for changeset 4291581fb5ceOlly Cope2015-11-130-0/+0
* Bumped version number for releasev5.0.1-releaseOlly Cope2015-11-131-1/+1
* Mark changelog with release date for v5.0.1Olly Cope2015-11-131-2/+2
* Update changelog with details for 5.0.1 releaseOlly Cope2015-11-131-0/+6
* mergeOlly Cope2015-11-131-2/+2
|\
| * Fixed number(in file name) of new migrations when prefix defined in configIgor Tsarev2015-11-131-2/+2
* | Fix rst markup in readmeOlly Cope2015-11-131-1/+1
* | Add pypi keywordsOlly Cope2015-11-131-0/+2
|/
* Bumped version number for devOlly Cope2015-11-131-1/+1
* Added tag v5.0.0-release for changeset 3192d460fa5dOlly Cope2015-11-130-0/+0
* Bumped version number for releasev5.0.0-releaseOlly Cope2015-11-131-1/+1
* Mark changelog with release date for v5.0.0Olly Cope2015-11-131-2/+2
* Add a 'prefix' option for generated migration filenamesOlly Cope2015-11-083-5/+21
* Remove pytest-stepwise (conflicts with most recent pytest)Olly Cope2015-11-081-1/+0
* mergeOlly Cope2015-10-032-11/+19
|\
| * Fix exception when loading post-apply scriptsOlly Cope2015-10-032-11/+19
* | Run query to check for existance of migrations table in a transactionOlly Cope2015-10-031-1/+2
* | Fix MigrationList constructor in case when it is called with no argumentsOlly Cope2015-10-032-1/+5
* | Use MagicMock to make sure mock objects are iterableOlly Cope2015-09-251-3/+3
* | Use cursor.fetchall instead of relying on optional DBAPI extensionOlly Cope2015-09-251-1/+1
* | Created new branch table-create-errorsjamessocol2015-09-250-0/+0
* | Allow table creation errors to bubble upJames Socol2015-09-251-2/+6
|/
* tests: patch sys.stdout.isatty to ensure batch mode is enabled by defaultolly2015-09-171-0/+3
* Remove defunct buildout filesolly2015-09-172-140/+0
* tox: add py35 environmentolly2015-09-171-1/+1
* Fix indentationolly2015-09-171-7/+7
* Ensure batch mode flag is turned on when not running in a ttyolly2015-09-172-0/+8
* Fix PEP8 issuesolly2015-09-172-1/+3
* Fix typo in commentolly2015-09-171-1/+1
* Add CHANGELOG note about mysql driversolly2015-09-171-0/+3
* - MySQLdb driverJosiah Ruddell2015-09-165-3/+35
* Fix failing testolly2015-09-081-1/+1
* Fix type of 'sources' config file itemolly2015-09-082-1/+4
* Fix config file inheritance example in READMEolly2015-09-081-1/+7
* Make cli --database argument a named, rather than positional, argumentolly2015-09-086-49/+50
* Add bitbucket repo link to setuptools metadataolly2015-09-051-0/+1
* Ensure temporary files created by yoyo new are not picked up by yoyo applyolly2015-09-044-3/+22
* Fix stupid bug in utils.confirm logicolly2015-09-041-1/+1
* Updated yoyo api usage sample in readmeolly2015-09-041-3/+1