This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a change to branch v2-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 5e0c9896d2 Add typing for airflow/configuration.py (#23716)
     new 71a0f0d973 Move around overflow, position and padding (#23044)
     new af22a53393 Pools with negative open slots should not block other pools 
(#23143)
     new 540beb6f2b Handle invalid date parsing in webserver views. (#23161)
     new 9e3a9ec222 Fix: Exception when parsing log #20966 (#23301)
     new 25ff87d904 Move dag_processing.processor_timeouts to counters section 
(#23393)
     new b369085409 Fix broken dagrun links when many runs start at the same 
time (#23462)
     new cceccf27b2 Fix scheduler crash when expanding with mapped task that 
returned none (#23486)
     new 3c997781d5 Prevent KubernetesJobWatcher getting stuck on resource too 
old (#23521)
     new e6b41e0198 Apply specific ID collation to root_dag_id too (#23536)
     new 38b9c7c19b Fix `PythonVirtualenvOperator` templated_fields (#23559)
     new 624c401b2e Update dags.rst (#23579)
     new 6d003ddbbb Add slim images to docker-stack docs index (#23601)
     new 8e35daec67 Implement send_callback method for CeleryKubernetesExecutor 
and LocalKubernetesExecutor (#23617)
     new acad83ca8c Add index for event column in log table (#23625)
     new f62101bd41 Fix typo issue (#23633)
     new d836cd141d Don't run pre-migration checks for downgrade (#23634)
     new 07d0bee056 Ensure execution_timeout as timedelta (#23655)
     new e66e813cfe remove `--` in `./breeze build-docs` command (#23671)
     new c0b9d26b9e Fix grid details header text overlap (#23728)
     new 1c37a96fb5 Remove titles from link buttons (#23736)

The 20 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/executors/celery_kubernetes_executor.py    | 12 +++
 airflow/executors/kubernetes_executor.py           |  3 +
 airflow/executors/local_kubernetes_executor.py     | 12 +++
 airflow/hooks/subprocess.py                        |  2 +-
 airflow/jobs/scheduler_job.py                      |  2 +-
 .../0045_b3b105409875_add_root_dag_id_to_dag.py    |  4 +-
 ...109_1de7bc13c950_add_index_for_event_in_log.py} | 23 +++---
 airflow/models/baseoperator.py                     |  6 ++
 airflow/models/log.py                              |  5 +-
 airflow/models/pool.py                             |  6 +-
 airflow/models/taskinstance.py                     |  4 +-
 airflow/operators/python.py                        |  3 +-
 .../providers/cncf/kubernetes/utils/pod_manager.py |  5 +-
 airflow/utils/db.py                                | 10 ---
 airflow/www/static/css/graph.css                   | 19 +++++
 airflow/www/static/js/graph.js                     |  2 +-
 airflow/www/static/js/grid/details/Header.jsx      |  8 +-
 airflow/www/templates/airflow/dag.html             |  4 +-
 airflow/www/views.py                               | 58 +++++++++----
 docs/README.rst                                    |  8 +-
 docs/apache-airflow/concepts/dags.rst              |  2 +-
 docs/apache-airflow/howto/set-up-database.rst      |  2 +-
 docs/apache-airflow/logging-monitoring/metrics.rst |  2 +-
 docs/apache-airflow/migrations-ref.rst             |  4 +-
 docs/docker-stack/index.rst                        | 11 ++-
 tests/executors/test_celery_kubernetes_executor.py | 12 +++
 tests/executors/test_kubernetes_executor.py        | 34 ++++++++
 tests/executors/test_local_kubernetes_executor.py  | 12 +++
 tests/hooks/test_subprocess.py                     |  6 ++
 tests/jobs/test_scheduler_job.py                   | 36 ++++++++
 tests/models/test_baseoperator.py                  | 11 +++
 tests/models/test_taskinstance.py                  | 18 ++++
 tests/operators/test_python.py                     |  3 +
 tests/www/views/test_views.py                      | 57 +++++++++++++
 tests/www/views/test_views_graph_gantt.py          | 96 +++++++++++++++++++++-
 35 files changed, 433 insertions(+), 69 deletions(-)
 copy 
airflow/migrations/versions/{0021_5e7d17757c7a_add_pid_field_to_taskinstance.py 
=> 0109_1de7bc13c950_add_index_for_event_in_log.py} (66%)

Reply via email to