This is an automated email from the ASF dual-hosted git repository.

zhuzh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


    from 6670feaef40 [FLINK-26542][hive] Hive dialect supports queries with 
multiple same columns in select (#19017)
     add 4af75011fe3 [FLINK-28589][runtime-web] show blocked free slots and 
blocked tm in overview
     add 57990c332f3 [FLINK-28589][runtime-web] show blocked badge in tm list 
and detail pages
     add cb2f724f1c3 [hotfix][runtime-web] explicitly markForCheck OnPush 
dynamic component using injector
     add f6c5dc1b32a [FLINK-28589][runtime-web] enable expanded rows of other 
concurrent attempts for subtasks
     add 0f77b297d37 [hotfix][runtime-web] replace loading icon with text to 
avoid spin animation bottleneck

No new revisions were added by this update.

Summary of changes:
 .../src/app/interfaces/job-backpressure.ts         |   7 +-
 .../web-dashboard/src/app/interfaces/job-vertex.ts |   6 +-
 .../web-dashboard/src/app/interfaces/overview.ts   |   2 +
 .../src/app/interfaces/task-manager.ts             |   2 +
 ...job-overview-drawer-backpressure.component.html |  41 ++++++-
 ...job-overview-drawer-backpressure.component.less |  12 ++
 .../job-overview-drawer-backpressure.component.ts  |  51 ++++++---
 .../overview/list/job-overview-list.component.html |   2 +-
 .../overview/list/job-overview-list.component.less |   5 +
 .../job-overview-drawer-subtasks.component.html    | 122 ++++++++++++++++++---
 .../job-overview-drawer-subtasks.component.less    |  13 +++
 .../job-overview-drawer-subtasks.component.ts      |  23 +++-
 .../statistic/overview-statistic.component.html    |  16 +++
 .../statistic/overview-statistic.component.less    |  72 ++++++------
 .../list/task-manager-list.component.html          |   1 +
 .../status/task-manager-status.component.html      |   5 +-
 .../status/task-manager-status.component.less      |  15 ++-
 .../blocked-badge.component.html}                  |   2 +-
 .../blocked-badge/blocked-badge.component.less}    |  27 ++---
 .../blocked-badge.component.ts}                    |  13 +--
 .../share/common/dynamic/dynamic-host.component.ts |   6 +-
 .../web-dashboard/src/app/share/share.module.ts    |   7 +-
 22 files changed, 345 insertions(+), 105 deletions(-)
 copy 
flink-runtime-web/web-dashboard/src/app/share/common/{dynamic/dynamic-host.component.html
 => blocked-badge/blocked-badge.component.html} (94%)
 copy 
flink-runtime-web/web-dashboard/src/app/{pages/task-manager/log-list/task-manager-log-list.component.less
 => share/common/blocked-badge/blocked-badge.component.less} (76%)
 copy 
flink-runtime-web/web-dashboard/src/app/share/common/{table-aggregated-metrics/table-aggregated-metrics.component.ts
 => blocked-badge/blocked-badge.component.ts} (73%)

Reply via email to