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

ephraimanierobi pushed a change to branch v2-8-stable
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 2c0a119147 Update RELEASE_NOTES.rst
     add 5803f03a24 Move `IMPORT_ERROR` from DAG related permissions to view 
related permissions (#37292)
     add 90255d9d44 Check permissions for ImportError (#37468)
     add 95ef3476b4 Base date for fetching dag grid view must include selected 
run_id (#34887)
     add ad2b5735c0 fix: front dagview - explicit wording - next run (#32964)
     add 512682bb94 Allow pre-population of trigger form values via URL 
parameters (#37497)
     add b441d8834f fix: sort dag processing stats by last_runtime (#37302)
     add 2fccb4c018 Fix spelling of `airflow` (#37601)
     add 503c0c539f Fix few small release issues found during 2.8.2 preparation 
(#37633)
     add b2946e252f Update Release Note
     add 5bb0e93166 Update build dependencies to latest (#37639)

No new revisions were added by this update.

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 +-
 pyproject.toml                                     |   2 +-
 .../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 ++++++++
 23 files changed, 489 insertions(+), 90 deletions(-)

Reply via email to