Skip to content
Snippets Groups Projects
  1. Jan 22, 2020
  2. Jan 21, 2020
    • Brendan Abolivier's avatar
      Port synapse_port_db to async/await (#6718) · 07124d02
      Brendan Abolivier authored
      * Raise an exception if there are pending background updates
      
      So we return with a non-0 code
      
      * Changelog
      
      * Port synapse_port_db to async/await
      
      * Port update_database to async/await
      
      * Add version string to mocked homeservers
      
      * Remove unused imports
      
      * Convert overseen bits to async/await
      
      * Fixup logging contexts
      
      * Fix imports
      
      * Add a way to print an error without raising an exception
      
      * Incorporate review
      Unverified
      07124d02
  3. Jan 15, 2020
    • Erik Johnston's avatar
      Add `local_current_membership` table (#6655) · 28c98e51
      Erik Johnston authored
      Currently we rely on `current_state_events` to figure out what rooms a
      user was in and their last membership event in there. However, if the
      server leaves the room then the table may be cleaned up and that
      information is lost. So lets add a table that separately holds that
      information.
      Unverified
      28c98e51
  4. Jan 09, 2020
  5. Jan 07, 2020
  6. Jan 03, 2020
  7. Dec 20, 2019
  8. Dec 19, 2019
  9. Dec 18, 2019
  10. Dec 06, 2019
  11. Dec 05, 2019
  12. Dec 04, 2019
  13. Dec 02, 2019
  14. Oct 31, 2019
  15. Oct 24, 2019
  16. Oct 23, 2019
  17. Oct 18, 2019
  18. Jun 28, 2019
  19. Jun 20, 2019
  20. Jun 13, 2019
  21. Jun 05, 2019
  22. Jun 03, 2019
  23. Apr 08, 2019
    • Neil Johnson's avatar
      drop tables listed in #1830 (#4992) · 2d951686
      Neil Johnson authored
      Tables dropped: 
       * application_services, 
       * application_services_regex, 
       * transaction_id_to_pdu, 
       * stats_reporting
       * current_state_resets
       * event_content_hashes
       * event_destinations
       * event_edge_hashes
       * event_signatures
       * feedback
       * room_hosts
       * state_forward_extremities
      Unverified
      2d951686
  24. Apr 03, 2019
  25. Mar 04, 2019
  26. Feb 20, 2019
  27. Dec 21, 2018
  28. Nov 07, 2018
  29. Oct 26, 2018
  30. Oct 24, 2018
    • Richard van der Hoff's avatar
      Fix a number of flake8 errors · ef771cc4
      Richard van der Hoff authored
      Broadly three things here:
      
      * disable W504 which seems a bit whacko
      * remove a bunch of `as e` expressions from exception handlers that don't use
        them
      * use `r""` for strings which include backslashes
      
      Also, we don't use pep8 any more, so we can get rid of the duplicate config
      there.
      ef771cc4
  31. Oct 20, 2018
  32. Sep 28, 2018
  33. Jul 20, 2018
  34. Apr 06, 2018
Loading