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

potiuk pushed a change to branch add-standard-provider-to-chicken-egg-providers
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit b2fd26a96e Add standard provider to chicken-egg-providers
     add 573e5f9de6 Minor changes in the SparkKubernetesOperator documentaiont. 
(#42613)
     add 8acd93fb78 Add "tests/test_utils" folder to the list of files 
triggering full tests (#42752)
     add be9fdfe036 Update celery_executor.rst (#42741)
     add 1b4c6d5fde Schedule backfills in the scheduler (#42686)
     add 22de624530 Fix failing tests for test log handler attempt 3 (#42772)
     add 7b21ed59cd Removed deprectaed extras dict from hatch build (#42647)
     add 1cb9294c64 Removed conditional check for task context logging in 
airflow version 2.8.0 and above (#42764)
     add face62b641 fix test_cli_internal_api_background process termination 
(#42773)
     add 6da1799aad fix fast api background process test (#42781)
     add 1524283227 Fix import sequencing in skip-db-tests (#42787)
     add 4a632eea8b fix fastapi port (#42791)
     add 00b8452b75 Removed unicodecsv dependency for providers with Airflow 
version 2.8.0 and above (#42765)
     add 46ccc73381 Removed deprecated k8s rendering methods from task instance 
module (#42641)
     add fccfe54671 Add standard provider to chicken-egg-providers

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b2fd26a96e)
            \
             N -- N -- N   
refs/heads/add-standard-provider-to-chicken-egg-providers (fccfe54671)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 3rd-party-licenses/LICENSE-unicodecsv.txt          |   25 -
 airflow/jobs/scheduler_job_runner.py               |   75 +-
 ...=> 0036_3_0_0_add_backfill_to_dag_run_model.py} |   39 +-
 airflow/models/backfill.py                         |    9 +-
 airflow/models/dag.py                              |    9 +-
 airflow/models/dagrun.py                           |   99 +-
 airflow/models/taskinstance.py                     |   47 -
 .../providers/amazon/aws/log/s3_task_handler.py    |    7 +-
 .../providers/elasticsearch/log/es_task_handler.py |    7 +-
 .../providers/google/cloud/log/gcs_task_handler.py |    7 +-
 .../microsoft/azure/log/wasb_task_handler.py       |    7 +-
 .../providers/opensearch/log/os_task_handler.py    |    7 +-
 airflow/utils/db.py                                |    2 +-
 .../src/airflow_breeze/utils/selective_checks.py   |    1 +
 dev/breeze/src/airflow_breeze/utils/visuals.py     |    2 +-
 .../celery_executor.rst                            |    6 +-
 .../operators.rst                                  |    4 +-
 docs/apache-airflow/img/airflow_erd.sha256         |    2 +-
 docs/apache-airflow/img/airflow_erd.svg            | 3217 ++++++++++----------
 docs/apache-airflow/migrations-ref.rst             |    4 +-
 hatch_build.py                                     |   64 +-
 newsfragments/42647.significant.rst                |   20 +
 .../endpoints/test_dag_run_endpoint.py             |    2 +-
 tests/cli/commands/_common_cli_classes.py          |   10 +
 tests/cli/commands/test_fastapi_api_command.py     |    5 +-
 tests/cli/commands/test_internal_api_command.py    |    4 +-
 tests/conftest.py                                  |    6 +
 tests/jobs/test_scheduler_job.py                   |  359 ++-
 .../providers/celery/log_handlers}/__init__.py     |    0
 .../celery/log_handlers/test_log_handlers.py       |   87 +
 .../cncf/kubernetes/log_handlers}/__init__.py      |    0
 .../kubernetes/log_handlers/test_log_handlers.py   |  169 +
 .../cncf/kubernetes/test_template_rendering.py     |    7 +-
 tests/providers/common/sql/hooks/test_dbapi.py     |    5 +
 tests/providers/common/sql/hooks/test_sql.py       |    6 +
 tests/utils/test_log_handlers.py                   |  122 -
 36 files changed, 2462 insertions(+), 1980 deletions(-)
 delete mode 100644 3rd-party-licenses/LICENSE-unicodecsv.txt
 copy 
airflow/migrations/versions/{0030_3_0_0_add_triggered_by_field_to_dagrun.py => 
0036_3_0_0_add_backfill_to_dag_run_model.py} (58%)
 create mode 100644 newsfragments/42647.significant.rst
 copy {airflow/api_connexion => 
tests/providers/celery/log_handlers}/__init__.py (100%)
 create mode 100644 tests/providers/celery/log_handlers/test_log_handlers.py
 copy {airflow/api_connexion => 
tests/providers/cncf/kubernetes/log_handlers}/__init__.py (100%)
 create mode 100644 
tests/providers/cncf/kubernetes/log_handlers/test_log_handlers.py

Reply via email to