summaryrefslogtreecommitdiff
path: root/tests/test_command.py
Commit message (Expand)AuthorAgeFilesLines
* Added quiet option to command lineCaselIT2023-04-281-2/+4
* add check command for upgrade diffsNathan Louie2022-12-151-0/+59
* run pyupgradeMike Bayer2022-11-261-9/+7
* use SQLAlchemy built-in password obfuscationMike Bayer2022-09-231-1/+1
* fix failing test on windows after sqlite switched to queuepool by defaultCaselIT2022-03-021-3/+4
* Add new ensure_version commandKai Mueller2021-11-181-0/+35
* Drop compatibility with python 2.7.CaselIT2021-06-221-5/+5
* Revendor editor and make dateutil optionalCaselIT2021-06-151-17/+3
* Create schema objects fresh from opsMike Bayer2021-04-121-0/+2
* use new URL api for password obfuscateMike Bayer2021-03-231-0/+6
* Accommodate SQLAlchemy 1.4/2.0CaselIT2021-01-111-2/+2
* Ensure "alembic current" won't unnecessarily mutate the databaseNikolay Edigaryev2020-05-151-0/+9
* Add version to cliCaselIT2020-04-061-0/+17
* Support sqlalchemy 1.4 exec_driver_sql, text() for stringsCaselIT2020-03-181-19/+34
* black updatesMike Bayer2020-03-111-3/+3
* Fix tests on windowsCaselIT2019-12-271-12/+24
* Allow ALEMBIC_CONFIG for config file locationMike Bayer2019-10-111-0/+37
* Revert alembic.stamp "revisions" to "revision"Thomas Bechtold2019-09-241-0/+35
* Add --package flag to write __init__.py filesMike Bayer2019-09-191-0/+29
* Add multiple revision support to stamp, support purgeMike Bayer2019-09-191-0/+183
* Allow init into existing but empty directoryAviskar KC2019-07-181-0/+54
* Fix imp warningMike Bayer2019-07-181-0/+2
* Use first line of command docstring for help text.Mike Bayer2019-04-231-0/+40
* zimports runMike Bayer2019-01-061-17/+22
* pure black run + flake8Mike Bayer2019-01-061-100/+137
* Add indicate-current option into history commandmisebox2018-03-071-5/+15
* Use env in history when revision_history=trueMike Bayer2017-09-061-7/+67
* Add process_revision_directives param to command.revision()Mike Bayer2017-02-221-0/+43
* Add primary key constraint to alembic_versionMike Bayer2017-01-131-5/+21
* Support explicit "base" in --sql mode.Mike Bayer2016-09-211-0/+18
* Report on other branch dependencies in "current"Mike Bayer2016-07-121-9/+74
* - Fixed a regression 0.8 whereby the "multidb" environment templateMike Bayer2015-08-201-1/+1
* - Fixed bug where in the erroneous case that alembic_version containsMike Bayer2015-08-031-0/+14
* - changelog for pullrequest bitbucket:46; "alembic edit" commandMike Bayer2015-07-301-7/+45
* Merge branch 'edit-latest' of https://bitbucket.org/exhuma/alembic into pr46Mike Bayer2015-07-301-1/+33
|\
| * Reusing existing compat. code from alembic.testing.Michel Albert2015-07-161-8/+3
| * Replaced hand-crafted code with python-editor.Michel Albert2015-07-161-22/+11
| * New CLI command: "edit" - Edits the latest rev.Michel Albert2015-07-151-0/+48
* | - Added new multiple-capable argument ``--depends-on`` to theMike Bayer2015-07-281-0/+49
|/
* - use a much bigger stamp here as only three chars can collide quite easilyMike Bayer2014-12-011-1/+1
* - The ``alembic revision`` command accepts the ``--sql`` option toMike Bayer2014-11-231-0/+22
* - The "multiple heads / branches" feature has now landed. This isMike Bayer2014-11-201-19/+228
* - reorganize tests that deal with running scriptsMike Bayer2014-11-101-3/+62
* test commandMike Bayer2014-09-131-5/+5
* - do an autopep8 pass for just about everything otherMike Bayer2014-09-091-1/+0
* The str.encode() method does not accept keyword args in python < 2.7Jeff Dairiki2013-09-011-2/+2
* - Ensured that strings going to stdout go through an encode/decode phase,Mike Bayer2013-08-231-12/+24
* The output of the ``alembic history`` command is nowMike Bayer2013-06-261-34/+15
* - rework the -r flag on history to make use of existing walk_revisions();Mike Bayer2013-04-141-0/+91