Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. Jan 09, 2020
  4. Jan 07, 2020
  5. Dec 20, 2019
  6. Dec 18, 2019
  7. Dec 06, 2019
  8. Dec 05, 2019
  9. Dec 04, 2019
  10. Dec 02, 2019
  11. Oct 31, 2019
  12. Oct 24, 2019
  13. Oct 23, 2019
  14. Oct 18, 2019
  15. Jun 03, 2019
  16. 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
  17. Apr 03, 2019
  18. Feb 20, 2019
  19. 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
  20. Oct 20, 2018
  21. Apr 06, 2018
  22. Nov 14, 2017
  23. Oct 31, 2017
  24. Oct 26, 2017
  25. Oct 01, 2017
  26. Jul 20, 2017
  27. Jun 16, 2017
Loading