Skip to content
Snippets Groups Projects
  1. Jan 11, 2023
  2. Dec 19, 2022
  3. Sep 21, 2022
  4. Sep 06, 2022
  5. Apr 20, 2022
  6. Apr 05, 2022
  7. Mar 31, 2022
  8. Jan 20, 2022
  9. Jan 10, 2022
  10. Sep 24, 2021
    • David Robertson's avatar
      Update postgresql testing script (#10906) · ea01d4c2
      David Robertson authored
      
      - Use sytest:bionic. Sytest:latest is two years old (do we want
        CI to push out latest at all?) and comes with Python 3.5, which we
        explictly no longer support. The script now runs under PostgreSQL 10
        as a result.
      - Advertise script in the docs
      - Move pg testing script to scripts-dev directory
      - Write to host as the script's exector, not root
      
      A few changes to make it speedier to re-run the tests:
      
      - Create blank DB in the container, not the script, so we don't have to
        `initdb` each time
      - Use a named volume to persist the tox environment, so we don't have to
        fetch and install a bunch of packages from PyPI each time
      
      Co-authored-by: default avatarreivilibre <olivier@librepush.net>
      Unverified
      ea01d4c2
  11. Jun 03, 2021
  12. Feb 26, 2021
  13. Jan 15, 2021
  14. Jan 05, 2021
  15. Oct 16, 2020
  16. Oct 10, 2019
  17. Oct 02, 2019
  18. Aug 28, 2019
  19. Aug 13, 2019
  20. Mar 15, 2019
  21. 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.
      Unverified
      8d98dc8f
  22. Jan 30, 2019
  23. Jan 24, 2019
  24. Dec 21, 2018
  25. Dec 20, 2018
  26. Sep 20, 2018
  27. Sep 19, 2018
  28. Sep 06, 2018
  29. Jun 05, 2018
  30. May 22, 2018
  31. Apr 25, 2018
  32. Feb 05, 2018
  33. Feb 04, 2018
  34. 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
  35. Sep 01, 2015
  36. Aug 25, 2015
  37. Feb 23, 2015
  38. Jan 23, 2015
  39. Jan 22, 2015
  40. Dec 08, 2014
Loading