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

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


    from ac8c5a2  [FLINK-23802][kinesis][efo] Request next record from the 
Flink source thread rather than the AWS SDK response thread. Increase Read 
Timeout to 6m, higher than the maximum Shard subscription duration (5m) and 
enable TCP keep alive.
     new 0a70b91  [FLINK-23111][runtime-web] Bump angular's and ng-zorro's 
version to 8
     new 56cba66  [FLINK-23111][runtime-web] Bump angular's and ng-zorro's 
version to 9
     new aaa4f853 [FLINK-23111][runtime-web] Bump angular's and ng-zorro's 
version to 10
     new c4f9acd  [FLINK-23111][runtime-web] Bump angular's and ng-zorro's 
version to 12
     new 6451a1f  [FLINK-23111][runtime-web] Fix maven build node version, 
several dependencies, and NOTICE

The 5 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/pom.xml                          |     2 +-
 .../src/main/resources/META-INF/NOTICE             |   188 +-
 .../{src/browserslist => .browserslistrc}          |     0
 flink-runtime-web/web-dashboard/angular.json       |    47 +-
 flink-runtime-web/web-dashboard/package-lock.json  | 43784 +++++++++++--------
 flink-runtime-web/web-dashboard/package.json       |    62 +-
 .../web-dashboard/src/app/app-routing.module.ts    |    24 +-
 .../web-dashboard/src/app/app.component.html       |    30 +-
 .../web-dashboard/src/app/app.component.less       |     1 +
 .../web-dashboard/src/app/app.interceptor.ts       |     2 +-
 .../web-dashboard/src/app/app.module.ts            |    35 +-
 .../job-manager-configuration.component.html       |     1 +
 .../pages/job-manager/job-manager.component.less   |     6 +-
 .../app/pages/job-manager/job-manager.module.ts    |    20 +-
 .../job-manager-log-detail.component.html          |     2 +-
 .../log-detail/job-manager-log-detail.component.ts |     2 +-
 .../log-list/job-manager-log-list.component.html   |     7 +-
 .../log-list/job-manager-log-list.component.less}  |     7 +-
 .../log-list/job-manager-log-list.component.ts     |     3 +
 .../job-manager/logs/job-manager-logs.component.ts |     2 +-
 .../metrics/job-manager-metrics.component.html     |   184 +-
 .../metrics/job-manager-metrics.component.less     |    11 +-
 .../stdout/job-manager-stdout.component.ts         |     2 +-
 .../detail/job-checkpoints-detail.component.html   |     2 +-
 .../job/checkpoints/job-checkpoints.component.html |     6 +-
 .../job/checkpoints/job-checkpoints.component.less |     3 +
 .../subtask/job-checkpoints-subtask.component.html |    24 +-
 .../subtask/job-checkpoints-subtask.component.ts   |    39 +-
 .../configuration/job-configuration.component.html |     2 -
 .../job/exceptions/job-exceptions.component.html   |     4 +-
 .../job/exceptions/job-exceptions.component.less   |    11 +-
 .../src/app/pages/job/job-routing.module.ts        |     2 +-
 .../src/app/pages/job/job.component.less           |     2 +-
 .../web-dashboard/src/app/pages/job/job.module.ts  |    27 +-
 ...job-overview-drawer-accumulators.component.html |     2 +-
 ...job-overview-drawer-accumulators.component.less |     8 +
 .../job-overview-drawer-detail.component.html      |     2 +-
 .../job-overview-drawer-detail.component.less      |     3 +
 .../drawer/job-overview-drawer.component.html      |     6 +-
 .../drawer/job-overview-drawer.component.less      |     3 +
 .../job-overview-drawer-flamegraph.component.less  |     7 +-
 .../pages/job/overview/job-overview.component.ts   |     2 +-
 .../app/pages/job/overview/job-overview.module.ts  |    27 +-
 .../overview/list/job-overview-list.component.html |    28 +-
 .../overview/list/job-overview-list.component.less |    10 +-
 .../overview/list/job-overview-list.component.ts   |    31 +-
 .../job-overview-drawer-subtasks.component.html    |    36 +-
 .../job-overview-drawer-subtasks.component.ts      |    36 +-
 ...job-overview-drawer-taskmanagers.component.html |    28 +-
 .../job-overview-drawer-taskmanagers.component.ts  |    36 +-
 .../app/pages/job/status/job-status.component.html |    11 +-
 .../pages/job/timeline/job-timeline.component.ts   |     4 +-
 .../src/app/pages/overview/overview.module.ts      |     5 +-
 .../src/app/pages/submit/submit.component.html     |    19 +-
 .../src/app/pages/submit/submit.component.less     |     4 +
 .../src/app/pages/submit/submit.component.ts       |     2 +-
 .../src/app/pages/submit/submit.module.ts          |    27 +-
 .../list/task-manager-list.component.html          |    22 +-
 .../list/task-manager-list.component.ts            |    30 +-
 .../task-manager-log-detail.component.html         |     2 +-
 .../task-manager-log-detail.component.ts           |     2 +-
 .../log-list/task-manager-log-list.component.html  |     8 +-
 .../log-list/task-manager-log-list.component.ts    |     2 +
 .../logs/task-manager-logs.component.ts            |     2 +-
 .../metrics/task-manager-metrics.component.html    |     8 +-
 .../stdout/task-manager-stdout.component.ts        |     2 +-
 .../pages/task-manager/task-manager.component.less |     2 +-
 .../app/pages/task-manager/task-manager.module.ts  |    24 +-
 .../task-manager-thread-dump.component.less        |     2 +-
 .../task-manager-thread-dump.component.ts          |     2 +-
 .../src/app/share/common/dagre/dagre.component.ts  |     6 +-
 .../src/app/share/common/dagre/dagre.module.ts     |     4 +-
 .../share/common/dagre/svg-container.component.ts  |     4 +-
 .../monaco-editor/monaco-editor.component.ts       |     5 +-
 .../common/navigation/navigation.component.html    |     2 +-
 .../common/navigation/navigation.component.less    |     2 +-
 .../common/navigation/navigation.component.ts      |     1 -
 .../app/share/common/resize/resize.component.html  |     2 +-
 .../app/share/common/resize/resize.component.ts    |     2 +-
 .../customize/flame-graph/flame-graph.component.ts |     2 +-
 .../customize/job-chart/job-chart.component.html   |     2 +-
 .../customize/job-chart/job-chart.component.less   |     2 +
 .../customize/job-chart/job-chart.component.ts     |     2 +-
 .../customize/job-list/job-list.component.html     |    19 +-
 .../share/customize/job-list/job-list.component.ts |    29 +-
 .../refresh-download.component.html                |     4 +-
 .../refresh-download.component.less                |     6 +
 .../customize/task-badge/task-badge.component.html |     2 +-
 .../src/app/share/pipes/humanize-duration.pipe.ts  |     2 +-
 .../web-dashboard/src/app/share/share.module.ts    |    24 +-
 .../web-dashboard/src/environments/environment.ts  |     2 +-
 flink-runtime-web/web-dashboard/src/karma.conf.js  |    10 +-
 flink-runtime-web/web-dashboard/src/polyfills.ts   |     2 +-
 flink-runtime-web/web-dashboard/src/test.ts        |     2 +-
 .../web-dashboard/src/tsconfig.app.json            |     6 +-
 flink-runtime-web/web-dashboard/tsconfig.json      |     6 +-
 flink-runtime-web/web-dashboard/tslint.json        |   106 +-
 97 files changed, 26561 insertions(+), 18684 deletions(-)
 rename flink-runtime-web/web-dashboard/{src/browserslist => .browserslistrc} 
(100%)
 copy 
flink-runtime-web/web-dashboard/src/app/pages/{job/overview/subtasks/job-overview-drawer-subtasks.component.less
 => job-manager/log-list/job-manager-log-list.component.less} (94%)

Reply via email to