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

Pass a Site into make_request #8757

Merged
merged 7 commits into from
Nov 16, 2020
Merged

Commits on Nov 15, 2020

  1. pass a Site into RestHelper

    richvdh committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    d3523e3 View commit details
    Browse the repository at this point in the history
  2. pass a Site into make_request

    richvdh committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    9debe65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70c0d47 View commit details
    Browse the repository at this point in the history
  4. use global make_request() directly where we have a custom Resource

    Where we want to render a request against a specific Resource, call the global
    make_request() function rather than the one in HomeserverTestCase, allowing us
    to pass in an appropriate `Site`.
    richvdh committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    cfd895a View commit details
    Browse the repository at this point in the history
  5. changelog

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

Commits on Nov 16, 2020

  1. Configuration menu
    Copy the full SHA
    bebfb9a View commit details
    Browse the repository at this point in the history
  2. fixup test

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