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 096f5c5 (commit)
to c420dbd (commit)
from 096f5c5 Fix typo of resultBackendConnection in chart README (#9537)
add cf510a3 Make Production Dockerfile OpenShift-compatible (#9545)
add 53c0f2d Show "Task Reschedule" table in Airflow Webserver (#9521)
add 118ea2f show correct duration on graph view for running task (#8311)
(#8675)
add e3e20e7 Deprecate contrib modules (#9540)
add c420dbd Bump Pylint to 2.5.3 (#9294)
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 4 +-
Dockerfile | 34 ++++++++++++-----
IMAGES.rst | 12 +++++-
airflow/api_connexion/schemas/connection_schema.py | 2 +-
airflow/contrib/__init__.py | 7 ++++
airflow/contrib/utils/__init__.py | 8 ++++
airflow/executors/debug_executor.py | 2 +-
airflow/executors/local_executor.py | 18 +++++----
airflow/jobs/local_task_job.py | 3 ++
airflow/models/pool.py | 2 +-
.../cloud/example_dags/example_bigquery_dts.py | 2 +-
airflow/providers/google/cloud/hooks/functions.py | 3 +-
airflow/providers/google/cloud/hooks/gcs.py | 2 +-
airflow/sensors/base_sensor_operator.py | 3 +-
airflow/utils/orm_event_handlers.py | 3 +-
airflow/utils/timeout.py | 2 +-
airflow/www/extensions/init_views.py | 1 +
airflow/www/security.py | 3 +-
airflow/www/static/js/task-instances.js | 22 +++++++++--
airflow/www/views.py | 35 ++++++++++++++++++
requirements/requirements-python3.6.txt | 41 +++++++++++----------
requirements/requirements-python3.7.txt | 41 +++++++++++----------
requirements/requirements-python3.8.txt | 43 +++++++++++-----------
requirements/setup-3.6.md5 | 2 +-
requirements/setup-3.7.md5 | 2 +-
requirements/setup-3.8.md5 | 2 +-
scripts/ci/libraries/_build_images.sh | 1 -
scripts/prod/entrypoint_prod.sh | 9 +++++
setup.py | 2 +-
tests/deprecated_classes.py | 4 ++
tests/executors/test_celery_executor.py | 2 +-
tests/plugins/test_plugins_manager.py | 8 +---
tests/test_core.py | 2 +-
tests/test_utils/fake_datetime.py | 2 +-
tests/www/test_views.py | 14 ++++++-
35 files changed, 231 insertions(+), 112 deletions(-)