This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
omit 69da579 Add `flask_oauth` to to `devel_all`
omit 594f5de Pin SQLAlchemy to <1.4 due to breakage of sqlalchemy-utils
(#14812)
add 60991f0 Add conf not importable from airflow rule (#14400)
add 42dafd2 Upgrade rule to suggest to rename max_threads to
parsing_processes (#14913)
add 4c3b31a Fix running "upgrade_check" command in a PTY. (#14977)
add 9af8557 Fix pool set and pool delete via cli (#15056)
add 4aec433 Skip `DatabaseVersionCheckRule` check if invalid version is
detected (#15122)
add 4a27689 Fix too specific parsing of `False` in LegacyUIDeprecated
(#14967)
new c21c55b Pin SQLAlchemy to <1.4 due to breakage of sqlalchemy-utils
(#14812)
new 8025f86 Add `flask_oauth` to to `devel_all`
new 1cabbf6 fixup! Add conf not importable from airflow rule (#14400)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (69da579)
\
N -- N -- N refs/heads/v1-10-test (1cabbf6)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
airflow/bin/cli.py | 4 +-
....py => fix_conf_not_importable_from_airflow.py} | 42 ++++++++-------
airflow/upgrade/rules/legacy_ui_deprecated.py | 4 +-
....py => parsing_processes_configuration_rule.py} | 30 +++++------
.../postgres_mysql_sqlite_version_upgrade_check.py | 13 ++++-
airflow/utils/cli.py | 3 +-
...> test_fix_conf_not_importable_from_airflow.py} | 61 +++++++---------------
tests/upgrade/rules/test_legacy_ui_deprecated.py | 11 ++--
...> test_parsing_processes_configuration_rule.py} | 34 ++++++------
..._postgres_mysql_sqlite_version_upgrade_check.py | 15 ++++++
10 files changed, 112 insertions(+), 105 deletions(-)
copy airflow/upgrade/rules/{airflow_macro_plugin_removed.py =>
fix_conf_not_importable_from_airflow.py} (55%)
copy airflow/upgrade/rules/{hostname_callable_rule.py =>
parsing_processes_configuration_rule.py} (56%)
copy tests/upgrade/rules/{test_airflow_macro_plugin_removed.py =>
test_fix_conf_not_importable_from_airflow.py} (54%)
copy tests/upgrade/rules/{test_mesos_executor_removed.py =>
test_parsing_processes_configuration_rule.py} (56%)