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

III-4896 Add PSR router #1102

Merged
merged 40 commits into from
Aug 23, 2022
Merged

III-4896 Add PSR router #1102

merged 40 commits into from
Aug 23, 2022

Commits on Aug 22, 2022

  1. Add league/route package

    bertramakers committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    392e5b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfa5ef4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8240ebe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96767d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68afe45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e67940 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9e2f28 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1bd51d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    465157f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ac0da1d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3f2b1ef View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8dfa62c View commit details
    Browse the repository at this point in the history
  13. Update comment

    bertramakers committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    d77442d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6e35ee3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    97c0a62 View commit details
    Browse the repository at this point in the history
  16. Explain flow

    bertramakers committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    a6e6aa3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5e981b6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8308986 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5c0c2ff View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    52a1210 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4ddcbab View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3b792e7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d9f558d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f6c9e57 View commit details
    Browse the repository at this point in the history
  25. Add comment to move CORS headers middleware to PSR-15 middleware later

    It still works for all routes, also those matched by the new router. And if we move it now it won't work anymore for routes matched by the Silex router. So we need to move all the routes to the new router first
    bertramakers committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    323973a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    602c20e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7de8cef View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    309cfd9 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ffa6ed2 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    0a0e33c View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b372a9d View commit details
    Browse the repository at this point in the history
  32. Move error handling from ApplicationRequestHandler to WebErrorHandler…

    …Provider
    
    Better to stay consistent, and we will refactor the error handling in a later ticket
    bertramakers committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    b66e3d1 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    4e86b14 View commit details
    Browse the repository at this point in the history
  34. Linting™

    bertramakers committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    ac33cdf View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    2f616ee View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    885bf4b View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    02a0feb View commit details
    Browse the repository at this point in the history
  38. Add catch-all route in Silex router again for OPTIONS requests

    Otherwise routes that are not registered in the new router yet will not work with CORS anymore
    bertramakers committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    b5f02e8 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    21a4c9f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

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