summaryrefslogtreecommitdiff
path: root/tests/test_revision.py
Commit message (Expand)AuthorAgeFilesLines
* Fix downgrade with effective headCaselIT2022-05-031-4/+40
* Add pep-484 type annotationsCaselIT2021-08-111-18/+14
* De-duplicate Revision.down_revision helpers.Simon Bowly2021-05-211-1/+6
* ensure heads remain unique in topologicalMike Bayer2021-05-201-0/+10
* New downgrade algorithm to fix branch behaviourSimon Bowly2021-04-261-83/+130
* Adjust for immediate dependencies that are still ancestorsMike Bayer2021-02-021-0/+90
* ensure downrev/dependencies in tuple form before using "in"Mike Bayer2021-01-201-1/+17
* Raise an exception if any loop or cycle found in a revision graph constructed.Koichiro Den2020-12-011-0/+273
* Only allow partial revision match for > 3 charactersMike Bayer2019-09-171-6/+31
* Raise for non-string revision identifierMike Bayer2019-04-261-0/+34
* Implemented support for Table and Column CommentsMike Waites2019-01-101-0/+2
* zimports runMike Bayer2019-01-061-36/+37
* pure black run + flake8Mike Bayer2019-01-061-478/+549
* Don't raise RangeNotAncestor for sibling branchesMike Bayer2016-07-191-0/+14
* Don't remove dependent version when downgrading to a version.Mike Bayer2016-07-121-8/+80
* Ensure tuples are passed correctly in Revision.__repr__Mike Bayer2016-07-111-0/+11
* - Fixed bug where in the erroneous case that alembic_version containsMike Bayer2015-08-031-0/+17
* - Added new multiple-capable argument ``--depends-on`` to theMike Bayer2015-07-281-1/+26
* - Fixed critical issue where a complex series of branches/merges wouldMike Bayer2015-07-221-0/+40
* - squash merge of ticket_302 branchMike Bayer2015-07-031-1/+1
* - additional fix which impacts #267. fix filtered_heads() to accommodateMike Bayer2015-02-081-0/+9
* - Fixed regression in new versioning system where upgrade / historyMike Bayer2014-12-301-1/+21
* - break out the concept of "down revision" into two pieces:Mike Bayer2014-11-221-0/+157
* - The "multiple heads / branches" feature has now landed. This isMike Bayer2014-11-201-0/+717