summaryrefslogtreecommitdiff
path: root/tests/test_version_traversal.py
Commit message (Expand)AuthorAgeFilesLines
* run pyupgradeMike Bayer2022-11-261-84/+78
* build fixesMike Bayer2022-07-131-5/+6
* De-duplicate Revision.down_revision helpers.Simon Bowly2021-05-211-0/+8
* ensure heads remain unique in topologicalMike Bayer2021-05-201-0/+23
* Update black, zimports and flake8CaselIT2021-05-121-5/+5
* changelog / docstring editsMike Bayer2021-05-061-0/+6
* Move empty downgrade revisions check to make it specific to branch filtering ...Simon Bowly2021-05-071-9/+20
* narrow rangenotancestor to exclude target heads already presentMike Bayer2021-05-061-0/+8
* New downgrade algorithm to fix branch behaviourSimon Bowly2021-04-261-5/+298
* Adjust for immediate dependencies that are still ancestorsMike Bayer2021-02-021-1/+39
* Remove support for Python 3.5 and SQLAlchemy older than the 1.3 series.CaselIT2020-10-261-3/+1
* Add clear_envs to these testsMike Bayer2019-08-261-0/+32
* zimports runMike Bayer2019-01-061-36/+43
* pure black run + flake8Mike Bayer2019-01-061-313/+390
* Vendor python3 formatargspec, import from collections.abcStefan Tjarks2018-11-271-2/+2
* Don't remove dependent version when downgrading to a version.Mike Bayer2016-07-121-4/+4
* Detect downgrades over dependencies distinctly from unmergeMike Bayer2016-07-121-18/+104
* - Added new multiple-capable argument ``--depends-on`` to theMike Bayer2015-07-281-0/+43
* - Fixed bug where the case of multiple mergepoints that allMike Bayer2015-05-031-0/+149
* - additional fix which impacts #267. fix filtered_heads() to accommodateMike Bayer2015-02-081-0/+5
* remove errant pdbMike Bayer2015-01-231-3/+0
* - Added support for "alembic stamp" to work when given "heads" as anMike Bayer2015-01-231-0/+17
* - fix all flake8Mike Bayer2015-01-231-187/+116
* - Relative revision identifiers as used with ``alembic upgrade``,Mike Bayer2014-11-231-0/+46
* - ensure we include for dependencies when we do a stamp, add an optionMike Bayer2014-11-231-0/+7
* - add another test around something that is bugging/confusing me...Mike Bayer2014-11-221-0/+66
* - fixesMike Bayer2014-11-221-33/+68
* - support the case where a mergepoint has a branchpoint immediatelyMike Bayer2014-11-221-14/+167
* - The "multiple heads / branches" feature has now landed. This isMike Bayer2014-11-201-73/+377
* - reorganize tests that deal with running scriptsMike Bayer2014-11-101-0/+147