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

Add more pages in the WebUI #5278

Merged
merged 42 commits into from
Sep 10, 2019
Merged

Add more pages in the WebUI #5278

merged 42 commits into from
Sep 10, 2019

Commits on Sep 10, 2019

  1. weui: squash commits

    ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    3609b73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2c31ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1403c9f View commit details
    Browse the repository at this point in the history
  4. add new views + api integration

    - add HTTP Service Type LB servers (base page)
    - add HTTP Services
    - add HTTP Middleware
    - add TCP Routers
    - add TCP Services
    Basgrani authored and ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    8d40902 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07d3797 View commit details
    Browse the repository at this point in the history
  6. Change the Status column width

    jbdoumenjou authored and ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    47bcaef View commit details
    Browse the repository at this point in the history
  7. Add the TCP Routers details

    jbdoumenjou authored and ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    88f0842 View commit details
    Browse the repository at this point in the history
  8. Fix name

    jbdoumenjou authored and ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    be8b15d View commit details
    Browse the repository at this point in the history
  9. Add the TCP Service details

    jbdoumenjou authored and ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    598f97b View commit details
    Browse the repository at this point in the history
  10. Enhance the domains in TLS Details

    jbdoumenjou authored and ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    0d15703 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a4b4d57 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1ff8e94 View commit details
    Browse the repository at this point in the history
  13. Add some Weighted Loadbalancer details

    jbdoumenjou authored and ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    a7d6c65 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f6351e4 View commit details
    Browse the repository at this point in the history
  15. Add the services mirrors

    jbdoumenjou authored and ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    31caaee View commit details
    Browse the repository at this point in the history
  16. Add new page + other features and corrections

    - Add Middleware Detail page
    - Update Top menu (add total number from api in badge)
    - TLS & Middleware (add “empty” placeholder)
    - Fix small mistakes to UI (html/css)
    Basgrani authored and ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    1575bb4 View commit details
    Browse the repository at this point in the history
  17. created the basic structure for extra fields

    - prefix
    - amount
    - ipStrategy
    - requestHeaderName
    - requestHost
    
    which are common to:
    
    - AddPrefix
    - InFlightReq
    - RateLimit
    Basgrani authored and ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    2a70c59 View commit details
    Browse the repository at this point in the history
  18. Add the main mirror service

    jbdoumenjou authored and ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    89b0368 View commit details
    Browse the repository at this point in the history
  19. Add a tls column for the routers

    jbdoumenjou authored and ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    7195014 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2d19b35 View commit details
    Browse the repository at this point in the history
  21. Enhance Boolean State

    jbdoumenjou authored and ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    3db8a3c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d69e685 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    bb466f2 View commit details
    Browse the repository at this point in the history
  24. fix: request host.

    ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    1577e77 View commit details
    Browse the repository at this point in the history
  25. review: middlewares pages.

    ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    44096bf View commit details
    Browse the repository at this point in the history
  26. review: services pages.

    ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    c261ca0 View commit details
    Browse the repository at this point in the history
  27. feat: basicAuth && digestAuth

    ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    35ece23 View commit details
    Browse the repository at this point in the history
  28. feat: chain

    ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    69f1074 View commit details
    Browse the repository at this point in the history
  29. fix: section titles.

    ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    7d9a4f0 View commit details
    Browse the repository at this point in the history
  30. fix: type name.

    ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    e00cc84 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    39914f3 View commit details
    Browse the repository at this point in the history
  32. feat: stripPrefixRegex, stripPrefix, retry, replacePathRegex, replace…

    …Path, redirectScheme, redirectRegex
    ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    d30d82f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    3f9acd4 View commit details
    Browse the repository at this point in the history
  34. doc: update screenshot.

    ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    a9b1ed6 View commit details
    Browse the repository at this point in the history
  35. Fix multiple blank line

    mmatur authored and ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    cb887f8 View commit details
    Browse the repository at this point in the history
  36. refactor: style.

    ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    4e4166f View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    6b77658 View commit details
    Browse the repository at this point in the history
  38. fix: empty TLS.

    ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    f84f18e View commit details
    Browse the repository at this point in the history
  39. fix: use shield for TLS.

    ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    e7da3e3 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    241c8bd View commit details
    Browse the repository at this point in the history
  41. doc: update screenshot.

    ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    5c0a9e2 View commit details
    Browse the repository at this point in the history
  42. doc: minor fixes.

    ldez committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    b8dc977 View commit details
    Browse the repository at this point in the history