Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLINK-8024] Let ClusterOverviewHandler directly extend from AbstractRestHandler #4982

Commits on Nov 7, 2017

  1. [FLINK-8000] Sort Rest handler URLS in RestServerEndpoint

    Introduce special RestHandlerUrlComparator to sort REST URLs such that
    URLs with path parameters are sorted after those without or fewer.
    
    E.g. the following order would be established
    
    /jobs
    /jobs/overview
    /jobs/:jobid
    /jobs/:jobid/config
    /:*
    tillrohrmann committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    18d8d1a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

  1. Configuration menu
    Copy the full SHA
    bdc5d0e View commit details
    Browse the repository at this point in the history