This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a change to branch v2-8-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 2c0a119147 Update RELEASE_NOTES.rst
new 5803f03a24 Move `IMPORT_ERROR` from DAG related permissions to view
related permissions (#37292)
new 90255d9d44 Check permissions for ImportError (#37468)
new 95ef3476b4 Base date for fetching dag grid view must include selected
run_id (#34887)
new ad2b5735c0 fix: front dagview - explicit wording - next run (#32964)
new 512682bb94 Allow pre-population of trigger form values via URL
parameters (#37497)
new b441d8834f fix: sort dag processing stats by last_runtime (#37302)
new 2fccb4c018 Fix spelling of `airflow` (#37601)
new 503c0c539f Fix few small release issues found during 2.8.2 preparation
(#37633)
new e6988a0b20 Update Release Note
The 9 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:
RELEASE_NOTES.rst | 5 +
.../endpoints/import_error_endpoint.py | 65 ++++++++-
airflow/auth/managers/fab/fab_auth_manager.py | 2 +-
airflow/auth/managers/models/resource_details.py | 2 +-
airflow/dag_processing/manager.py | 2 +-
airflow/reproducible_build.yaml | 4 +-
airflow/www/static/js/api/useGridData.ts | 4 +
airflow/www/static/js/dag/Main.tsx | 14 +-
airflow/www/static/js/dag/useSelection.ts | 9 +-
airflow/www/templates/airflow/dag.html | 2 +-
airflow/www/templates/airflow/trigger.html | 4 +-
airflow/www/views.py | 151 ++++++++++++-------
dev/README_RELEASE_PYTHON_CLIENT.md | 2 +-
.../commands/release_candidate_command.py | 10 +-
.../commands/release_management_commands.py | 19 +--
docs/apache-airflow/core-concepts/params.rst | 3 +
docs/apache-airflow/ui.rst | 19 +++
hatch_build.py | 6 +-
.../ci/pre_commit/pre_commit_compile_www_assets.py | 2 +-
.../in_container/run_prepare_airflow_packages.py | 29 ++++
.../endpoints/test_import_error_endpoint.py | 162 ++++++++++++++++++++-
tests/www/views/test_views_home.py | 61 ++++++++
22 files changed, 488 insertions(+), 89 deletions(-)