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

Fix destination_is errors seen in sentry. #13041

Merged
merged 8 commits into from
Jun 14, 2022
Merged

Commits on Jun 13, 2022

  1. Rename test_fedclient to match its source file

    David Robertson committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    419812f View commit details
    Browse the repository at this point in the history
  2. Require at least one destination to be truthy

    David Robertson committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    422a27b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Raise when constructing a user ID with no domain

    David Robertson committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    47dfbf8 View commit details
    Browse the repository at this point in the history
  2. Changelog

    David Robertson committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    a9ca641 View commit details
    Browse the repository at this point in the history
  3. Test the endpoint does actually return 400

    David Robertson committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    ce3ad2e View commit details
    Browse the repository at this point in the history
  4. urlencode @

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    David Robertson and clokep committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    db34e0b View commit details
    Browse the repository at this point in the history
  5. linter

    David Robertson committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    51ae972 View commit details
    Browse the repository at this point in the history
  6. Don't verify domain is nonempty in from_string

    Use is_valid instead
    David Robertson committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    c7f90f3 View commit details
    Browse the repository at this point in the history