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 RequestContext #27303

Merged
merged 24 commits into from
Jul 20, 2021
Merged

Add RequestContext #27303

merged 24 commits into from
Jul 20, 2021

Commits on Jul 17, 2021

  1. Move JSON 404 generation

    devknoll committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    0d4e197 View commit details
    Browse the repository at this point in the history
  2. Simplify query generation

    devknoll committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    7cb4d1b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    218f02d View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary async

    devknoll committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    966b3cc View commit details
    Browse the repository at this point in the history
  3. Refactor for RequestContext

    devknoll committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    3d3f344 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd75db4 View commit details
    Browse the repository at this point in the history
  5. Fix lint

    devknoll committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    e4d34dc View commit details
    Browse the repository at this point in the history
  6. Try reverting 404 change

    devknoll committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    85510b1 View commit details
    Browse the repository at this point in the history
  7. Replace 404 change

    devknoll committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    e1f508e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3de28c4 View commit details
    Browse the repository at this point in the history
  9. Misc clean up

    devknoll committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    15a2232 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    913f4df View commit details
    Browse the repository at this point in the history
  11. Revert 404 change again

    devknoll committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    94c7776 View commit details
    Browse the repository at this point in the history
  12. Revert 404 change again

    devknoll committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    9abb6a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Remove render404ToResponse

    devknoll committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    5e280ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aaa62e View commit details
    Browse the repository at this point in the history
  3. Just use renderOpts

    devknoll committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    127b58b View commit details
    Browse the repository at this point in the history
  4. Simplify extraRenderOpts

    devknoll committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    8623ec6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    545e996 View commit details
    Browse the repository at this point in the history
  6. Just use RenderOpts (again)

    devknoll committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    2706e0b View commit details
    Browse the repository at this point in the history
  7. Minor tweak

    devknoll committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    8d1b859 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    30eed17 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    39de78b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea6c622 View commit details
    Browse the repository at this point in the history