summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version number for releasev8.0.0-releaseOlly Cope2022-10-051-1/+1
* Mark changelog with release date for v8.0.0Olly Cope2022-10-051-2/+2
* docs: update path to sphinx binaryOlly Cope2022-10-051-1/+1
* Update changelogOlly Cope2022-10-051-0/+12
* Bump major version numberOlly Cope2022-10-051-1/+1
* Make backend.quote_identifier more robustOlly Cope2022-10-021-1/+3
* Add support for Psycopg 3Olly Cope2022-10-027-1/+19
* Split yoyo.backends into a packageOlly Cope2022-09-0115-249/+386
* Reformat with BlackOlly Cope2022-09-0113-136/+68
* docs: add instructions for creating custom backendsOlly Cope2022-10-021-0/+26
* backends: declare backends via importlib.metadata entry_pointsOlly Cope2022-08-293-29/+24
* tests: replace mock with stdlib unittest.mockOlly Cope2022-10-025-7/+6
* tests: drop tables created by tests that access a backend via a fixtureOlly Cope2022-10-031-2/+10
* tests: use freezegun instead of frozendateOlly Cope2022-08-292-10/+6
* Fix linter errorsOlly Cope2022-10-032-4/+6
* docs: fix sphinx configuration warningOlly Cope2022-10-041-1/+1
* setup: switch to attr: syntax for version specificationOlly Cope2022-10-052-26/+2
* tox: fix linter confirmation and reinstate Python 3.7Olly Cope2022-10-052-7/+8
* merge new toposort algorithmOlly Cope2022-08-294-172/+180
|\
| * Reformat code with BlackOlly Cope2021-05-231-29/+12
| * topological sort: don't raise an error for non-existent dependenciesOlly Cope2021-05-161-1/+3
| * topological sort/tests: fix spurious error for edges that are not in inputOlly Cope2021-05-161-1/+4
| * topological sort: stricter typehintsOlly Cope2021-05-161-0/+1
| * topological sort/tests: simplify edge notation and invert senseOlly Cope2021-05-161-21/+22
| * topological sort: more fixes for cycle detectionOlly Cope2021-05-161-15/+18
| * topological sort: move tests into separate moduleOlly Cope2021-05-162-90/+74
| * topological sort: raise CycleError if unsorted items remain at endOlly Cope2021-05-151-6/+17
| * Use a priority queue to improve ordering of resultOlly Cope2021-05-151-8/+16
| * topological sort: add extra test assertion to ensure dependency order correctOlly Cope2021-05-151-0/+2
| * topological sort: fix loop detectionOlly Cope2021-05-151-5/+16
| * topological sort: ensure dependency graph passed to topological_sort is validOlly Cope2021-05-151-1/+2
| * Add new topological sort algorithmOlly Cope2021-05-152-69/+56
| * topological sort: add test for sort stabilityOlly Cope2021-05-021-1/+14
* | tox: add python 3.10, remove 3.6, 3.7Olly Cope2022-08-291-6/+4
* | Bump version number for devOlly Cope2021-05-231-1/+1
* | Added tag v7.3.2-release for changeset 97c69a15fd21Olly Cope2021-05-230-0/+0
* | Bump version number for releasev7.3.2-releaseOlly Cope2021-05-231-1/+1
* | Mark changelog with release date for v7.3.2Olly Cope2021-05-231-2/+2
* | Update changelogOlly Cope2021-05-231-0/+5
* | Fix access to StepCollector from imported yoyo.migrations.stepOlly Cope2021-05-231-15/+13
* | Add test for reading migrations from a relative pathOlly Cope2021-05-231-0/+14
* | Reformatted source with blackOlly Cope2021-05-232-26/+15
* | Fix typo in error messageOlly Cope2021-05-231-1/+1
|/
* read_migrations: sort migrations when a glob pattern source is passedOlly Cope2021-05-021-2/+2
* Reformat source with BlackOlly Cope2021-05-021-55/+20
* Support for snowflake connect parametersCharles Julian Knight2021-04-071-1/+1
* Fix test failure with mysql backendOlly Cope2021-04-061-1/+1
* Fix mypy identified errorsOlly Cope2021-04-062-8/+8
* Update changelogOlly Cope2021-04-061-0/+8
* tests: fix deadlocked test in postgresqlOlly Cope2021-01-241-0/+1