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

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


    from 7e51db92e11 [FLINK-29387][tests] fix unstable late test for interval 
join
     add 962a3474e55 [FLINK-29543][rest] Add flinkConfiguration field to jar 
run/plan requests

No new revisions were added by this update.

Summary of changes:
 .../shortcodes/generated/rest_v1_dispatcher.html   | 12 +++
 docs/static/generated/rest_v1_dispatcher.yml       |  8 ++
 .../webmonitor/handlers/JarPlanHandler.java        |  6 +-
 .../webmonitor/handlers/JarPlanRequestBody.java    | 21 ++++--
 .../webmonitor/handlers/JarRequestBody.java        | 22 +++++-
 .../runtime/webmonitor/handlers/JarRunHandler.java | 21 ++++--
 .../webmonitor/handlers/JarRunRequestBody.java     | 15 +++-
 .../webmonitor/handlers/utils/JarHandlerUtils.java | 32 +++++++-
 .../handlers/JarHandlerParameterTest.java          | 18 ++++-
 .../handlers/JarPlanHandlerParameterTest.java      | 27 ++++++-
 .../handlers/JarRunHandlerParameterTest.java       | 54 ++++++++++++-
 .../webmonitor/handlers/JarRunRequestBodyTest.java |  6 +-
 .../handlers/utils/JarHandlerUtilsTest.java        | 88 ++++++++++++++++++++++
 .../src/test/resources/rest_api_v1.snapshot        | 18 +++++
 14 files changed, 320 insertions(+), 28 deletions(-)

Reply via email to