1. 25 9月, 2017 4 次提交
  2. 24 9月, 2017 1 次提交
  3. 23 9月, 2017 1 次提交
  4. 22 9月, 2017 5 次提交
  5. 21 9月, 2017 7 次提交
  6. 20 9月, 2017 10 次提交
  7. 19 9月, 2017 10 次提交
  8. 18 9月, 2017 2 次提交
    • T
      [FLINK-7459] Generalize Flink's redirection logic · 41dba8bb
      Till Rohrmann 提交于
      Introduce RedirectHandler which can be extended to add redirection functionality to all
      SimpleInboundChannelHandlers. This allows to share the same functionality across the
      StaticFileServerHandler and the RuntimeMonitorHandlerBase which could now be removed.
      In the future, the AbstractRestHandler will also extend the RedirectHandler.
      
      This closes #4551.
      41dba8bb
    • T
      [FLINK-7458] Generalize GatewayRetriever for WebRuntimeMonitor · 6ad0d351
      Till Rohrmann 提交于
      Introduce a generalized GatewayRetriever replacing the JobManagerRetriever. The
      GatewayRetriever fulfills the same purpose as the JobManagerRetriever with the
      ability to retrieve the gateway for an arbitrary endpoint type.
      
      This closes #4549.
      6ad0d351