You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/08/28 11:31:33 UTC

[flink] branch master updated (dde86e8 -> d995602)

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 dde86e8  [hotifix][docs] Uniform capitalization for tools
     add d995602  [FLINK-13817][rest] Expose whether web submissions are enabled

No new revisions were added by this update.

Summary of changes:
 docs/_includes/generated/rest_v1_dispatcher.html   |  9 +++
 .../runtime/webmonitor/history/HistoryServer.java  |  2 +-
 .../src/test/resources/rest_api_v1.snapshot        |  9 +++
 .../runtime/dispatcher/DispatcherRestEndpoint.java |  3 +-
 .../rest/handler/RestHandlerConfiguration.java     | 15 ++++-
 .../handler/cluster/DashboardConfigHandler.java    |  5 +-
 .../rest/messages/DashboardConfiguration.java      | 67 ++++++++++++++++++++--
 .../runtime/webmonitor/WebMonitorEndpoint.java     |  3 +-
 .../rest/handler/RestHandlerConfigurationTest.java | 35 ++++++-----
 .../rest/messages/DashboardConfigurationTest.java  |  3 +-
 10 files changed, 119 insertions(+), 32 deletions(-)
 copy flink-clients/src/test/java/org/apache/flink/client/program/rest/RestClusterClientConfigurationTest.java => flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/RestHandlerConfigurationTest.java (54%)