This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v3-0-stable
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 989295aa07e Update release notes for 3.0.3rc4
add b54646bf01e [v3-0-test] Fix DagRun list (#52986) (#52989)
add 45d04371ff3 [v3-0-test] fix: escape $ in airflow-init to properly set
AIRFLOW_UID (#52988) (#53007)
add a2fe830ec45 [v3-0-test] Fix db downgrade check condition (#52982)
(#53005)
add 58d389a74f3 docs: refresh Public Interface & align how-to guides for
Airflow 3.0+ (#52297) (#53011)
add 76e9e78dadd [v3-0-test] Fix log for skipped task (#53024) (#53028)
add 1fc4c781b69 [v3-0-test] Invalidate grid runs and summaries and TI/Runs
actions (#53081) (#53086)
add 97e9fc14cc8 [v3-0-test] Fix no_status and duration for grid summaries
#53087 (#53092)
add 4be0475ce4f Fixes issue RuntimeTaskInstance does not contain log_url |
added during taskrunner startup (#50376)
add aaeb727636d [v3-0-test] Fix log for skipped tasks follow up (#53075)
(#53101)
add 7908123d8b1 [v3-0-test] Deserialize response of `get_all` when we call
`XCom.get_all` (#53020) (#53102)
add d5ab8ffd99f Update release notes for 3.0.3rc5
No new revisions were added by this update.
Summary of changes:
RELEASE_NOTES.rst | 10 +-
airflow-core/docs/conf.py | 10 -
airflow-core/docs/core-concepts/params.rst | 2 +-
airflow-core/docs/core-concepts/variables.rst | 14 +
airflow-core/docs/core-concepts/xcoms.rst | 9 +-
airflow-core/docs/howto/connection.rst | 6 +-
airflow-core/docs/howto/custom-operator.rst | 2 +-
.../docs/howto/docker-compose/docker-compose.yaml | 2 +-
airflow-core/docs/public-airflow-interface.rst | 324 +++++++++++++++------
.../api_fastapi/core_api/datamodels/ui/common.py | 8 +-
.../core_api/openapi/v2-rest-api-generated.yaml | 2 +-
.../api_fastapi/core_api/routes/public/log.py | 4 +-
.../airflow/api_fastapi/core_api/routes/ui/grid.py | 1 -
.../api_fastapi/core_api/services/ui/grid.py | 2 +-
airflow-core/src/airflow/ui/src/pages/DagRuns.tsx | 4 +-
.../ui/src/pages/TaskInstance/Logs/Logs.tsx | 2 +-
.../src/airflow/ui/src/queries/useClearRun.ts | 4 +
.../ui/src/queries/useClearTaskInstances.ts | 4 +
.../src/airflow/ui/src/queries/usePatchDagRun.ts | 4 +
.../airflow/ui/src/queries/usePatchTaskInstance.ts | 4 +
airflow-core/src/airflow/utils/db.py | 2 +-
.../src/airflow/utils/log/file_task_handler.py | 9 +
.../api_fastapi/core_api/routes/ui/test_grid.py | 10 +-
airflow-core/tests/unit/utils/test_log_handlers.py | 37 +++
reproducible_build.yaml | 4 +-
task-sdk/src/airflow/sdk/bases/xcom.py | 6 +-
.../src/airflow/sdk/execution_time/task_runner.py | 32 +-
.../task_sdk/execution_time/test_task_runner.py | 56 ++++
28 files changed, 445 insertions(+), 129 deletions(-)