Skip to content
Snippets Groups Projects
  1. Oct 16, 2020
  2. Oct 10, 2019
  3. Oct 02, 2019
  4. Aug 28, 2019
  5. Aug 13, 2019
  6. Mar 15, 2019
  7. Feb 20, 2019
    • Richard van der Hoff's avatar
      Clean up gitignores (#4688) · 8d98dc8f
      Richard van der Hoff authored
      I just got bitten by a file being caught by the .gitignore, which shouldn't
      have been, and am now pissed off with the .gitignore. I have basically declared
      bankruptcy on it and started again.
      8d98dc8f
  8. Jan 30, 2019
  9. Jan 24, 2019
  10. Dec 21, 2018
  11. Dec 20, 2018
  12. Sep 20, 2018
  13. Sep 19, 2018
  14. Sep 06, 2018
  15. Jun 05, 2018
  16. May 22, 2018
  17. Apr 25, 2018
  18. Feb 05, 2018
  19. Feb 04, 2018
  20. Sep 23, 2016
    • Erik Johnston's avatar
      Reduce DB hits for replication · 748d8fdc
      Erik Johnston authored
      Some streams will occaisonally advance their positions without actually
      having any new rows to send over federation. Currently this means that
      the token will not advance on the workers, leading to them repeatedly
      sending a slightly out of date token. This in turns requires the master
      to hit the DB to check if there are any new rows, rather than hitting
      the no op logic where we check if the given token matches the current
      token.
      
      This commit changes the API to always return an entry if the position
      for a stream has changed, allowing workers to advance their tokens
      correctly.
      748d8fdc
  21. Sep 01, 2015
  22. Aug 25, 2015
  23. Feb 23, 2015
  24. Jan 23, 2015
  25. Jan 22, 2015
  26. Dec 08, 2014
  27. Nov 12, 2014
  28. Nov 11, 2014
  29. Nov 04, 2014
  30. Sep 22, 2014
  31. Sep 06, 2014
  32. Sep 05, 2014
  33. Aug 27, 2014
  34. Aug 26, 2014
  35. Aug 12, 2014
Loading