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.
discard 0b2c4f9 Update setup.py to get non-conflicting set of dependencies
(#12636)
discard 4a3e890 Update documentation about PIP 20.3 incompatibility
discard 6a4184e Pins PIP to 20.2.4 in our Dockerfiles (#12738)
discard 9d4a110 Add Changelog for 1.10.14
discard ab00a26 Add Kubernetes cleanup-pods CLI command for Helm Chart
(#11802)
discard 52ecfcf Bump Airflow Version to 1.10.14
discard bbe8e51 [AIRFLOW-2886] Generate random Flask SECRET_KEY in default
config (#3738)
discard 39eb734 [AIRFLOW-2884] Fix Flask SECRET_KEY security issue in
www_rbac (#3729)
discard c5bd1f9 [AIRFLOW-2809] Fix security issue regarding Flask SECRET_KEY
discard a555a63 Improve verification of images with PIP check (#12718)
discard b1faa79 Clarified information about supported Databases.
discard fa49c33 Add metric for scheduling delay between first run task &
expected start time (#9544)
discard d09c308 Fix empty asctime field in JSON formatted logs (#10515)
discard 6383f75 Rename `[scheduler] max_threads` to `[scheduler]
parsing_processes` (#12605)
discard ce22857 Update setup.py to get non-conflicting set of dependencies
(#12636)
discard f4f509a Setup.cfg change triggers full build (#12684)
discard 3f88400 Remove "@" references from constraints generattion (#12671)
discard d5f32f6 Add 1.10.13 to CI, Breeze and Docs (#12652)
discard 1e16496 Allows mounting local sources for github run-id images
(#12650)
discard 6cdf38a Improved breeze messages for initialize-local-virtualenv and
static-check --help (#12640)
discard 3f8da96 Adds possibility of forcing upgrade constraint by setting a
label (#12635)
discard 684f0d3 Use AIRFLOW_CONSTRAINTS_LOCATION when passed during docker
build (#12604)
discard 1f4479b Adds missing licence headers (#12593)
discard 6190455 Fixes unneeded docker-context-files added in CI (#12534)
discard ea78ca4 Fix wait-for-migrations command in helm chart (#12522)
discard b9bae43 Fix broken CI.yml (#12454)
discard bbd6170 Cope with '%' in password when waiting for migrations (#12440)
discard a19b3fb The messages about remote image check are only shown with -v
(#12402)
discard de53d37 Switching to Ubuntu 20.04 as Github Actions runner. (#12404)
discard b7bfc05 Remove CodeQL from PRS. (#12406)
discard 333f2bd Fix typo in check_environment.sh (#12395)
discard 418113f Support creation of configmaps & secrets and extra env &
envFrom configuration in Helm Chart (#12164)
discard 2932700 Typo Fix: Deprecated config force_log_out_after was not used
(#12661)
discard f3f9cd2 Fix issue with empty Resources in executor_config (#12633)
add 326e0f9 Create HostnameCallableRule to ease upgrade to Airflow 2.0
(#12743)
new 2daf685 Fix issue with empty Resources in executor_config (#12633)
new b6fe105 Typo Fix: Deprecated config force_log_out_after was not used
(#12661)
new 235ccdd Support creation of configmaps & secrets and extra env &
envFrom configuration in Helm Chart (#12164)
new 6e17c16 Fix typo in check_environment.sh (#12395)
new bfb1053 Remove CodeQL from PRS. (#12406)
new 528d3f2 Switching to Ubuntu 20.04 as Github Actions runner. (#12404)
new 9c49572 The messages about remote image check are only shown with -v
(#12402)
new c0ee0dc Cope with '%' in password when waiting for migrations (#12440)
new 272386f Fix broken CI.yml (#12454)
new 99d6806 Fix wait-for-migrations command in helm chart (#12522)
new 5137af3 Fixes unneeded docker-context-files added in CI (#12534)
new 1bf6966 Adds missing licence headers (#12593)
new 8c764ac Use AIRFLOW_CONSTRAINTS_LOCATION when passed during docker
build (#12604)
new c7ec034 Adds possibility of forcing upgrade constraint by setting a
label (#12635)
new 38d5161 Improved breeze messages for initialize-local-virtualenv and
static-check --help (#12640)
new dd62d0a Allows mounting local sources for github run-id images
(#12650)
new 445e332 Add 1.10.13 to CI, Breeze and Docs (#12652)
new 6716489 Remove "@" references from constraints generattion (#12671)
new b96ce83 Setup.cfg change triggers full build (#12684)
new d20f756 Update setup.py to get non-conflicting set of dependencies
(#12636)
new bbae43c Rename `[scheduler] max_threads` to `[scheduler]
parsing_processes` (#12605)
new 601c75c Fix empty asctime field in JSON formatted logs (#10515)
new 28ffe6e Add metric for scheduling delay between first run task &
expected start time (#9544)
new 1e53b25 Clarified information about supported Databases.
new 591dc99 Improve verification of images with PIP check (#12718)
new c336874 [AIRFLOW-2809] Fix security issue regarding Flask SECRET_KEY
new 28d18c4 [AIRFLOW-2884] Fix Flask SECRET_KEY security issue in
www_rbac (#3729)
new 23b22e1 [AIRFLOW-2886] Generate random Flask SECRET_KEY in default
config (#3738)
new 3596996 Bump Airflow Version to 1.10.14
new 4da3617 Add Kubernetes cleanup-pods CLI command for Helm Chart
(#11802)
new e2c6591 Add Changelog for 1.10.14
new 047a898 Pins PIP to 20.2.4 in our Dockerfiles (#12738)
new 002a956 Update documentation about PIP 20.3 incompatibility
new fda6667 Update setup.py to get non-conflicting set of dependencies
(#12636)
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 (0b2c4f9)
\
N -- N -- N refs/heads/v1-10-test (fda6667)
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 34 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:
..._ui_deprecated.py => hostname_callable_rule.py} | 20 ++++++-----
airflow/utils/net.py | 11 +++---
.../upgrade/rules/test_hostname_callable_rule.py | 29 ++++++++--------
tests/utils/test_net.py | 39 ++++++++++++++++++----
4 files changed, 66 insertions(+), 33 deletions(-)
copy airflow/upgrade/rules/{legacy_ui_deprecated.py =>
hostname_callable_rule.py} (65%)
copy chart/tests/test_migrate_database_job.py =>
tests/upgrade/rules/test_hostname_callable_rule.py (53%)