Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test that invites from ignored users are omitted from incremental syncs #267

Merged
merged 14 commits into from Dec 9, 2021

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    fd3a555 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Add a matcher which checks that a key is missing

    David Robertson committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    301f2e9 View commit details
    Browse the repository at this point in the history
  2. Reproduce matrix-org/synapse#11506

    David Robertson committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    910528e View commit details
    Browse the repository at this point in the history
  3. goimports

    David Robertson committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    5963201 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. SyncUntilGlobalAccountDataHas

    Maybe this doesn't need a helper though?
    David Robertson committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    908f4d1 View commit details
    Browse the repository at this point in the history
  2. Explicitly wait for the ignore to be synced

    David Robertson committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    3373df1 View commit details
    Browse the repository at this point in the history
  3. Fix format of the ignore request

    David Robertson committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    a347f1e View commit details
    Browse the repository at this point in the history
  4. Goimports

    David Robertson committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    f38ae64 View commit details
    Browse the repository at this point in the history
  5. Blocklist this test on Dendrite

    David Robertson committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    0b453d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Use lowerCamelCase for variables

    David Robertson committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    dfc81b7 View commit details
    Browse the repository at this point in the history
  2. Use r0 instead of v3

    David Robertson committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    512c226 View commit details
    Browse the repository at this point in the history
  3. Try without dendrite blacklist

    maybe dendrite does support account data under r0?
    David Robertson committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    1086814 View commit details
    Browse the repository at this point in the history
  4. Revert "Try without dendrite blacklist"

    This reverts commit 1086814.
    David Robertson committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    7f6ec25 View commit details
    Browse the repository at this point in the history
  5. Describe this as a regression test

    David Robertson committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    8b434d7 View commit details
    Browse the repository at this point in the history