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

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


    from d2d0065  [FLINK-26607][python] Correct the 
MAX_LONG_VALUE/MIN_LONG_VALUE in several places
     new 3a80185  [hotfix][doc] Re-generate rest docs
     new ddc97b5  [FLINK-26641][rest] Introduce rest api to fetch job status
     new 9851ad0  [FLINK-26641][client] Request the job status directly from 
the rest api

The 3 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:
 .../shortcodes/generated/rest_v1_dispatcher.html   | 209 +++++++++++----------
 docs/static/generated/rest_v1_dispatcher.yml       |  58 ++++++
 .../client/program/rest/RestClusterClient.java     |  10 +-
 .../client/program/rest/RestClusterClientTest.java |  49 ++---
 .../src/test/resources/rest_api_v1.snapshot        |  26 +++
 .../runtime/messages/webmonitor/JobStatusInfo.java |  57 +++---
 .../JobStatusHandler.java}                         |  24 +--
 ...tailsHeaders.java => JobStatusInfoHeaders.java} |  27 ++-
 .../runtime/webmonitor/WebMonitorEndpoint.java     |  10 +
 .../webmonitor/JobStatusInfoTest.java}             |  17 +-
 .../rest/handler/job/JobStatusHandlerTest.java     |  80 ++++++++
 11 files changed, 371 insertions(+), 196 deletions(-)
 copy 
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/spec/PartitionSpec.java
 => 
flink-runtime/src/main/java/org/apache/flink/runtime/messages/webmonitor/JobStatusInfo.java
 (52%)
 copy 
flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/{cluster/JobManagerThreadDumpHandler.java
 => job/JobStatusHandler.java} (69%)
 copy 
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/job/{JobDetailsHeaders.java
 => JobStatusInfoHeaders.java} (74%)
 copy 
flink-runtime/src/test/java/org/apache/flink/runtime/{rest/handler/legacy/messages/ClusterOverviewWithVersionTest.java
 => messages/webmonitor/JobStatusInfoTest.java} (64%)
 create mode 100644 
flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/job/JobStatusHandlerTest.java

Reply via email to