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