GGitHubUnvendor cgroupspy (#22736)
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[AIRFLOW-5233] Fixed consistency in whitespace (tabs/eols) + common problems (#5835) * [AIRFLOW-5233] Fixed consistency in whitespace (tabs/eols) + common problems | 6 年前 | |
[AIRFLOW-2779] Update licenses and remove copyright headers * ssh_hook is not a port anymore * auth backends should never had a copyright clause * minihivecluster isnt used | 7 年前 | |
Refactor/Cleanup Presentation of Graph Task and Path Highlighting (#15257) This is a collection of related updates to improve the overall user experience of the Graph view. I tested these updates across varying DAG shapes/sizes including Task Groups. This testing also covered the hovering/clicking of the task status legend and the search filter functionality. ### General - Simplifies JavaScript by removing the redundant inline styling for highlighting tasks and paths between them. This is accomplished by pairing a data-highlight attribute with CSS keyed off of it. - I tried not to go overboard (but couldn't help myself in a few places) on the syntax cleanup as that will be handled in the migration to an external JavaScript file for #14115. - Changes the "edge" (lines between tasks) curve to be smooth instead of angled straight lines. Single, smooth lines are easier for eyes to follow the path of than multiple jointed lines. This was accomplished by utilizing the d3-shape library. - Slightly increases the vertical node separation (nodeSep) to make the graphs feel a little less crowded. This also reduces the amount that the task nodes overlap with the edges. - Fixed an unreported bug when you hover or click on "no_status" in the status legend at the top, the correlating tasks would not highlight. - Updated the Graph UI screenshot in the docs to reflect the changes in this PR. ### Task and Path highlighting - Removes the varying stroke (border) weights of tasks when highlighting/hovering. This interaction isn't necessary given the non-highlighted tasks fade out. It (subjectively) makes for a smoother transition for only the stroke color to change instead of the weight as well. - Improves the styling of the "path highlighting". Instead of styling the downstream, hovered, and upstream tasks with 3 different border colors, I've given them all the same "highlighted" color and have also given the edges that connect them a similar styling. This simplifies the pattern and visually highlights the actual path between the tasks. The upstream and downstream directions can still easily be deciphered by the edge arrows. ### Fixes tooltip jank - Prevents the jumping of the tooltip position that occurs when moving your cursor within the task node - Positions the tooltip slightly higher so it no longer overlaps with the task node's border - Adds a very slight opacity to the tooltip background since it can cover up relevant paths between the hovered task node | 5 年前 | |
[AIRFLOW-5233] Fixed consistency in whitespace (tabs/eols) + common problems (#5835) * [AIRFLOW-5233] Fixed consistency in whitespace (tabs/eols) + common problems | 6 年前 | |
[AIRFLOW-5233] Fixed consistency in whitespace (tabs/eols) + common problems (#5835) * [AIRFLOW-5233] Fixed consistency in whitespace (tabs/eols) + common problems | 6 年前 | |
[AIRFLOW-5233] Fixed consistency in whitespace (tabs/eols) + common problems (#5835) * [AIRFLOW-5233] Fixed consistency in whitespace (tabs/eols) + common problems | 6 年前 | |
[AIRFLOW-5233] Fixed consistency in whitespace (tabs/eols) + common problems (#5835) * [AIRFLOW-5233] Fixed consistency in whitespace (tabs/eols) + common problems | 6 年前 | |
[AIRFLOW-5233] Fixed consistency in whitespace (tabs/eols) + common problems (#5835) * [AIRFLOW-5233] Fixed consistency in whitespace (tabs/eols) + common problems | 6 年前 | |
Allow DateTimePicker to actually pick times too. (#8034) This is reported upstreadm as dpgaspar/Flask-AppBuilder#685 but there appears to be 0 appetite for fixing it there. Since we can't easily change the code in FAB I have had to customize the Widget, and give it a different class name https://github.com/eonasdan/bootstrap-datetimepicker/ is MIT licensed. | 6 年前 | |
[AIRFLOW-5233] Fixed consistency in whitespace (tabs/eols) + common problems (#5835) * [AIRFLOW-5233] Fixed consistency in whitespace (tabs/eols) + common problems | 6 年前 | |
[AIRFLOW-2779] Update licenses and remove copyright headers * ssh_hook is not a port anymore * auth backends should never had a copyright clause * minihivecluster isnt used | 7 年前 | |
[AIRFLOW-2779] Update licenses and remove copyright headers * ssh_hook is not a port anymore * auth backends should never had a copyright clause * minihivecluster isnt used | 7 年前 | |
[AIRFLOW-2287] Update license notices Closes #3195 from bolkedebruin/AIRFLOW-2287 | 8 年前 | |
[AIRFLOW-5277] Gantt chart respects per-user the Timezone UI setting (#8096) new Date() in javascript was always returning user-local time, so we switch over to using MomentJS to render the ticks. I also had to fix a bug in the redraw function here (previously unused, now used when the user selects a different timezone.) | 6 年前 | |
[AIRFLOW-2805] Display multiple timezones on UI (#3687) | 7 年前 | |
[AIRFLOW-2287] Update license notices Closes #3195 from bolkedebruin/AIRFLOW-2287 | 8 年前 |