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

potiuk pushed a change to branch 
dependabot/github_actions/v3-3-test/github-actions-updates-7249c0b050
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 73b56a34eb7 Bump the github-actions-updates group with 4 updates
     add f474e0ea6c7 [v3-3-test] Honor catchup for historical asset events in 
asset-triggered Dags (#68749) (#69224)
     add 9b7bd554b16 [v3-3-test] Mark dags details for airflowctl (#68529) 
(#69222)
     add f266912c76a [v3-3-test] [AIP-94] Mark variables CLI commands as 
migrated to airflowctl (#68932) (#69127)
     add 18f05a4af4c [v3-3-test] Automate stable REST API permission reference 
doc generation (#67606) (#69334)
     add fbfa291ee71 Fix asset materialization dropping partition date on 
partitioned Dag runs (#69314) (#69339)
     add 6cae1b6d3b7 Add task.execute detail span around task execute callable 
(#67877) (#69359)
     add 1797fceb648 [v3-3-test] Run OTel integration tests when span-emitting 
task runner code changes (#69250) (#69285)
     add 99c0c34e5e9 Bump the github-actions-updates group with 4 updates

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   (73b56a34eb7)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/v3-3-test/github-actions-updates-7249c0b050
 (99c0c34e5e9)

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:
 .pre-commit-config.yaml                            |  11 +
 airflow-core/docs/security/api_permissions_ref.rst | 576 ++++++++++++++
 airflow-core/newsfragments/68749.bugfix.rst        |   1 +
 .../api_fastapi/core_api/routes/public/assets.py   |   1 +
 .../src/airflow/cli/commands/dag_command.py        |   1 +
 .../src/airflow/cli/commands/variable_command.py   |   7 +-
 .../src/airflow/jobs/scheduler_job_runner.py       |  14 +-
 .../core_api/routes/public/test_assets.py          |  36 +
 .../unit/cli/commands/test_command_deprecations.py |   7 +
 airflow-core/tests/unit/jobs/test_scheduler_job.py | 123 ++-
 dev/breeze/doc/ci/04_selective_checks.md           |   1 +
 .../src/airflow_breeze/utils/selective_checks.py   |   4 +
 dev/breeze/tests/test_selective_checks.py          |   2 +
 scripts/ci/prek/extract_permissions.py             | 550 ++++++++++++++
 scripts/tests/ci/prek/test_extract_permissions.py  | 832 +++++++++++++++++++++
 .../src/airflow/sdk/execution_time/task_runner.py  |  59 +-
 .../task_sdk/execution_time/test_task_runner.py    | 140 ++++
 17 files changed, 2318 insertions(+), 47 deletions(-)
 create mode 100644 airflow-core/docs/security/api_permissions_ref.rst
 create mode 100644 airflow-core/newsfragments/68749.bugfix.rst
 create mode 100644 scripts/ci/prek/extract_permissions.py
 create mode 100644 scripts/tests/ci/prek/test_extract_permissions.py

Reply via email to