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

dwysakowicz pushed a change to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from c2956f5  [FLINK-14139][rest] Fix potential memory leak problem of rest 
server.
     new 21a8e89  [FLINK-13386][web]: Fix job manager configuration sort
     new fca47cd  [FLINK-13386][web]: Fix job subtask sort
     new f18448a  [FLINK-13386][web]: Fix operators/tasks metrics sort
     new 43b967d  [FLINK-13386][web]: Add numeric metrics in job
     new 8b35c7e  [FLINK-13386][web]: Add all operators watermark
     new 883d9cd  [FLINK-13386][web]: Fix sort in Firefox

The 6 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:
 flink-runtime-web/web-dashboard/package-lock.json  | 77 ++++++++++++++++------
 .../web-dashboard/src/app/interfaces/job-detail.ts |  1 +
 .../job-manager-configuration.component.ts         |  2 +-
 .../pages/job/overview/job-overview.component.ts   | 53 +++++++++++++--
 .../overview/list/job-overview-list.component.html |  4 +-
 .../overview/list/job-overview-list.component.ts   |  4 +-
 .../web-dashboard/src/app/services/job.service.ts  |  2 +
 .../src/app/services/metrics.service.ts            | 20 +++++-
 .../src/app/share/common/dagre/node.component.html |  1 +
 .../src/app/share/common/dagre/node.component.less |  7 +-
 .../src/app/share/common/dagre/node.component.ts   |  2 +
 .../customize/job-chart/job-chart.component.html   | 13 +++-
 .../customize/job-chart/job-chart.component.less   |  6 ++
 .../customize/job-chart/job-chart.component.ts     | 13 +++-
 ...ytes.pipe.ts => humanize-chart-numeric.pipe.ts} | 33 +++++-----
 .../src/app/share/pipes/humanize-duration.pipe.ts  | 14 +++-
 .../src/app/share/pipes/pipe.module.ts             | 11 +++-
 17 files changed, 203 insertions(+), 60 deletions(-)
 copy 
flink-runtime-web/web-dashboard/src/app/share/pipes/{humanize-bytes.pipe.ts => 
humanize-chart-numeric.pipe.ts} (56%)

Reply via email to