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

Add ability to shard the federation sender #7798

Merged
merged 13 commits into from
Jul 10, 2020

Commits on Jul 9, 2020

  1. Configuration menu
    Copy the full SHA
    3f7f3e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3af084 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce001b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    943aa9e View commit details
    Browse the repository at this point in the history
  5. Add tests.

    erikjohnston committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    0c3ab93 View commit details
    Browse the repository at this point in the history
  6. Newsfile

    erikjohnston committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    447c365 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04fb6f5 View commit details
    Browse the repository at this point in the history
  8. Fix setting config at wrong layer

    Attributes in `Config` object should be accessed via the sections, i.e.
    `config.server.start_pushers` rather than `config.start_pushers`,
    however a lot of code still uses the latter. If we set
    `config.start_pushers` then only that only changes the config for the
    latter style lookup.
    erikjohnston committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    3985cd6 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Review comments

    erikjohnston committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    ab6f133 View commit details
    Browse the repository at this point in the history
  2. Fix wrong boolean

    erikjohnston committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    6c5a9a8 View commit details
    Browse the repository at this point in the history
  3. Remove dead code

    erikjohnston committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    8f14f44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92997f8 View commit details
    Browse the repository at this point in the history
  5. isort

    erikjohnston committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    341703d View commit details
    Browse the repository at this point in the history