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

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


    from 4377be3  Update CHANGELOG.txt
     new 66dcbf4  Fix ``DagRunState`` enum query for ``MySQLdb`` driver (#17886)
     new bb8abef  Sort adopted tasks in _check_for_stalled_adopted_tasks method 
(#18208)
     new f0f4e51  Advises the kernel to not cache log files generated by 
Airflow (#18054)
     new abc3280  Doc: Improve installing from sources (#18194)
     new 84f8b99  Doc: Use ``closer.lua`` script for downloading sources 
(#18179)
     new f0bccdc  Improves installing from sources pages for all components 
(#18251)
     new 614858f  Update Changelog 2.1.4rc2

The 7 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:
 CHANGELOG.txt                                      |   8 +-
 airflow/executors/celery_executor.py               |   4 +-
 airflow/utils/cli.py                               |   3 +-
 airflow/utils/log/file_processor_handler.py        |   3 +-
 airflow/utils/log/file_task_handler.py             |   3 +-
 airflow/utils/log/non_caching_file_handler.py      |  46 +++++++
 airflow/utils/state.py                             |   3 +
 docs/apache-airflow-providers/index.rst            |  10 +-
 .../installing-from-sources.rst                    |  59 ++++-----
 docs/apache-airflow/index.rst                      |   7 +-
 docs/apache-airflow/installing-from-sources.rst    |  81 ++++++++++---
 docs/conf.py                                       |  41 ++++++-
 docs/helm-chart/index.rst                          |   6 +
 .../installing-helm-chart-from-sources.rst         | 132 +++++++++++++++++++++
 tests/executors/test_celery_executor.py            |  28 +++++
 tests/utils/{test_types.py => test_state.py}       |  19 ++-
 16 files changed, 385 insertions(+), 68 deletions(-)
 create mode 100644 airflow/utils/log/non_caching_file_handler.py
 copy docs/{apache-airflow => 
apache-airflow-providers}/installing-from-sources.rst (54%)
 create mode 100644 docs/helm-chart/installing-helm-chart-from-sources.rst
 copy tests/utils/{test_types.py => test_state.py} (76%)

Reply via email to