| Commit message (Expand) | Author | Age | Files | Lines |
* | - Added a new feature :attr:`.Config.attributes`, to help with the use | Mike Bayer | 2015-01-23 | 1 | -3/+43 |
* | - In conjunction with support for multiple independent bases, the | Mike Bayer | 2014-11-22 | 1 | -0/+23 |
* | - The "multiple heads / branches" feature has now landed. This is | Mike Bayer | 2014-11-20 | 1 | -42/+99 |
* | - changelog + some polish | Mike Bayer | 2014-11-20 | 1 | -3/+11 |
* | Changes name of variable. | Noufal Ibrahim | 2014-11-16 | 1 | -5/+5 |
* | Adds cfg_vars to Config. | Noufal Ibrahim | 2014-11-16 | 1 | -2/+7 |
* | - fix long lines within package | Mike Bayer | 2014-09-09 | 1 | -20/+25 |
* | - do an autopep8 pass for just about everything other | Mike Bayer | 2014-09-09 | 1 | -30/+33 |
* | - Ensured that strings going to stdout go through an encode/decode phase, | Mike Bayer | 2013-08-23 | 1 | -1/+5 |
* | - add docs and links and stuff for the -x option, which apparently | Mike Bayer | 2013-06-06 | 1 | -1/+8 |
* | - Added :attr:`alembic.config.Config.cmd_opts` attribute, | Mike Bayer | 2013-06-02 | 1 | -2/+19 |
* | - fix version number in docs here | Mike Bayer | 2013-04-14 | 1 | -2/+2 |
* | - rework the -r flag on history to make use of existing walk_revisions(); | Mike Bayer | 2013-04-14 | 1 | -8/+4 |
* | change option of history, from after_current to rev_range. | Atsushi Odagiri | 2013-04-14 | 1 | -4/+9 |
* | add option, after-current, to history subcommand | Atsushi Odagiri | 2013-04-14 | 1 | -0/+6 |
* | - will call this 0.6 | Mike Bayer | 2013-04-12 | 1 | -4/+1 |
* | ConfigParser renamed to configparser since Python 3 | Hong Minhee | 2013-04-13 | 1 | -2/+5 |
* | Use `as` keyword instead of comma for exception catches | Hong Minhee | 2013-04-13 | 1 | -1/+1 |
* | Use relative imports | Hong Minhee | 2013-04-11 | 1 | -1/+2 |
* | - typo | Mike Bayer | 2013-04-04 | 1 | -1/+1 |
* | Add head identifier to --head-only option output | Charles-Axel Dein | 2013-03-10 | 1 | -1/+2 |
* | Add --head-only option to current command | Charles-Axel Dein | 2013-03-06 | 1 | -1/+5 |
* | - return the same error message as when running on all other pythons | Mike Bayer | 2013-02-11 | 1 | -1/+3 |
* | Fix unexpected output on exec alembic command without a subcommand. | Andrei Antoukh | 2013-02-10 | 1 | -3/+5 |
* | - [feature] Added "stdout" option to Config, provides | Mike Bayer | 2012-09-30 | 1 | -3/+15 |
* | - call it 0.4.0 | Mike Bayer | 2012-09-30 | 1 | -79/+91 |
* | changed config.main to accept prog as argument | Edward Stone | 2012-07-18 | 1 | -27/+27 |
* | - move to 0.3 as we are changing APIrel_0_3_0 | Mike Bayer | 2012-04-05 | 1 | -0/+1 |
* | - [bug] Fixed inappropriate direct call to | Mike Bayer | 2012-02-28 | 1 | -1/+1 |
* | documentation updates for 0.2 | Mike Bayer | 2012-01-24 | 1 | -2/+3 |
* | - [feature] The naming of revision files can | Mike Bayer | 2012-01-24 | 1 | -1/+1 |
* | this is all tests passing with the refactor, which IMHO is | Mike Bayer | 2012-01-24 | 1 | -0/+3 |
* | - [feature] Can create alembic.config.Config | Mike Bayer | 2012-01-20 | 1 | -6/+34 |
* | - [bug] fix the config.main() function to honor | Mike Bayer | 2012-01-20 | 1 | -1/+2 |
* | enabled automatic script creation (for windows) | melnychuk | 2011-11-29 | 1 | -1/+1 |
* | implement autogenerate feature | Mike Bayer | 2011-11-27 | 1 | -0/+6 |
* | go along with sphinx and put the init params in the class docs | Mike Bayer | 2011-11-17 | 1 | -7/+6 |
* | - add set_main_option to config | Mike Bayer | 2011-11-15 | 1 | -1/+20 |
* | docs docs docs docs | Mike Bayer | 2011-11-15 | 1 | -3/+11 |
* | - add argparse to install requires | Mike Bayer | 2011-11-14 | 1 | -19/+25 |
* | - make start/end arguments available to environments | Mike Bayer | 2011-11-14 | 1 | -3/+47 |
* | some docs | Mike Bayer | 2011-11-11 | 1 | -0/+14 |
* | clean up the output format | Mike Bayer | 2011-11-08 | 1 | -1/+0 |
* | lots of TODOs for straight SQL mode | Mike Bayer | 2011-04-22 | 1 | -1/+4 |
* | - move -c / -n arguments to front | Mike Bayer | 2011-04-19 | 1 | -10/+16 |
* | do "find the templates" identically to how sphinx does it | Mike Bayer | 2011-04-19 | 1 | -4/+2 |
* | - migrate to ArgParse | Mike Bayer | 2011-02-25 | 1 | -73/+42 |
* | - clean up whitespace | Mike Bayer | 2011-02-25 | 1 | -3/+3 |
* | - sqlite dialect | Mike Bayer | 2010-04-30 | 1 | -1/+4 |
* | some ui improvements | Mike Bayer | 2010-04-29 | 1 | -2/+92 |