This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a change to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 0bf4201 Add documentation and release policy on "latest" constraints
(#21093)
new 0337fcb Allow Viewing DagRuns and TIs if a user has DAG "read" perms
(#20663)
new 3215d94 Add Roles from Azure OAUTH Response in security manager as it
is currently not able map any AD roles to airflow ones (#20707)
new bda0a74 Add downgrade to some FAB migrations (#20874)
new b5da486 Return to the same place when triggering a DAG (#20955)
new 72ce671 Update v1.yaml (#21024)
new 7f592d0 name mismatch (#21055)
new 485e071 Update logging-tasks.rst (#21088)
new aae038c Add back legacy .piprc customization for pip (#21124)
new e898e0e Improved instructions for custom image build with docker
compose (#21052)
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:
Dockerfile | 3 +
airflow/api_connexion/openapi/v1.yaml | 2 -
.../dags_in_volume_template.yaml | 2 +-
.../2c6edca13270_resource_based_permissions.py | 29 +++++++++
.../849da589634d_prefix_dag_permissions.py | 70 +++++++++++++++++++++-
...ad25_resource_based_permissions_for_default_.py | 29 +++++++++
airflow/www/fab_security/manager.py | 1 +
airflow/www/templates/airflow/dag.html | 4 +-
airflow/www/views.py | 12 +---
.../logging-monitoring/logging-tasks.rst | 2 +-
docs/docker-stack/build.rst | 29 ++++++++-
docs/spelling_wordlist.txt | 1 +
tests/www/views/test_views_dagrun.py | 23 ++++++-
tests/www/views/test_views_tasks.py | 28 +++++++--
14 files changed, 207 insertions(+), 28 deletions(-)