summaryrefslogtreecommitdiff
path: root/alembic/command.py
Commit message (Expand)AuthorAgeFilesLines
* Added quiet option to command lineCaselIT2023-04-281-15/+22
* restore config object to merge commandBrendan Gann2023-02-141-1/+1
* add check command for upgrade diffsNathan Louie2022-12-151-0/+56
* run pyupgradeMike Bayer2022-11-261-12/+12
* add typing parametersMike Bayer2022-11-151-5/+5
* remove pylons templateMike Bayer2022-05-311-1/+1
* Various typing related updatesCaselIT2022-04-231-4/+7
* Add new ensure_version commandKai Mueller2021-11-181-0/+26
* Add pep-484 type annotationsCaselIT2021-08-111-26/+69
* Revendor editor and make dateutil optionalCaselIT2021-06-151-2/+2
* remove all .. version(?:changed|added):: prior to 1.0Mike Bayer2021-01-181-6/+0
* Removed of old deprecated code:CaselIT2020-10-271-6/+1
* Ensure "alembic current" won't unnecessarily mutate the databaseNikolay Edigaryev2020-05-151-1/+3
* Revert alembic.stamp "revisions" to "revision"Thomas Bechtold2019-09-241-7/+14
* Add --package flag to write __init__.py filesMike Bayer2019-09-191-1/+15
* Merge "Add multiple revision support to stamp, support purge"mike bayer2019-09-191-9/+27
|\
| * Add multiple revision support to stamp, support purgeMike Bayer2019-09-191-9/+27
* | Memoize elements in rewriter; use correct iterationMike Bayer2019-09-181-0/+5
|/
* Allow init into existing but empty directoryAviskar KC2019-07-181-7/+10
* Report warnings from caller's file/line number, not utils.pyAsh Berlin-Taylor2019-06-211-1/+1
* Use first line of command docstring for help text.Mike Bayer2019-04-231-2/+2
* zimports runMike Bayer2019-01-061-4/+5
* pure black run + flake8Mike Bayer2019-01-061-92/+113
* Add indicate-current option into history commandmisebox2018-03-071-14/+18
* Use env in history when revision_history=trueMike Bayer2017-09-061-0/+8
* - fix some sphinx link stuffMike Bayer2017-07-061-2/+2
* - provide param docstrings for all of commandMike Bayer2017-02-271-12/+156
* Add process_revision_directives param to command.revision()Mike Bayer2017-02-221-2/+4
* Report on other branch dependencies in "current"Mike Bayer2016-07-121-1/+2
* - changelog for pullrequest bitbucket:46; "alembic edit" commandMike Bayer2015-07-301-10/+23
* Merge branch 'edit-latest' of https://bitbucket.org/exhuma/alembic into pr46Mike Bayer2015-07-301-0/+15
|\
| * Replaced hand-crafted code with python-editor.Michel Albert2015-07-161-2/+4
| * New CLI command: "edit" - Edits the latest rev.Michel Albert2015-07-151-0/+13
* | - Added new multiple-capable argument ``--depends-on`` to theMike Bayer2015-07-281-2/+2
|/
* - squash merge of ticket_302 branchMike Bayer2015-07-031-19/+28
* - move resolution of "starting rev" for --sql mode intoMike Bayer2015-02-031-5/+0
* - The ``alembic revision`` command accepts the ``--sql`` option toMike Bayer2014-11-231-0/+8
* - In conjunction with support for multiple independent bases, theMike Bayer2014-11-221-7/+13
* - The "multiple heads / branches" feature has now landed. This isMike Bayer2014-11-201-48/+107
* - fix long lines within packageMike Bayer2014-09-091-1/+2
* - do an autopep8 pass for just about everything otherMike Bayer2014-09-091-13/+24
* Return the script object from command.revisionRobbie Coomber2014-02-171-1/+2
* Use the next() function instead of .next() for python3Chris Wilkes2013-09-261-1/+1
* bugfix: close forgotten file descriptorsCacilhας, La Batalema2013-07-111-3/+3
* The output of the ``alembic history`` command is nowMike Bayer2013-06-261-1/+1
* - rework the -r flag on history to make use of existing walk_revisions();Mike Bayer2013-04-141-43/+33
* change option of history, from after_current to rev_range.Atsushi Odagiri2013-04-141-11/+36
* add option, after-current, to history subcommandAtsushi Odagiri2013-04-141-5/+25
* Use relative importsHong Minhee2013-04-111-3/+4
* fix head only when there's no rev...Mike Bayer2013-04-041-2/+2