Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Make make_request actually render the request #8761

Merged
merged 5 commits into from
Nov 17, 2020

Commits on Nov 16, 2020

  1. Fix the URL in the URL preview tests

    the preview resource is mointed at preview_url, not url_preview
    richvdh committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    1f41422 View commit details
    Browse the repository at this point in the history
  2. Make make_request actually render the request

    remove the stubbing out of `request.process`, so that `requestReceived` also renders the request via the appropriate resource.
    
    Replace render() with a stub for now.
    richvdh committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    129ae84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be8fa65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acfe3b3 View commit details
    Browse the repository at this point in the history
  5. changelog

    richvdh committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    0ce31ef View commit details
    Browse the repository at this point in the history