]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/shortlog
thirdparty/sqlalchemy/alembic.git
2025-03-28  elfix AlterColumnOp modify_name ignorance 1636/head
2025-03-05  Federico CaselliMerge "Add TextClause to alter_column's server_default...
2025-03-05  DanCardinAdd TextClause to alter_column's server_default fields.
2025-03-04  Mike BayerVersion 1.15.2 placeholder
2025-03-04  Mike Bayer- 1.15.1 rel_1_15_1
2025-03-04  Michael BayerMerge "fix template files include" into main
2025-03-04  Rishat FayzullinFix linting with ruff provided in alembic.ini by scratch
2025-03-04  Mike Bayerfix template files include
2025-03-04  Mike BayerVersion 1.15.1 placeholder
2025-03-04  Mike Bayer- 1.15.0 rel_1_15_0
2025-03-04  Mike Bayerremove some additional legacy setuptools elements
2025-02-26  Mike Bayerdont stringify uq deferrable
2025-02-14  Mike Bayeruse pep 621
2025-02-13  Mike Bayerchangelog edits
2025-02-12  Michael BayerMerge "Render labels in autogenerate index" into main
2025-02-10  Federico Casellimore 3.8 cleanups
2025-02-10  Mike Bayerremove python 3.8 from github files
2025-02-10  Mike Bayerremove sqla13 tags from github files
2025-02-09  Mike Bayerdrop SQLAlchemy 1.3, Python 3.8
2025-02-09  Federico CaselliRender labels in autogenerate index
2025-02-03  Peter CockAvoid D103 linter warnings via script.py.mako
2025-02-01  Louis-Amaury... refactor: add revision context to AutogenerateDiffsDete...
2025-01-23  Federico Casellifix tox error on python 3.8
2025-01-21  Federico Caselliimprove test compat on windows and update gh workflows
2025-01-19  Mike BayerVersion 1.14.2 placeholder
2025-01-19  Mike Bayer- 1.14.1 rel_1_14_1
2025-01-08  Michiel W.... Docs: fix layout issue in autogenerate (#1589)
2025-01-04  Federico Caselliupdate test to support sqlalchemy inherit schema change
2025-01-02  Mike Bayer2025
2024-12-24  Mike Bayercheck for variants (recursion branch) first in all...
2024-12-03  John Higginsfixed typo on "Auto generating migrations" page, Fixes...
2024-12-03  Mike Bayerblock write_pyi tests for py313
2024-11-29  Michael BayerMerge "ensure rename_column works on SQLite" into main
2024-11-29  Mike Bayerensure rename_column works on SQLite
2024-11-25  Mike Bayersupport separation of Numeric/Float
2024-11-07  Peter CockClarify what autogenerate compares
2024-11-06  Michael BayerFix `alembic.ini` templates to match `configparser...
2024-11-06  Michael BayerMerge "Improve write_pyi usage" into main
2024-11-06  Michael BayerMerge "fix: Correct the AutogenContext.metadata typing...
2024-11-06  Aaron GriffinImprove write_pyi usage
2024-11-06  Danipulokfix(requirements): add `tzdata` to `tz` extras; fixes...
2024-11-06  DanCardinfix: Correct the AutogenContext.metadata typing to...
2024-11-05  AUpdate tutorial.rst for ruff post_write_hooks (#1535)
2024-11-05  Peter CockAdd missing imports to example (#1569)
2024-11-04  Mike BayerVersion 1.14.1 placeholder
2024-11-04  Mike Bayer- 1.14.0 rel_1_14_0
2024-11-04  Mike Bayer1.14
2024-11-04  Maciek BryńskiAdd ability to configure alembic_version table in Diale...
2024-10-31  Maciek BryńskiFix mypy linting issues
2024-10-05  Zubarev GrigoriyUse logging.WARNING instead of logging.WARN
2024-09-23  Mike BayerVersion 1.13.4 placeholder
2024-09-23  Mike Bayer- 1.13.3 rel_1_13_3
2024-09-23  Mike Bayeradd mypy marker to pytest; pytest opts in pyproject...
2024-09-23  Mike Bayerchangelog edit
2024-09-23  Louis-Amaury... Render `if_not_exists` option for CreateTableOp, Creat...
2024-09-13  Aaron GriffinSupport if_exists and if_not_exists on create/drop...
2024-09-02  Mike Bayerunpin setuptools
2024-08-19  Mike Bayeradd cool github /pypi link stuff
2024-08-19  Mike Bayersome updates to the commit for multi-tenant I just did
2024-08-19  Mike Bayeradd mysql/mariadb to multi-tenant recipe
2024-08-05  Michael BayerMerge "Enhance version_path_separator behaviour by...
2024-08-05  Mike Bayeradd a test for FK w/ naming convention; update mypy...
2024-07-30  Pavel V. PristupaEnhance version_path_separator behaviour by adding...
2024-07-26  Federico Caselliadd compatibility with mypy 1.11
2024-07-01  Mike Bayerremove sidebar toggle here, it's in site build
2024-06-26  Mike Bayerswitch to book theme
2024-06-26  Mike BayerVersion 1.13.3 placeholder
2024-06-26  Mike Bayer- 1.13.2 rel_1_13_2
2024-06-19  Mike Bayerpin setuptools below 69.3 and prepare for "build" for...
2024-06-05  zhouyizhenFix postgres detect serial in autogenerate (#1479)
2024-04-24  Federico CaselliAdd missing space in error message
2024-04-24  Federico Casellifix typo in docs
2024-04-24  Federico CaselliMerge "Fix constraint_name type in create_primary_key...
2024-04-17  Mike Bayerdont duplicate ModelOne; block A005
2024-04-04  kasiumFix constraint_name type in create_primary_key
2024-03-19  Mike Bayeradd additional seealsos for schema name
2024-03-18  Federico CaselliClarify how script_location can be os agnostic
2024-03-04  Michael BayerMerge "use SQLAlchemy's xdist methods" into main
2024-03-04  Michael BayerMerge "Improve commands doc strings" into main
2024-03-04  Mike Bayeruse SQLAlchemy's xdist methods
2024-03-04  Mike BayerRevert "block pytest 8"
2024-03-04  Mike Bayerblock pytest 8
2024-03-04  Mike Bayeradd rel_2_0 target
2024-02-23  Federico CaselliImprove commands doc strings
2024-02-22  kasiumFix type annotations in create_foreign_key (#1430)
2024-02-14  Federico CaselliUpdate black to 24.1.1
2024-01-22  Giovanni PelleranoUpdate license year to 2024
2024-01-15  Michael BayerMerge "Ignore newlines in expressions for Computed...
2024-01-13  Michael BayerMerge "fix alembic.util.messaging.msg to properly wrap...
2024-01-13  Saif Hakimfix alembic.util.messaging.msg to properly wrap at...
2024-01-10  Georg Wicke... Ignore newlines in expressions for Computed
2024-01-10  Mike Bayerdont pass empty sequences to connection.execute()
2023-12-20  Mike BayerVersion 1.13.2 placeholder
2023-12-20  Mike Bayer- 1.13.1 rel_1_13_1
2023-12-20  Mike Bayerchangelog updates
2023-12-20  Michael BayerMerge "Improve `Rewriter` implementation" into main
2023-12-20  Mike Bayerremove python 3.9 from pep-484 suite on github actions
2023-12-19  Michael BayerMerge "finish strict typing for most modules" into...
2023-12-18  Mike Bayerfinish strict typing for most modules
2023-12-13  Saif HakimFix downgrade when normalized down revisions have overl...
next