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
discard 333da2d4e39 Refresh breeze documentation hashes in `v3-0-test`
discard 664e5c09b4e Update RELEASE_NOTES.rst
discard 8b2e150f7d9 Update Airflow version to 3.0.0
discard 7b76a851050 Update default branches for 3-0
add 09854ff3069 AIP-38: remove `default_ui_timezone` (#49176)
add 9b61af17835 Removing init_dagbag from fastapi app (#49285)
add 0d6a6a260f7 Improvements to rendered API docs (#49287)
add 6ced7b86d43 Document upgrading to Airflow 3 (#49271)
add b9052eed423 Include subdir in Gitbundle view url (#49239)
add 4da93d0b60a fix(serialized_objects): handle both inlet and outlet in
v1 to v2 convert (#49286)
add 3512e8cbe82 Fix fab auth manager login (#49292)
add 90dbd241f0e Make sure all openapi schemes have distinct names (#49290)
add fcb9dae0397 Remove 1.10 to 2 upgrade docs (#49289)
add 9f5e20db337 Update screenshots in the repo readme to Airflow 3
(#49293)
add e4177217f46 Feature/aip 38 add dag warning (#49236)
add 1b920d96936 add sorting to Pools (#48442)
add 65c4900bd7b fix(serialized_objects): fix how dataset/asset
dag_dependency is converted from v1 to v2 (#49281)
add 4c65dc6bc28 Remove FAB entry from `NOTICE` (#49063)
add 67c9bd6f4ee Fix failing tests after subdir path bundle URL merged
(#49294)
add c576d4217ed Updating docs to reflect latest state of project for AF3
(#49280)
add def0508dc93 update _run_inline_trigger to make its logic clearer
(#49198)
add 05b32dbe9b3 Return explicit 404 errors for `/helath` and `/api/v1/*`
(#49284)
add 00de8b7b8a2 Update next run assets and asset expression types (#49137)
add bd6b429b8b0 Update FAB changelog (#49069)
add 75e5c60925e Force query cache to always refetch on opening mark/clear
modals (#49298)
new edea58da44d Update default branches for 3-0
new cfb259c9254 Update Airflow version to 3.0.0
new 2aedd9a705f Update RELEASE_NOTES.rst
new 2b6d25bbc5e Refresh breeze documentation hashes in `v3-0-test`
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 (333da2d4e39)
\
N -- N -- N refs/heads/v3-0-test (2b6d25bbc5e)
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.
The 4 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:
.pre-commit-config.yaml | 8 +-
.rat-excludes | 2 +-
README.md | 8 +-
airflow-core/NOTICE | 7 -
.../docs/authoring-and-scheduling/timezone.rst | 4 +-
airflow-core/docs/conf.py | 6 +-
airflow-core/docs/core-concepts/xcoms.rst | 2 +-
airflow-core/docs/howto/index.rst | 1 -
.../docs/howto/upgrading-from-1-10/index.rst | 1182 --------------------
.../howto/upgrading-from-1-10/upgrade-check.rst | 221 ----
airflow-core/docs/img/backfill.png | Bin 0 -> 481589 bytes
airflow-core/docs/img/code.png | Bin 504063 -> 829390
bytes
airflow-core/docs/img/dags.png | Bin 614240 -> 418739
bytes
airflow-core/docs/img/graph.png | Bin 417210 -> 567178
bytes
airflow-core/docs/img/grid.png | Bin 334128 -> 628939
bytes
airflow-core/docs/img/home.png | Bin 0 -> 465823 bytes
airflow-core/docs/installation/index.rst | 7 +-
.../docs/installation/upgrading_to_airflow3.rst | 158 +++
.../security/secrets/secrets-backend/index.rst | 29 +
airflow-core/src/airflow/api_fastapi/app.py | 1 +
....yaml => v1-simple-auth-manager-generated.yaml} | 0
.../auth/managers/simple/ui/package.json | 2 +-
.../src/airflow/api_fastapi/core_api/app.py | 28 +-
.../api_fastapi/core_api/datamodels/ui/config.py | 1 -
.../airflow/api_fastapi/core_api/init_dagbag.py | 9 -
...1-generated.yaml => v1-rest-api-generated.yaml} | 30 +-
.../api_fastapi/core_api/routes/public/__init__.py | 9 +-
.../api_fastapi/core_api/routes/ui/assets.py | 4 +-
.../api_fastapi/core_api/routes/ui/config.py | 1 -
.../src/airflow/cli/commands/config_command.py | 4 +
.../src/airflow/config_templates/config.yml | 10 -
airflow-core/src/airflow/models/dag.py | 8 +-
.../airflow/serialization/serialized_objects.py | 35 +-
.../src/airflow/ui/openapi-gen/queries/common.ts | 17 -
.../ui/openapi-gen/queries/ensureQueryData.ts | 21 -
.../src/airflow/ui/openapi-gen/queries/prefetch.ts | 21 -
.../src/airflow/ui/openapi-gen/queries/queries.ts | 27 -
.../src/airflow/ui/openapi-gen/queries/suspense.ts | 27 -
.../ui/openapi-gen/requests/core/OpenAPI.ts | 2 +-
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 5 -
.../ui/openapi-gen/requests/services.gen.ts | 25 -
.../airflow/ui/openapi-gen/requests/types.gen.ts | 22 -
airflow-core/src/airflow/ui/package.json | 2 +-
.../components/AssetExpression/AssetExpression.tsx | 8 +-
.../ui/src/components/AssetExpression/types.ts | 13 +-
.../ui/src/components/Clear/Run/ClearRunDialog.tsx | 1 +
.../Clear/TaskInstance/ClearTaskInstanceDialog.tsx | 1 +
.../TaskInstance/MarkTaskInstanceAsDialog.tsx | 1 +
.../Context.ts => components/WarningAlert.tsx} | 23 +-
.../ui/src/components/ui/DagWarningsModal.tsx | 70 ++
.../ui/src/context/timezone/TimezoneProvider.tsx | 9 +-
.../ui/src/layouts/Details/DetailsLayout.tsx | 36 +-
.../src/airflow/ui/src/mocks/handlers/config.ts | 1 -
.../ui/src/pages/DagsList/AssetSchedule.tsx | 47 +-
.../src/airflow/ui/src/pages/Pools/Pools.tsx | 81 +-
.../core_api/routes/public/test_dag_versions.py | 22 +-
.../core_api/routes/public/test_task_instances.py | 6 +-
.../api_fastapi/core_api/routes/test_routes.py | 7 +-
.../api_fastapi/core_api/routes/ui/test_assets.py | 4 +-
.../api_fastapi/core_api/routes/ui/test_config.py | 2 -
.../unit/serialization/test_dag_serialization.py | 184 ++-
contributing-docs/16_adding_api_endpoints.rst | 2 +-
.../src/airflow_breeze/utils/selective_checks.py | 2 +-
dev/breeze/tests/test_selective_checks.py | 2 +-
devel-common/src/docs/provider_conf.py | 6 +-
{airflow-core => providers/fab}/NOTICE | 15 -
providers/fab/docs/changelog.rst | 233 ++--
...ted.yaml => v1-fab-auth-manager-generated.yaml} | 0
.../providers/fab/auth_manager/fab_auth_manager.py | 2 +-
.../openapi/{v1.yaml => v1-flask-api.yaml} | 0
.../fab/www/extensions/init_jinja_globals.py | 9 -
.../fab/src/airflow/providers/fab/www/views.py | 2 +-
providers/fab/tests/unit/fab/utils.py | 1 -
.../git/src/airflow/providers/git/bundles/git.py | 2 +
providers/git/tests/unit/git/bundles/test_git.py | 87 ++
.../in_container/run_update_fastapi_api_spec.py | 17 +-
76 files changed, 929 insertions(+), 1913 deletions(-)
delete mode 100644 airflow-core/docs/howto/upgrading-from-1-10/index.rst
delete mode 100644
airflow-core/docs/howto/upgrading-from-1-10/upgrade-check.rst
create mode 100644 airflow-core/docs/img/backfill.png
create mode 100644 airflow-core/docs/img/home.png
create mode 100644 airflow-core/docs/installation/upgrading_to_airflow3.rst
rename
airflow-core/src/airflow/api_fastapi/auth/managers/simple/openapi/{v1-generated.yaml
=> v1-simple-auth-manager-generated.yaml} (100%)
rename
airflow-core/src/airflow/api_fastapi/core_api/openapi/{v1-generated.yaml =>
v1-rest-api-generated.yaml} (99%)
copy airflow-core/src/airflow/ui/src/{context/timezone/Context.ts =>
components/WarningAlert.tsx} (71%)
create mode 100644
airflow-core/src/airflow/ui/src/components/ui/DagWarningsModal.tsx
copy {airflow-core => providers/fab}/NOTICE (56%)
rename
providers/fab/src/airflow/providers/fab/auth_manager/api_fastapi/openapi/{v1-generated.yaml
=> v1-fab-auth-manager-generated.yaml} (100%)
rename providers/fab/src/airflow/providers/fab/auth_manager/openapi/{v1.yaml
=> v1-flask-api.yaml} (100%)
mode change 100644 => 100755
scripts/in_container/run_update_fastapi_api_spec.py