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 22c6316  (commit)
      to ffa33e4  (commit)
    from 22c6316  Fix more docs spellings (#10965)
     add c9f006b  added environment configuration for using --start-airflow 
(#10971)
     add 0779688  Introduce TaskMixin (#10930)
     add 1ed621e  Fix static error (tabs) introduced in #10971 (#10973)
     add 1294e15  KubernetesPodOperator template fix (#10963)
     add eff1525  Increase typing coverage for postgres provider (#10864)
     add 2aec99c  Fix empty asctime field in JSON formatted logs (#10515)
     add 76545bb  Add example dag and system test for S3ToGCSOperator (#10951)
     add 59dad1a  Allow CeleryExecutor to "adopt" an orphaned queued or running 
task (#10949)
     add 6a3ff67  Fix typo in the word "committed" (#10979)
     add ffa33e4  Task Instance Modal UX Enhancements (#10944)

No new revisions were added by this update.

Summary of changes:
 STATIC_CODE_CHECKS.rst                             |   2 +-
 airflow/config_templates/config.yml                |  17 ++
 airflow/config_templates/default_airflow.cfg       |   9 +
 airflow/config_templates/default_celery.py         |   1 +
 airflow/example_dags/example_xcomargs.py           |   6 +-
 airflow/executors/base_executor.py                 |  14 +
 airflow/executors/celery_executor.py               | 155 ++++++++--
 airflow/jobs/scheduler_job.py                      |  66 ++--
 ...e1a11ece99cc_add_external_executor_id_to_ti.py} |  24 +-
 airflow/models/baseoperator.py                     |  80 ++---
 airflow/models/taskinstance.py                     |   2 +
 airflow/models/taskmixin.py                        |  76 +++++
 airflow/models/xcom_arg.py                         |  52 +---
 .../cncf/kubernetes/operators/kubernetes_pod.py    |  59 ++--
 .../google/cloud/example_dags/example_s3_to_gcs.py |  77 +++++
 airflow/providers/postgres/hooks/postgres.py       |  36 ++-
 airflow/utils/log/json_formatter.py                |   3 +
 airflow/utils/sqlalchemy.py                        |  22 ++
 airflow/www/static/css/main.css                    |  14 -
 airflow/www/templates/airflow/dag.html             | 335 +++++++++++----------
 airflow/www/templates/airflow/task_instance.html   |   2 +-
 dev/airflow-github                                 |   2 +-
 docs/build_docs.py                                 |   1 -
 docs/howto/operator/google/transfer/s3_to_gcs.rst  |  53 ++++
 docs/img/context.png                               | Bin 476189 -> 153823 bytes
 docs/logging-monitoring/metrics.rst                |   2 +
 docs/operators-and-hooks-ref.rst                   |   5 +-
 kubernetes_tests/test_kubernetes_pod_operator.py   |  15 +
 .../templates/metastore_browser/db.html            |  47 ++-
 .../templates/metastore_browser/table.html         |   7 +-
 pylintrc                                           |   2 +-
 scripts/in_container/check_environment.sh          |   2 +
 setup.py                                           |   2 +-
 tests/executors/test_base_executor.py              |  21 +-
 tests/executors/test_celery_executor.py            | 129 +++++++-
 tests/jobs/test_scheduler_job.py                   |  41 +--
 .../Chart.yaml => tests/kubernetes/basic_pod.yaml  |  18 +-
 .../transfers/test_s3_to_gcs_system.py}            |  40 +--
 tests/test_project_structure.py                    |   1 -
 tests/utils/log/test_json_formatter.py             |   9 +
 tests/utils/test_sqlalchemy.py                     |  15 +
 41 files changed, 1007 insertions(+), 457 deletions(-)
 copy airflow/migrations/versions/{b3b105409875_add_root_dag_id_to_dag.py => 
e1a11ece99cc_add_external_executor_id_to_ti.py} (62%)
 create mode 100644 airflow/models/taskmixin.py
 create mode 100644 
airflow/providers/google/cloud/example_dags/example_s3_to_gcs.py
 create mode 100644 docs/howto/operator/google/transfer/s3_to_gcs.rst
 copy chart/Chart.yaml => tests/kubernetes/basic_pod.yaml (76%)
 copy tests/providers/google/{suite/transfers/test_gcs_to_sheets_system.py => 
cloud/transfers/test_s3_to_gcs_system.py} (54%)

Reply via email to