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

Extend ResponseCache to pass a context object into the callback #10157

Merged
merged 6 commits into from
Jun 14, 2021

Commits on Jun 9, 2021

  1. Make ReplicationEndpoint._check_auth_and_handle async

    We don't really need to do this, but it's the only place ResponseCache.wrap is
    called without an await, so we might as well clean it up.
    richvdh committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    7943ae1 View commit details
    Browse the repository at this point in the history
  2. Make ResponseCache.wrap a regular async function

    ... and add afew type annotations too.
    richvdh committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    9ea41d4 View commit details
    Browse the repository at this point in the history
  3. update some comments and docstrings

    Just fix a few misleading things
    richvdh committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    f48542e View commit details
    Browse the repository at this point in the history
  4. Extend ResponseCache to pass a context object to the callback

    ... allowing the callback to specify whether or not the result should be
    cached.
    richvdh committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    63e6c20 View commit details
    Browse the repository at this point in the history
  5. changelog

    richvdh committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    d4798f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. use to avoid listy hack

    richvdh committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    117668e View commit details
    Browse the repository at this point in the history