index
:
delta/python-packages/alembic.git
batch_alter
cleanup
edit-latest
main
master
multi_branch
rel_0_1
rel_0_2
rel_0_6
rel_0_7
reproduce_pytest_196
ticket_301
ticket_302
ticket_306
ticket_318
tmp
upgrade_testing
github.com: sqlalchemy/alembic.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_command.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix failing test on windows after sqlite switched to queuepool by default
CaselIT
2022-03-02
1
-3
/
+4
*
Add new ensure_version command
Kai Mueller
2021-11-18
1
-0
/
+35
*
Drop compatibility with python 2.7.
CaselIT
2021-06-22
1
-5
/
+5
*
Revendor editor and make dateutil optional
CaselIT
2021-06-15
1
-17
/
+3
*
Create schema objects fresh from ops
Mike Bayer
2021-04-12
1
-0
/
+2
*
use new URL api for password obfuscate
Mike Bayer
2021-03-23
1
-0
/
+6
*
Accommodate SQLAlchemy 1.4/2.0
CaselIT
2021-01-11
1
-2
/
+2
*
Ensure "alembic current" won't unnecessarily mutate the database
Nikolay Edigaryev
2020-05-15
1
-0
/
+9
*
Add version to cli
CaselIT
2020-04-06
1
-0
/
+17
*
Support sqlalchemy 1.4 exec_driver_sql, text() for strings
CaselIT
2020-03-18
1
-19
/
+34
*
black updates
Mike Bayer
2020-03-11
1
-3
/
+3
*
Fix tests on windows
CaselIT
2019-12-27
1
-12
/
+24
*
Allow ALEMBIC_CONFIG for config file location
Mike Bayer
2019-10-11
1
-0
/
+37
*
Revert alembic.stamp "revisions" to "revision"
Thomas Bechtold
2019-09-24
1
-0
/
+35
*
Add --package flag to write __init__.py files
Mike Bayer
2019-09-19
1
-0
/
+29
*
Add multiple revision support to stamp, support purge
Mike Bayer
2019-09-19
1
-0
/
+183
*
Allow init into existing but empty directory
Aviskar KC
2019-07-18
1
-0
/
+54
*
Fix imp warning
Mike Bayer
2019-07-18
1
-0
/
+2
*
Use first line of command docstring for help text.
Mike Bayer
2019-04-23
1
-0
/
+40
*
zimports run
Mike Bayer
2019-01-06
1
-17
/
+22
*
pure black run + flake8
Mike Bayer
2019-01-06
1
-100
/
+137
*
Add indicate-current option into history command
misebox
2018-03-07
1
-5
/
+15
*
Use env in history when revision_history=true
Mike Bayer
2017-09-06
1
-7
/
+67
*
Add process_revision_directives param to command.revision()
Mike Bayer
2017-02-22
1
-0
/
+43
*
Add primary key constraint to alembic_version
Mike Bayer
2017-01-13
1
-5
/
+21
*
Support explicit "base" in --sql mode.
Mike Bayer
2016-09-21
1
-0
/
+18
*
Report on other branch dependencies in "current"
Mike Bayer
2016-07-12
1
-9
/
+74
*
- Fixed a regression 0.8 whereby the "multidb" environment template
Mike Bayer
2015-08-20
1
-1
/
+1
*
- Fixed bug where in the erroneous case that alembic_version contains
Mike Bayer
2015-08-03
1
-0
/
+14
*
- changelog for pullrequest bitbucket:46; "alembic edit" command
Mike Bayer
2015-07-30
1
-7
/
+45
*
Merge branch 'edit-latest' of https://bitbucket.org/exhuma/alembic into pr46
Mike Bayer
2015-07-30
1
-1
/
+33
|
\
|
*
Reusing existing compat. code from alembic.testing.
Michel Albert
2015-07-16
1
-8
/
+3
|
*
Replaced hand-crafted code with python-editor.
Michel Albert
2015-07-16
1
-22
/
+11
|
*
New CLI command: "edit" - Edits the latest rev.
Michel Albert
2015-07-15
1
-0
/
+48
*
|
- Added new multiple-capable argument ``--depends-on`` to the
Mike Bayer
2015-07-28
1
-0
/
+49
|
/
*
- use a much bigger stamp here as only three chars can collide quite easily
Mike Bayer
2014-12-01
1
-1
/
+1
*
- The ``alembic revision`` command accepts the ``--sql`` option to
Mike Bayer
2014-11-23
1
-0
/
+22
*
- The "multiple heads / branches" feature has now landed. This is
Mike Bayer
2014-11-20
1
-19
/
+228
*
- reorganize tests that deal with running scripts
Mike Bayer
2014-11-10
1
-3
/
+62
*
test command
Mike Bayer
2014-09-13
1
-5
/
+5
*
- do an autopep8 pass for just about everything other
Mike Bayer
2014-09-09
1
-1
/
+0
*
The str.encode() method does not accept keyword args in python < 2.7
Jeff Dairiki
2013-09-01
1
-2
/
+2
*
- Ensured that strings going to stdout go through an encode/decode phase,
Mike Bayer
2013-08-23
1
-12
/
+24
*
The output of the ``alembic history`` command is now
Mike Bayer
2013-06-26
1
-34
/
+15
*
- rework the -r flag on history to make use of existing walk_revisions();
Mike Bayer
2013-04-14
1
-0
/
+91