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 c0d33a6caa Fix gantt/graph modal
discard 6c87f0cdc1 Readd mapped instance table selection
discard 79f13c56b0 Allow bulk mapped task actions
discard 02f3f6b94b Refactor to straighten up types
add 45cb2d6a90 Refactor to straighten up types
add 9d073dfd96 Accept multiple map_index param from front end
add 0a5260911a Introduce tuple_().in_() shim for MSSQL compat
new 1179cb3e73 Allow bulk mapped task actions
new 5bee03ac9e Readd mapped instance table selection
new 51ae59ca02 Fix gantt/graph modal
new cae2962fb6 Chain map_index params
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 (c0d33a6caa)
\
N -- N -- N refs/heads/mapped-instance-actions (cae2962fb6)
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 4 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/api/common/mark_tasks.py | 9 +-
airflow/jobs/scheduler_job.py | 47 ++++-----
airflow/models/dag.py | 43 +++++----
airflow/models/taskinstance.py | 21 +----
airflow/utils/sqlalchemy.py | 25 ++++-
airflow/www/static/js/tree/api/useClearTask.js | 9 +-
.../www/static/js/tree/api/useConfirmMarkTask.js | 6 +-
.../www/static/js/tree/api/useMarkFailedTask.js | 9 +-
.../www/static/js/tree/api/useMarkSuccessTask.js | 8 +-
airflow/www/views.py | 105 ++++++++++++---------
tests/www/views/test_views.py | 3 +-
tests/www/views/test_views_tasks.py | 2 +-
12 files changed, 157 insertions(+), 130 deletions(-)