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 a1b7a8b Add ability to specify pod_template_file in executor_config
(#11784)
discard 1456768 Fix issues with Gantt View (#12419)
discard 62d24f8 Fix Entrypoint and _CMD config variables (#12411)
discard d32fb1d Security upgrade lodash from 4.17.19 to 4.17.20 (#11095)
discard 06dbf54 [Doc] Correct description for macro task_instance_key_str
(#11062)
discard 7964c82 Log instead of raise an Error for unregistered OperatorLinks
(#11959)
new 5b65c17 Log instead of raise an Error for unregistered OperatorLinks
(#11959)
new 7f2057a [Doc] Correct description for macro task_instance_key_str
(#11062)
new c6b5fac Security upgrade lodash from 4.17.19 to 4.17.20 (#11095)
new 7f9105a Fix Entrypoint and _CMD config variables (#12411)
new f680ae8 Fix issues with Gantt View (#12419)
new 9818932 Webserver: Further Sanitize values passed to origin param
(#12459)
new 71e2e6f Add ability to specify pod_template_file in executor_config
(#11784)
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 (a1b7a8b)
\
N -- N -- N refs/heads/v1-10-test (71e2e6f)
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/www/views.py | 8 +++++++-
airflow/www_rbac/views.py | 8 +++++++-
tests/serialization/test_dag_serialization.py | 1 +
tests/www/test_views.py | 6 +++++-
tests/www_rbac/test_views.py | 5 ++++-
5 files changed, 24 insertions(+), 4 deletions(-)