[
https://issues.apache.org/jira/browse/AIRFLOW-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788041#comment-16788041
]
ASF subversion and git services commented on AIRFLOW-3807:
----------------------------------------------------------
Commit 45fb7825feabe6e91fccc51f5243e3014e3d4834 in airflow's branch
refs/heads/v1-10-stable from Felix
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=45fb782 ]
[AIRFLOW-3807] Fix Graph View Highlighting of Tasks (#4653)
- fixes up_for_retry and up_for_reschedule tasks when hovering over
retry/rescheduled task state
- adds missing task states to stateFocusMap that will be used for highlighting
tasks when clicking on task state
- removed invalid attributes for some tags
- reformatted accordingly to rules from .editorconfig
[AIRFLOW-3807] Fix no_status tasks highlighting in graph view
[AIRFLOW-3807] Change "no status" string to "no_status"
[AIRFLOW-3807] Fix syntax issue in js statement
[AIRFLOW-3807] Correct tree view tasks' status labels
- reformat tree.html file
- remove invalid attributes from tree.html tags
> Fix graph view not highlighting correct tasks when hovering over or clicking
> on task state
> ------------------------------------------------------------------------------------------
>
> Key: AIRFLOW-3807
> URL: https://issues.apache.org/jira/browse/AIRFLOW-3807
> Project: Apache Airflow
> Issue Type: Bug
> Components: ui
> Affects Versions: 1.10.2
> Reporter: Felix Uellendall
> Assignee: Felix Uellendall
> Priority: Major
> Fix For: 1.10.3
>
>
> There are actually three issues that this ticket is going to address:
> * tasks with state *up_for_retry* are not highlighted when hovering over task
> state *retry*
> * tasks with state *up_for_reschedule* are not highlighted when hovering over
> task state *rescheduled*
> * tasks with state *up_for_reschedule*, *up_for_retry* and *skipped* will not
> be highlighted when clicking on task state
> *EDIT:*
> * tasks with state *null* are not highlighted when hovering over task state
> *no status* - See: https://issues.apache.org/jira/browse/AIRFLOW-3748
> * tasks with state *null* will not be highlighted when clicking on task state
> *EDIT:*
> Updates Tree View task status labels to be the same as in the Graph View
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)