This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
discard 2f306e8 fixup! Add ability to specify pod_template_file in
executor_config (#11784)
discard 8e74a20 fixup! Add ability to specify pod_template_file in
executor_config (#11784)
discard 721d50a fixup! Add ability to specify pod_template_file in
executor_config (#11784)
discard 52966ff fixup! Add ability to specify pod_template_file in
executor_config (#11784)
discard c1ce767 fixup! Add ability to specify pod_template_file in
executor_config (#11784)
discard 924e370 fixup! Add ability to specify pod_template_file in
executor_config (#11784)
discard 4b696b1 fixup! Add ability to specify pod_template_file in
executor_config (#11784)
discard c240924 fixup! Add ability to specify pod_template_file in
executor_config (#11784)
discard c26b5c7 Add ability to specify pod_template_file in executor_config
(#11784)
new bb78ab0 Add ability to specify pod_template_file in executor_config
(#11784)
new 5b455d9 Add permission "extra_links" for Viewer role and above
(#10719)
new 97396c7 Log instead of raise an Error for unregistered OperatorLinks
(#11959)
new 8482ace [Doc] Correct description for macro task_instance_key_str
(#11062)
new d488aaf Security upgrade lodash from 4.17.19 to 4.17.20 (#11095)
new bbbcfcb Fix Entrypoint and _CMD config variables (#12411)
new 2b25f01 Fix issues with Gantt View (#12419)
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 (2f306e8)
\
N -- N -- N refs/heads/v1-10-test (2b25f01)
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 7 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:
airflow/serialization/serialized_objects.py | 3 +-
airflow/www_rbac/package.json | 4 +--
airflow/www_rbac/security.py | 1 +
airflow/www_rbac/views.py | 46 ++++++++++++---------------
airflow/www_rbac/yarn.lock | 5 +++
docs/macros-ref.rst | 2 +-
scripts/in_container/prod/entrypoint_prod.sh | 30 +++++++++++------
tests/serialization/test_dag_serialization.py | 36 ++++++++++++++++++++-
tests/www_rbac/test_views.py | 19 +++++++++++
9 files changed, 107 insertions(+), 39 deletions(-)