This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
*** WARNING: tag nightly-master was modified! ***
from 87d83a1 (commit)
to 63a8c79 (commit)
from 87d83a1 Fix regression in SQLThresholdCheckOperator (#9312)
add 58edc38 Fix typo in the word 'available' (#9599)
add 7a54418 Move XCom tests to tests/models/test_xcom.py (#9601)
add 2d3677f Fix typo in tutorial.rst (#9605)
add 8bd15ef Switches to Helm Chart for Kubernetes tests (#9468)
add f3e1f9a Update Breeze documentation (#9608)
add 48a8316 Fix quarantined tests - TestCliWebServer (#9598)
add 65855e5 Add docs to change Colors on the Webserver (#9607)
add 9e305d6 Change default auth for experimental backend to deny_all
(#9611)
add a3a52c7 Removes importlib usage - it's not needed (fails on Airflow
1.10) (#9613)
add 1655fa9 Restrict changing XCom values from the Webserver (#9614)
add 7ef7f58 Update docs about the change to default auth for experimental
API (#9617)
add bc3f48c Change 'initiate' to 'initialize' in installation.rst (#9619)
add 05c88cb Replace old Variables View Screenshot with new (#9620)
add 63a8c79 Replace old SubDag zoom screenshot with new (#9621)
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 27 +-
BREEZE.rst | 401 ++++++++++++---------
CI.rst | 2 +-
Dockerfile | 4 +
IMAGES.rst | 3 +
TESTING.rst | 67 ++--
UPDATING.md | 21 ++
airflow/cli/commands/webserver_command.py | 26 +-
airflow/config_templates/config.yml | 6 +-
airflow/config_templates/default_airflow.cfg | 6 +-
airflow/kubernetes/pod_launcher.py | 2 +-
.../cncf/kubernetes/operators/kubernetes_pod.py | 5 +-
airflow/www/views.py | 4 +-
breeze | 51 ++-
breeze-complete | 14 +-
chart/README.md | 5 +-
chart/requirements.lock | 4 +-
chart/templates/_helpers.yaml | 4 +-
chart/templates/configmap.yaml | 2 +
chart/templates/rbac/pod-launcher-role.yaml | 2 +-
chart/templates/rbac/pod-launcher-rolebinding.yaml | 4 +-
docs/howto/customize-state-colors-ui.rst | 70 ++++
docs/howto/index.rst | 1 +
docs/img/change-ui-colors/dags-page-new.png | Bin 0 -> 483599 bytes
docs/img/change-ui-colors/dags-page-old.png | Bin 0 -> 493009 bytes
docs/img/change-ui-colors/graph-view-new.png | Bin 0 -> 56973 bytes
docs/img/change-ui-colors/graph-view-old.png | Bin 0 -> 54884 bytes
docs/img/change-ui-colors/tree-view-new.png | Bin 0 -> 36934 bytes
docs/img/change-ui-colors/tree-view-old.png | Bin 0 -> 21601 bytes
docs/img/subdag_zoom.png | Bin 150185 -> 255915 bytes
docs/img/variable_hidden.png | Bin 154299 -> 121301 bytes
docs/installation.rst | 6 +-
docs/security.rst | 18 +-
docs/tutorial.rst | 2 +-
kubernetes_tests/test_kubernetes_executor.py | 40 +-
requirements/requirements-python3.6.txt | 16 +-
requirements/requirements-python3.7.txt | 16 +-
requirements/requirements-python3.8.txt | 16 +-
requirements/setup-3.6.md5 | 2 +-
requirements/setup-3.7.md5 | 2 +-
requirements/setup-3.8.md5 | 2 +-
scripts/ci/ci_build_production_images.sh | 25 --
scripts/ci/ci_count_changed_files.sh | 2 +-
scripts/ci/ci_deploy_app_to_kubernetes.sh | 16 +-
scripts/ci/ci_docs.sh | 2 +-
scripts/ci/ci_flake8.sh | 2 +-
scripts/ci/ci_generate_requirements.sh | 2 +-
scripts/ci/ci_load_image_to_kind.sh | 7 +-
scripts/ci/ci_mypy.sh | 2 +-
scripts/ci/ci_perform_kind_cluster_operation.sh | 6 +-
scripts/ci/ci_prepare_backport_packages.sh | 2 +-
scripts/ci/ci_prepare_backport_readme.sh | 2 +-
scripts/ci/ci_pylint_main.sh | 2 +-
scripts/ci/ci_pylint_tests.sh | 2 +-
scripts/ci/ci_refresh_pylint_todo.sh | 2 +-
scripts/ci/ci_run_airflow_testing.sh | 2 +-
scripts/ci/ci_run_kubernetes_tests.sh | 6 +-
scripts/ci/ci_run_static_checks.sh | 2 +-
...ci_test_backport_packages_import_all_classes.sh | 2 +-
...ci_test_backport_packages_install_separately.sh | 2 +-
scripts/ci/kubernetes/app/postgres.yaml | 94 -----
.../kubernetes/app/templates/airflow.template.yaml | 164 ---------
.../app/templates/configmaps.template.yaml | 334 -----------------
.../app/templates/init_git_sync.template.yaml | 36 --
scripts/ci/kubernetes/app/volumes.yaml | 87 -----
.../docker/airflow-test-env-init-dags.sh | 36 --
.../kubernetes/docker/airflow-test-env-init-db.sh | 46 ---
scripts/ci/kubernetes/docker/bootstrap.sh | 74 ----
scripts/ci/kubernetes/kind-cluster-conf.yaml | 3 -
.../kubernetes/{app/secrets.yaml => volumes.yaml} | 29 +-
scripts/ci/libraries/_build_images.sh | 11 +-
scripts/ci/libraries/_initialization.sh | 21 +-
scripts/ci/libraries/_kind.sh | 375 ++++++-------------
scripts/ci/libraries/_verbosity.sh | 31 ++
setup.py | 2 +-
tests/cli/commands/test_only_use_long_option.py | 48 ---
tests/cli/commands/test_webserver_command.py | 147 +++++---
tests/models/test_cleartasks.py | 157 +-------
tests/models/test_xcom.py | 161 ++++++++-
.../apache/hive/transfers/test_mssql_to_hive.py | 2 +-
.../google/cloud/transfers/test_mssql_to_gcs.py | 2 +-
.../microsoft/mssql/operators/test_mssql.py | 2 +-
tests/test_core_to_contrib.py | 2 +-
83 files changed, 1050 insertions(+), 1753 deletions(-)
create mode 100644 docs/howto/customize-state-colors-ui.rst
create mode 100644 docs/img/change-ui-colors/dags-page-new.png
create mode 100644 docs/img/change-ui-colors/dags-page-old.png
create mode 100644 docs/img/change-ui-colors/graph-view-new.png
create mode 100644 docs/img/change-ui-colors/graph-view-old.png
create mode 100644 docs/img/change-ui-colors/tree-view-new.png
create mode 100644 docs/img/change-ui-colors/tree-view-old.png
delete mode 100755 scripts/ci/ci_build_production_images.sh
delete mode 100644 scripts/ci/kubernetes/app/postgres.yaml
delete mode 100644 scripts/ci/kubernetes/app/templates/airflow.template.yaml
delete mode 100644 scripts/ci/kubernetes/app/templates/configmaps.template.yaml
delete mode 100644
scripts/ci/kubernetes/app/templates/init_git_sync.template.yaml
delete mode 100644 scripts/ci/kubernetes/app/volumes.yaml
delete mode 100755 scripts/ci/kubernetes/docker/airflow-test-env-init-dags.sh
delete mode 100755 scripts/ci/kubernetes/docker/airflow-test-env-init-db.sh
delete mode 100755 scripts/ci/kubernetes/docker/bootstrap.sh
rename scripts/ci/kubernetes/{app/secrets.yaml => volumes.yaml} (68%)
delete mode 100644 tests/cli/commands/test_only_use_long_option.py