Skip to content
Snippets Groups Projects
  1. Sep 24, 2020
  2. Aug 06, 2020
  3. Aug 05, 2020
  4. Jul 29, 2020
  5. Jul 16, 2020
  6. Jun 23, 2020
  7. Jun 22, 2020
  8. Jun 17, 2020
  9. Jun 16, 2020
  10. May 22, 2020
  11. May 07, 2020
  12. Jan 22, 2020
  13. 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
  14. 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
  15. Jan 09, 2020
  16. Jan 07, 2020
  17. Jan 03, 2020
  18. Dec 20, 2019
  19. Dec 19, 2019
  20. Dec 18, 2019
  21. Dec 06, 2019
  22. Dec 05, 2019
  23. Dec 04, 2019
  24. Dec 02, 2019
  25. Oct 31, 2019
  26. Oct 24, 2019
  27. Oct 23, 2019
  28. Oct 18, 2019
  29. Jun 28, 2019
  30. Jun 20, 2019
  31. Jun 13, 2019
  32. Jun 05, 2019
  33. Jun 03, 2019
  34. 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
Loading