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

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


    from 73d71d9db08 [FLINK-39233][table-runtime] Support cascaded delta join 
runtime (#27828)
     new 85fcd049b03 [hotfix][runtime-web] Polish the checkpoint related 
variables naming
     new cd1629430d1 [FLINK-38901][runtime-web] Introduce the 
Rescales/Configuration sub-page for streaming jobs with the adaptive scheduler 
enabled

The 2 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:
 .../web-dashboard/src/app/interfaces/job-detail.ts |   1 +
 .../src/app/interfaces/job-rescales.ts             |  24 ++---
 .../web-dashboard/src/app/interfaces/public-api.ts |   1 +
 .../job/job-detail/status/job-status.component.ts  |  25 ++++-
 .../web-dashboard/src/app/pages/job/job.config.ts  |   3 +-
 .../app/pages/job/modules/completed-job/routes.ts  |   9 ++
 .../app/pages/job/modules/running-job/routes.ts    |   8 ++
 .../pages/job/rescales/job-rescales.component.html | 103 +++++++++++++++++++++
 .../job-rescales.component.less}                   |   0
 .../job-rescales.component.ts}                     |  44 +++------
 .../web-dashboard/src/app/services/job.service.ts  |   5 +
 11 files changed, 171 insertions(+), 52 deletions(-)
 copy 
flink-clients/src/main/java/org/apache/flink/client/program/ClusterClientProvider.java
 => flink-runtime-web/web-dashboard/src/app/interfaces/job-rescales.ts (65%)
 create mode 100644 
flink-runtime-web/web-dashboard/src/app/pages/job/rescales/job-rescales.component.html
 copy 
flink-runtime-web/web-dashboard/src/app/pages/job/{checkpoints/job-checkpoints.component.less
 => rescales/job-rescales.component.less} (100%)
 copy 
flink-runtime-web/web-dashboard/src/app/pages/job/{checkpoints/job-checkpoints.component.ts
 => rescales/job-rescales.component.ts} (66%)

Reply via email to