summaryrefslogtreecommitdiff
path: root/alembic/config.py
Commit message (Expand)AuthorAgeFilesLines
* - Added a new feature :attr:`.Config.attributes`, to help with the useMike Bayer2015-01-231-3/+43
* - In conjunction with support for multiple independent bases, theMike Bayer2014-11-221-0/+23
* - The "multiple heads / branches" feature has now landed. This isMike Bayer2014-11-201-42/+99
* - changelog + some polishMike Bayer2014-11-201-3/+11
* Changes name of variable.Noufal Ibrahim2014-11-161-5/+5
* Adds cfg_vars to Config.Noufal Ibrahim2014-11-161-2/+7
* - fix long lines within packageMike Bayer2014-09-091-20/+25
* - do an autopep8 pass for just about everything otherMike Bayer2014-09-091-30/+33
* - Ensured that strings going to stdout go through an encode/decode phase,Mike Bayer2013-08-231-1/+5
* - add docs and links and stuff for the -x option, which apparentlyMike Bayer2013-06-061-1/+8
* - Added :attr:`alembic.config.Config.cmd_opts` attribute,Mike Bayer2013-06-021-2/+19
* - fix version number in docs hereMike Bayer2013-04-141-2/+2
* - rework the -r flag on history to make use of existing walk_revisions();Mike Bayer2013-04-141-8/+4
* change option of history, from after_current to rev_range.Atsushi Odagiri2013-04-141-4/+9
* add option, after-current, to history subcommandAtsushi Odagiri2013-04-141-0/+6
* - will call this 0.6Mike Bayer2013-04-121-4/+1
* ConfigParser renamed to configparser since Python 3Hong Minhee2013-04-131-2/+5
* Use `as` keyword instead of comma for exception catchesHong Minhee2013-04-131-1/+1
* Use relative importsHong Minhee2013-04-111-1/+2
* - typoMike Bayer2013-04-041-1/+1
* Add head identifier to --head-only option outputCharles-Axel Dein2013-03-101-1/+2
* Add --head-only option to current commandCharles-Axel Dein2013-03-061-1/+5
* - return the same error message as when running on all other pythonsMike Bayer2013-02-111-1/+3
* Fix unexpected output on exec alembic command without a subcommand.Andrei Antoukh2013-02-101-3/+5
* - [feature] Added "stdout" option to Config, providesMike Bayer2012-09-301-3/+15
* - call it 0.4.0Mike Bayer2012-09-301-79/+91
* changed config.main to accept prog as argumentEdward Stone2012-07-181-27/+27
* - move to 0.3 as we are changing APIrel_0_3_0Mike Bayer2012-04-051-0/+1
* - [bug] Fixed inappropriate direct call toMike Bayer2012-02-281-1/+1
* documentation updates for 0.2Mike Bayer2012-01-241-2/+3
* - [feature] The naming of revision files canMike Bayer2012-01-241-1/+1
* this is all tests passing with the refactor, which IMHO isMike Bayer2012-01-241-0/+3
* - [feature] Can create alembic.config.ConfigMike Bayer2012-01-201-6/+34
* - [bug] fix the config.main() function to honorMike Bayer2012-01-201-1/+2
* enabled automatic script creation (for windows)melnychuk2011-11-291-1/+1
* implement autogenerate featureMike Bayer2011-11-271-0/+6
* go along with sphinx and put the init params in the class docsMike Bayer2011-11-171-7/+6
* - add set_main_option to configMike Bayer2011-11-151-1/+20
* docs docs docs docsMike Bayer2011-11-151-3/+11
* - add argparse to install requiresMike Bayer2011-11-141-19/+25
* - make start/end arguments available to environmentsMike Bayer2011-11-141-3/+47
* some docsMike Bayer2011-11-111-0/+14
* clean up the output formatMike Bayer2011-11-081-1/+0
* lots of TODOs for straight SQL modeMike Bayer2011-04-221-1/+4
* - move -c / -n arguments to frontMike Bayer2011-04-191-10/+16
* do "find the templates" identically to how sphinx does itMike Bayer2011-04-191-4/+2
* - migrate to ArgParseMike Bayer2011-02-251-73/+42
* - clean up whitespaceMike Bayer2011-02-251-3/+3
* - sqlite dialectMike Bayer2010-04-301-1/+4
* some ui improvementsMike Bayer2010-04-291-2/+92