Skip to content
Snippets Groups Projects
  1. Oct 30, 2020
  2. Oct 26, 2020
  3. Oct 22, 2020
  4. Oct 21, 2020
  5. Oct 20, 2020
  6. Oct 19, 2020
  7. Oct 17, 2020
  8. Oct 16, 2020
  9. Oct 15, 2020
    • Jonathan de Jong's avatar
      Solidify the HomeServer constructor. (#8515) · 6b5a115c
      Jonathan de Jong authored
      This implements a more standard API for instantiating a homeserver and
      moves some of the dependency injection into the test suite.
      
      More concretely this stops using `setattr` on all `kwargs` passed to `HomeServer`.
      6b5a115c
    • Will Hunt's avatar
      Send some ephemeral events to appservices (#8437) · c276bd99
      Will Hunt authored
      Optionally sends typing, presence, and read receipt information to appservices.
      c276bd99
    • Andrew Morgan's avatar
      Add option to scripts-dev/lint.sh to only lint files changed since the last git commit (#8472) · 654e239b
      Andrew Morgan authored
      This PR makes several changes to the `./scripts-dev/lint.sh` script, which lints the codebase with a number of tools:
      
      * Adds usage information, with `-h` flag to show it. Otherwise it will show when providing an unknown flag.
      * Adds option `-d` which will check both staged and unstaged files that have changed since the last commit and add them to the list of files to lint.
        - Note that only files without an extension, or with a `.py` extension will be allowed. This prevents editing bash scripts causing the linters to break on non-python files.
      * Improves the print-out of which files/directories are being linted. 
      654e239b
    • Patrick Cloke's avatar
      1.21.2 · 9991aaa4
      Patrick Cloke authored
      9991aaa4
    • Erik Johnston's avatar
      Remove racey assertion in MultiWriterIDGenerator (#8530) · 20fa83f3
      Erik Johnston authored
      We asserted that the IDs returned by postgres sequence was greater than
      any we had seen, however this is technically racey as we may update the
      current positions out of order.
      
      We now assert that the sequences are correct on startup, so the
      assertion is no longer really required, so we remove them.
      20fa83f3
    • Richard van der Hoff's avatar
      Enable mypy for synapse.util.caches (#8547) · 8075504a
      Richard van der Hoff authored
      This seemed to entail dragging in a type stub for SortedList.
      8075504a
Loading