]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/shortlog
thirdparty/sqlalchemy/alembic.git
2014-09-09  Mike Bayer- update naming convention link to point to official... gh/cleanup
2014-09-09  Mike Bayer- finish flake8 on tests
2014-09-09  Mike Bayer- fix long lines within package
2014-09-09  Mike Bayer- do an autopep8 pass for just about everything other
2014-09-09  Mike Bayer- changelog for pr bitbucket:26
2014-09-09  Mike BayerMerge https://bitbucket.org/utek/alembic/branch/master...
2014-09-09  Mike Bayer- add a tox.ini file
2014-09-09  Łukasz Bołdysmore test fixes
2014-09-09  Łukasz Bołdysfixed test
2014-09-09  Łukasz BołdysMS SQL is using sp_rename instead of Alter table to...
2014-08-28  Mike BayerMerged in andreasgrapentin/alembic/template_eval (pull...
2014-08-28  Andreas Grapentinreplacing eval in multidb template with globals() funct...
2014-08-27  Mike Bayer- Added support for functional indexes when using the
2014-08-07  Mike Bayer0.6.6 rel_0_6_6
2014-08-07  Mike Bayer- ignore __init__.py in versions directory, fixes #95.
2014-08-07  Mike Bayer- changelog for pullreq bitbucket:23
2014-08-07  Mike BayerMerged in paradoxxxzero/alembic/paradoxxxzero/fix-sorte...
2014-08-07  Ryan P. KellySupport autogenerating migrations for tables with 255...
2014-08-07  Mike Bayerchangelog for pr github:14
2014-08-07  Mike BayerMerge remote-tracking branch 'github/pr/14' into pr14
2014-06-25  Florian MounierAlter autogenerate tests to show python3 problem on...
2014-06-24  Mike Bayerthis is 0.6.6
2014-06-24  paradoxxxzeroFix sorted of None values in compare for python 3
2014-06-23  Mike Bayer- Some deep-in-the-weeds fixes to try to get "server...
2014-06-12  Mike Bayer- When a run of Alembic command line fails due to ...
2014-06-05  Mike Bayer- Liberalized even more the check for MySQL indexes...
2014-06-04  Andreas Zeidler(hopefully) make the code a bit more readable
2014-06-04  Andreas Zeidlerfix rendering of foreign key constraint when using...
2014-05-28  Marc AbramowitzEliminate {} (dict) default arg value for `opts`
2014-05-25  Mike Bayer- changelog + test for MigrationContext.config
2014-05-25  Mike BayerMerge branch 'add_env_context_and_config_to_migration_c...
2014-05-25  mike bayerMerge pull request #11 from msabramo/gitignore
2014-05-19  Marc AbramowitzAdd EnvironmentContext and Config to MigrationContext
2014-05-19  Marc Abramowitz.gitignore: .egg-info => *.egg-info
2014-05-15  Mike Bayerupdate link to pkg_resources
2014-05-03  Mike Bayer0.6.5 rel_0_6_5
2014-05-02  Mike Bayer- This releases' "autogenerate index detection" bug...
2014-05-02  Mike Bayer- index autogen is a big enough deal to warrant its...
2014-05-02  Mike Bayer- Added new feature :paramref:`.EnvironmentContext...
2014-04-30  Mike Bayer- Fixed bug where the ``include_object()`` filter would...
2014-04-04  Mike Bayer- Fixed bug where :meth:`.EnvironmentContext.get_x_argu...
2014-04-01  Mike BayerFixed another bug regarding naming conventions, continuing
2014-03-28  Mike Bayer0.6.4 rel_0_6_4
2014-03-28  Mike Bayeruse correct __mro__ for new mssql _Exec classes, fix...
2014-03-25  Mike Bayer- Added quoting to the table name when the special...
2014-03-22  Mike Bayer- add an additional fix to the MySQL fixes for re:...
2014-03-17  Mike Bayer- use compat version of mock for py3
2014-03-16  Mike Bayer- Added/fixed support for MySQL "SET DEFAULT" / "DROP...
2014-03-16  Mike Bayer- add test for drop default
2014-03-14  Mike Bayer- Added support for the ``initially``, ``match`` keywor...
2014-03-14  Mike Bayer- Altered the support for "sourceless" migration files...
2014-03-14  Mike Bayer- ensure that target_metadata is also present in the...
2014-03-13  Mike BayerThe feature that keeps on giving, index/unique constrai...
2014-03-12  Mike Bayer Extensive changes have been made to more fully...
2014-03-11  Mike Bayer- Suppressed IOErrors which can raise when program...
2014-03-08  Mike Bayergot the docs totally wrong on that
2014-03-08  Mike Bayer- Fixed bug where :meth:`.Operations.bulk_insert` would...
2014-03-04  Mike Bayer- add new section, cookbook. First example, add condit...
2014-03-04  Mike Bayer- add py.test config, see if jenkins no longer pulls...
2014-02-24  Mike Bayer- Fixed a failure of the system that allows "legacy...
2014-02-17  Mike Bayer- 0.6.4
2014-02-17  Robbie CoomberReturn the script object from command.revision
2014-02-13  Jayson ReisRemoved unreachable raise statement
2014-02-03  Mike Bayer- remove this rel_0_6_3
2014-02-03  Mike Bayer- 0.6.3
2014-02-02  Mike Bayer- add new section "the importance of naming constraints"
2014-02-02  Mike Bayer- Added a workaround for when we call ``fcntl.ioctl...
2014-02-02  Mike Bayer - add new tests to ensure the naming convention thing...
2014-02-01  Mike Bayermore doc fixes and updates
2014-02-01  Mike Bayermove this seealso
2014-02-01  Mike Bayer- use latest extension versions, trying to get rtd...
2014-02-01  Mike Bayer- Added new argument
2014-01-31  Mike Bayer- Added support for autogenerate covering the use case...
2014-01-28  Mike Bayer- changelog
2014-01-28  mike bayerMerge pull request #9 from malor/compare_metadata_inclu...
2014-01-28  Roman PodoliakaHandle include_* arguments in compare_metadata()
2014-01-24  Mike Bayer- Calling :func:`.bulk_insert` with an empty list will...
2014-01-19  Mike Bayer- changelog for pullreq 17
2014-01-19  Mike Bayer- fix up the "build" paths
2014-01-19  Mike BayerMerge https://bitbucket.org/dtheodor/alembic/branch...
2014-01-19  Mike Bayer- use a valid argument name here as SQLA 0.9.2 will...
2014-01-19  Dimitris TheodorouAutogenerate index and unique's comparison takes schema...
2014-01-19  Dimitris TheodorouSchema fixes on rendering of alembic op. directives
2014-01-12  Mike Bayer- More fixes to index autodetection; indexes created...
2014-01-09  Mike BayerMerged in vrutsky/alembic/vrutsky/remove-space-before...
2014-01-09  vrutskyRemove space before exclamation mark: "Wow that rocked !"
2013-12-31  Mike Bayer- more fixes for #163, make sure env.py load figures...
2013-12-31  Mike Bayer- The :class:`.ScriptDirectory` system that loads migra...
2013-12-30  Mike Bayer0.1.8
2013-12-30  Mike Bayer0.1.7
2013-12-30  Mike Bayer0.1.6
2013-12-30  Mike Bayer0.1.5
2013-12-30  Mike Bayer0.1.4
2013-12-30  Mike Bayerup
2013-12-30  Mike Bayer0.1.1
2013-12-30  Mike Bayertry out paramlinks
2013-12-27  Mike Bayer- 0.6.2 release rel_0_6_2
2013-12-27  Mike Bayer- clean out test_autogenerate
2013-12-27  Mike Bayer- move out "render" types of tests into new test_autoge...
2013-12-27  Mike Bayer- Fixed bug in the not-internally-used :meth:`.ScriptDi...
next