Skip to content
Snippets Groups Projects
  1. Dec 11, 2023
  2. Dec 05, 2023
  3. Dec 04, 2023
  4. Dec 01, 2023
  5. Nov 28, 2023
  6. Nov 27, 2023
  7. Nov 17, 2023
  8. Nov 15, 2023
  9. Nov 14, 2023
  10. Nov 13, 2023
  11. Nov 09, 2023
  12. Oct 27, 2023
  13. Oct 26, 2023
    • Patrick Cloke's avatar
      Add a new module API to update user presence state. (#16544) · 85e5f2dc
      Patrick Cloke authored
      This adds a module API which allows a module to update a user's
      presence state/status message. This is useful for controlling presence
      from an external system.
      
      To fully control presence from the module the presence.enabled config
      parameter gains a new state of "untracked" which disables internal tracking
      of presence changes via user actions, etc. Only updates from the module will
      be persisted and sent down sync properly).
      Unverified
      85e5f2dc
  14. Oct 25, 2023
  15. Oct 24, 2023
  16. Oct 23, 2023
    • Erik Johnston's avatar
      Fix bug where a new writer advances their token too quickly (#16473) · 8f35f814
      Erik Johnston authored
      * Fix bug where a new writer advances their token too quickly
      
      When starting a new writer (for e.g. persisting events), the
      `MultiWriterIdGenerator` doesn't have a minimum token for it as there
      are no rows matching that new writer in the DB.
      
      This results in the the first stream ID it acquired being announced as
      persisted *before* it actually finishes persisting, if another writer
      gets and persists a subsequent stream ID. This is due to the logic of
      setting the minimum persisted position to the minimum known position of
      across all writers, and the new writer starts off not being considered.
      
      * Fix sending out POSITIONs when our token advances without update
      
      Broke in #14820
      
      * For replication HTTP requests, only wait for minimal position
      Unverified
      8f35f814
    • Marcel's avatar
  17. Oct 20, 2023
  18. Oct 12, 2023
  19. Oct 06, 2023
  20. Oct 03, 2023
  21. Oct 02, 2023
  22. Sep 28, 2023
  23. Sep 26, 2023
  24. Sep 25, 2023
  25. Sep 19, 2023
  26. Sep 18, 2023
  27. Sep 15, 2023
  28. Sep 14, 2023
  29. Sep 08, 2023
  30. Sep 07, 2023
  31. Sep 06, 2023
  32. Sep 05, 2023
  33. Sep 04, 2023
Loading