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

JAMES-2886 Allow to load extensions in WebAdmin #2701

Closed
wants to merge 15 commits into from

Commits on Sep 24, 2019

  1. JAMES-2886 Test route overriding behavior

    We demonstrate:
     - A previously defined route can not be overwritten
     - That public routes are applied after private routes, thus if a private
      route is already defined, the public route is ignored.
    chibenwa committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    7fd85b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da63b6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c69675b View commit details
    Browse the repository at this point in the history
  4. JAMES-2886 Allow a user to define custom routes

    Note that route injection was revisited on this occasion:
     - Make WebAdmin server responsible of private/public triage. This avoids
     errors like the one with SwaggerRoutes where the developer forgets to
     declare his route as public upon injections. This also factorize the code
     between code & test (as a user might want to define custom public routes as
     well)
    chibenwa committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    94003e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d65f6f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    affb8a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ed3139 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c2370f8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b64de45 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    80a63e8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c52296b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4e55cdc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    424c80a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2511e32 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

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