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

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


    from fe5d8911911 [v3-0-test] Add redirects for old operators location to 
standard provider (#49776) (#49780)
     new 3eeb2533a42 Fix execution API server URL handling for relative paths 
(#49782)
     new 396783a54b6 Display bundle version in Dag details tab (#49787)
     new 3e3e7e85e01 Add using the rest api by referring to security/api.rst 
(#49675)
     new f5318a734af Add correct redirects for rest api and upgrade docs 
(#49764)
     new 7bdfa197e72 Add bundle_version to DagRun response (#49726)

The 5 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-core/docs/howto/index.rst                            |  1 +
 airflow-core/docs/redirects.txt                              |  3 +--
 .../src/airflow/api_fastapi/core_api/datamodels/dag_run.py   |  1 +
 .../airflow/api_fastapi/core_api/openapi/_private_ui.yaml    |  6 ++++++
 .../api_fastapi/core_api/openapi/v1-rest-api-generated.yaml  |  6 ++++++
 airflow-core/src/airflow/config_templates/config.yml         |  3 ++-
 airflow-core/src/airflow/executors/local_executor.py         |  3 +++
 .../src/airflow/ui/openapi-gen/requests/schemas.gen.ts       | 12 ++++++++++++
 .../src/airflow/ui/openapi-gen/requests/types.gen.ts         |  1 +
 airflow-core/src/airflow/ui/src/pages/Dag/Details.tsx        |  6 ++++++
 .../unit/api_fastapi/core_api/routes/public/test_assets.py   |  1 +
 .../unit/api_fastapi/core_api/routes/public/test_dag_run.py  |  4 ++++
 airflow-core/tests/unit/cli/commands/test_asset_command.py   |  1 +
 airflow-core/tests/unit/executors/test_local_executor.py     | 11 ++++++++++-
 airflow-ctl/src/airflowctl/api/datamodels/generated.py       |  1 +
 .../providers/celery/executors/celery_executor_utils.py      |  3 +++
 .../edge3/src/airflow/providers/edge3/cli/edge_command.py    |  3 +++
 17 files changed, 62 insertions(+), 4 deletions(-)

Reply via email to