This is an automated email from the ASF dual-hosted git repository.
bbovenzi pushed a change to branch mapped-instance-actions
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 37e545cb04 Fix gantt/graph modal
discard 0302732abb Readd mapped instance table selection
discard 9158367d7c Allow bulk mapped task actions
discard cb423f251d fixup! fixup! fixup! Allow marking/clearing mapped
taskinstances from the UI
discard d6ac318207 fixup! fixup! Allow marking/clearing mapped taskinstances
from the UI
discard 0f0dac6f1a fixup! Allow marking/clearing mapped taskinstances from the
UI
discard 7a78a3efdb Allow marking/clearing mapped taskinstances from the UI
add 0bb37de45e Helm support for LocalKubernetesExecutor (#22388)
add 91b77ac2e9 Remove badly merged conflict for BREEZE.rst (#22953)
add 0367a92881 Fix regression in pool metrics (#22939)
add de3bf06863 Ensure that BackfillJob re-runs existing mapped task
instances (#22952)
add 90cf2c89e7 Remove Grid labels and differentiate runs from tasks more
(#22950)
add b72f9dafab Allow marking/clearing mapped taskinstances from the UI
add 781cd47aa4 fixup! Allow marking/clearing mapped taskinstances from the
UI
add 1a3dedf323 fixup! fixup! Allow marking/clearing mapped taskinstances
from the UI
add 3e88fb90a9 fixup! fixup! fixup! Allow marking/clearing mapped
taskinstances from the UI
add da3ebb3e20 add tests
add 95a0a2e212 fixup! fixup! fixup! fixup! Allow marking/clearing mapped
taskinstances from the UI
new 8133556392 Allow bulk mapped task actions
new f348c855ab Readd mapped instance table selection
new db5a08acee Fix gantt/graph modal
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 (37e545cb04)
\
N -- N -- N refs/heads/mapped-instance-actions (db5a08acee)
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 3 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:
BREEZE.rst | 1663 --------------------
airflow/api/common/mark_tasks.py | 43 +-
airflow/jobs/backfill_job.py | 15 +-
airflow/jobs/scheduler_job.py | 5 +
airflow/models/dag.py | 74 +-
airflow/models/dagrun.py | 2 +-
airflow/models/mappedoperator.py | 9 +-
airflow/www/static/js/tree/dagRuns/Bar.jsx | 2 +-
airflow/www/static/js/tree/dagRuns/index.jsx | 4 +-
airflow/www/views.py | 44 +-
chart/README.md | 2 +-
chart/templates/_helpers.yaml | 4 +-
chart/templates/configmaps/configmap.yaml | 2 +-
chart/templates/rbac/pod-launcher-rolebinding.yaml | 4 +-
.../security-context-constraint-rolebinding.yaml | 2 +-
chart/values.schema.json | 1 +
chart/values.yaml | 2 +-
tests/api/common/test_mark_tasks.py | 62 +-
tests/charts/test_basic_helm_chart.py | 3 +-
tests/jobs/test_backfill_job.py | 92 ++
tests/jobs/test_scheduler_job.py | 46 +
tests/models/test_dag.py | 79 +
tests/models/test_taskinstance.py | 17 +-
23 files changed, 412 insertions(+), 1765 deletions(-)