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

Introduce go chi web framework as frontend of macaron, so that we can move routes from macaron to chi step by step #7420

Merged
merged 10 commits into from
Nov 13, 2020

Commits on Nov 13, 2020

  1. Introduce go chi framework as a frontend of macaron, so that it will …

    …be easier to migrate macaron routes to chi routes later
    lunny committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    74aef93 View commit details
    Browse the repository at this point in the history
  2. Fix test

    lunny committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    06d4fe7 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    lunny committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    bf919eb View commit details
    Browse the repository at this point in the history
  4. Fix bug

    lunny committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    d6e0b92 View commit details
    Browse the repository at this point in the history
  5. Fix test

    lunny committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    e4fd70d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa58a29 View commit details
    Browse the repository at this point in the history
  7. Stick chi version to 1.5.0

    lunny committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    ef62d8b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7986bc1 View commit details
    Browse the repository at this point in the history
  9. Follow router log setting

    lunny committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    cc6a958 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    31cb2fc View commit details
    Browse the repository at this point in the history