This is an automated email from the ASF dual-hosted git repository. utkarsharma pushed a change to branch v3-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 75363350bbe Update RELEASE_NOTES.rst discard 43803979699 Update Airflow version to 3.0.0 omit 0a85dbb00fc Update default branches for 3-0 add 9ef89acf85d AIP-38 List providers (#45535) add 49a9fb6ec0b Revert "Mostly use relative fileloc in dag processor (#46290)" (#46308) add 357ef748424 Nuking extra code branching in task runner for inlets, outlets (#46302) add 8c112db8587 Update default branches for 3-0 add 0d57115b3c5 Update Airflow version to 3.0.0 add bb0f3304c64 Update RELEASE_NOTES.rst 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 (75363350bbe) \ N -- N -- N refs/heads/v3-0-test (bb0f3304c64) 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: airflow/dag_processing/collection.py | 1 - airflow/dag_processing/manager.py | 74 ++++++++----------- airflow/models/dag.py | 14 ++-- airflow/models/dagbag.py | 2 +- airflow/models/errors.py | 2 +- airflow/ui/src/layouts/Nav/AdminButton.tsx | 4 ++ airflow/ui/src/pages/Providers.tsx | 83 ++++++++++++++++++++++ airflow/ui/src/router.tsx | 5 ++ .../src/airflow/sdk/execution_time/task_runner.py | 56 +++++++-------- task_sdk/tests/execution_time/test_task_runner.py | 49 ++++++++++++- tests/dag_processing/test_manager.py | 80 +++++++-------------- tests/models/test_dag.py | 8 ++- 12 files changed, 234 insertions(+), 144 deletions(-) create mode 100644 airflow/ui/src/pages/Providers.tsx