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

bugraoz pushed a change to branch add-os-difference-to-airflowctl-docs
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard bbc9b1387f0 Convert instructions to one liner
 discard dedfdaceb76 Add Linux favour of installing dependencies for release 
for providers
 discard 01edf7597ab Add Linux favour of installing dependencies for release
     add ffd66c00d07 Add workers.celery.updateStrategy field (#60351)
     add a0321f2eddf Upgrade react-router in Edge3 to 7.12.0 (#60353)
     add 8d28fe848da Add ``SSHRemoteJobOperator`` for resilient remote job 
execution (#60297)
     add 9479de9802b CI: Upgrade important CI environment (#60365)
     add c2bb38f5fbc Fix duplicate pod creation in KubernetesJobOperator 
(#53368)
     add 94fa8ced6fb Add workers.celery.strategy field (#60354)
     add a68d80da94f Remove deprecated Query usage in Google provider (#60322)
     add 7f855d7d892 Add privacy section to PR guidelines and template (#60367)
     add 0f4c1dd5761 fix(chart): allow revisionHistoryLimit to be set to 0 
(#60340)
     add 70ca05718b9 Fix importlib import in plugins_manager (#60373)
     add 2b43901b878 Limit deltalake again to 1.3.1 due to missing ARM .whl 
files (#60376)
     add d9ae840bbad Add Linux favour of installing dependencies for release
     add 894f6f345cc Add Linux favour of installing dependencies for release 
for providers
     add 1228e414b5e Convert instructions to one liner

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   (bbc9b1387f0)
            \
             N -- N -- N   refs/heads/add-os-difference-to-airflowctl-docs 
(1228e414b5e)

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:
 .github/PULL_REQUEST_TEMPLATE.md                   |    2 +-
 .github/actions/breeze/action.yml                  |    4 +-
 .github/actions/install-prek/action.yml            |    2 +-
 .github/actions/post_tests_failure/action.yml      |    6 +-
 .github/actions/post_tests_success/action.yml      |    2 +-
 .github/workflows/basic-tests.yml                  |    2 +-
 .github/workflows/release_dockerhub_image.yml      |    2 +-
 .pre-commit-config.yaml                            |    7 +-
 Dockerfile                                         |    2 +-
 Dockerfile.ci                                      |    2 +-
 chart/newsfragments/60354.significant.rst          |    3 +
 chart/templates/NOTES.txt                          |   16 +
 chart/templates/_helpers.yaml                      |   20 +
 .../api-server/api-server-deployment.yaml          |    4 +-
 .../dag-processor/dag-processor-deployment.yaml    |    4 +-
 chart/templates/flower/flower-deployment.yaml      |    4 +-
 .../templates/pgbouncer/pgbouncer-deployment.yaml  |    4 +-
 .../templates/scheduler/scheduler-deployment.yaml  |    4 +-
 chart/templates/statsd/statsd-deployment.yaml      |    4 +-
 .../templates/triggerer/triggerer-deployment.yaml  |    4 +-
 .../templates/webserver/webserver-deployment.yaml  |    4 +-
 chart/templates/workers/worker-deployment.yaml     |   12 +-
 chart/values.schema.json                           |   25 +-
 chart/values.yaml                                  |   10 +
 contributing-docs/05_pull_requests.rst             |   47 +-
 contributing-docs/testing/unit_tests.rst           |    2 +-
 dev/breeze/doc/ci/02_images.md                     |    2 +-
 .../commands/release_management_commands.py        |    2 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |    2 +-
 dev/breeze/uv.lock                                 |   98 +-
 docs/spelling_wordlist.txt                         |    1 +
 .../helm_tests/airflow_core/test_api_server.py     |   19 +
 .../helm_tests/airflow_core/test_dag_processor.py  |   19 +
 .../helm_tests/airflow_core/test_scheduler.py      |   19 +
 .../helm_tests/airflow_core/test_triggerer.py      |   19 +
 .../tests/helm_tests/airflow_core/test_worker.py   |   98 +-
 helm-tests/tests/helm_tests/other/test_flower.py   |   19 +
 .../tests/helm_tests/other/test_pgbouncer.py       |   19 +
 helm-tests/tests/helm_tests/other/test_statsd.py   |   19 +
 .../tests/helm_tests/webserver/test_webserver.py   |   19 +
 providers/cncf/kubernetes/docs/changelog.rst       |    4 +
 .../providers/cncf/kubernetes/operators/job.py     |   27 +-
 .../unit/cncf/kubernetes/operators/test_job.py     |  124 +-
 providers/databricks/pyproject.toml                |    2 +-
 .../providers/edge3/plugins/www/dist/main.umd.cjs  |   14 +-
 .../providers/edge3/plugins/www/package.json       |   26 +-
 .../providers/edge3/plugins/www/pnpm-lock.yaml     | 2228 +++++++++++---------
 providers/edge3/www-hash.txt                       |    2 +-
 .../providers/google/cloud/triggers/bigquery.py    |   15 +-
 .../providers/google/cloud/triggers/dataproc.py    |   28 +-
 .../tests/system/google/gcp_api_client_helpers.py  |   10 +-
 .../unit/google/cloud/utils/gcp_authenticator.py   |    6 +-
 .../operators/test_campaign_manager.py             |    5 +-
 providers/ssh/docs/index.rst                       |    2 +
 providers/ssh/docs/operators/ssh_remote_job.rst    |  264 +++
 providers/ssh/provider.yaml                        |    8 +
 providers/ssh/pyproject.toml                       |    1 +
 .../src/airflow/providers/ssh/get_provider_info.py |   12 +-
 .../ssh/src/airflow/providers/ssh/hooks/ssh.py     |  142 ++
 .../providers/ssh/operators/ssh_remote_job.py      |  455 ++++
 .../airflow/providers/ssh/triggers}/__init__.py    |    0
 .../providers/ssh/triggers/ssh_remote_job.py       |  271 +++
 .../src/airflow/providers/ssh/utils}/__init__.py   |    0
 .../src/airflow/providers/ssh/utils/remote_job.py  |  448 ++++
 .../ssh/tests/unit/ssh/hooks/test_ssh_async.py     |  172 ++
 .../unit/ssh/operators/test_ssh_remote_job.py      |  331 +++
 .../ssh/tests/unit/ssh/triggers}/__init__.py       |    0
 .../tests/unit/ssh/triggers/test_ssh_remote_job.py |  197 ++
 .../ssh/tests/unit/ssh/utils}/__init__.py          |    0
 .../ssh/tests/unit/ssh/utils/test_remote_job.py    |  254 +++
 pyproject.toml                                     |    2 +-
 scripts/tools/setup_breeze                         |    2 +-
 .../plugins_manager/plugins_manager.py             |    4 +-
 73 files changed, 4397 insertions(+), 1212 deletions(-)
 create mode 100644 chart/newsfragments/60354.significant.rst
 create mode 100644 providers/ssh/docs/operators/ssh_remote_job.rst
 create mode 100644 
providers/ssh/src/airflow/providers/ssh/operators/ssh_remote_job.py
 copy {airflow-core/src/airflow/api/common => 
providers/ssh/src/airflow/providers/ssh/triggers}/__init__.py (100%)
 create mode 100644 
providers/ssh/src/airflow/providers/ssh/triggers/ssh_remote_job.py
 copy {airflow-core/src/airflow/api/common => 
providers/ssh/src/airflow/providers/ssh/utils}/__init__.py (100%)
 create mode 100644 providers/ssh/src/airflow/providers/ssh/utils/remote_job.py
 create mode 100644 providers/ssh/tests/unit/ssh/hooks/test_ssh_async.py
 create mode 100644 
providers/ssh/tests/unit/ssh/operators/test_ssh_remote_job.py
 copy {airflow-core/src/airflow/api/common => 
providers/ssh/tests/unit/ssh/triggers}/__init__.py (100%)
 create mode 100644 providers/ssh/tests/unit/ssh/triggers/test_ssh_remote_job.py
 copy {airflow-core/src/airflow/api/common => 
providers/ssh/tests/unit/ssh/utils}/__init__.py (100%)
 create mode 100644 providers/ssh/tests/unit/ssh/utils/test_remote_job.py

Reply via email to