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

Respect the @cancellable flag for ReplicationEndpoints #12700

Merged
merged 4 commits into from
May 11, 2022

Commits on May 10, 2022

  1. Respect the @cancellable flag for ReplicationEndpoints

    While `ReplicationEndpoint`s register themselves via `JsonResource`,
    they pass a method that calls the handler, instead of the handler itself,
    to `register_paths`. As a result, `JsonResource` will not correctly pick
    up the `@cancellable` flag and we have to apply it ourselves.
    
    Signed-off-by: Sean Quah <seanq@element.io>
    Sean Quah committed May 10, 2022
    Configuration menu
    Copy the full SHA
    2f95ca9 View commit details
    Browse the repository at this point in the history
  2. Test the @cancellable flag on ReplicationEndpoint._handle_request

    Signed-off-by: Sean Quah <seanq@element.io>
    Sean Quah committed May 10, 2022
    Configuration menu
    Copy the full SHA
    518d095 View commit details
    Browse the repository at this point in the history
  3. Add newsfile

    Signed-off-by: Sean Quah <seanq@element.io>
    Sean Quah committed May 10, 2022
    Configuration menu
    Copy the full SHA
    2f25e07 View commit details
    Browse the repository at this point in the history
  4. Fix CI

    Sean Quah committed May 10, 2022
    Configuration menu
    Copy the full SHA
    07388ec View commit details
    Browse the repository at this point in the history