An error occurred fetching the project authors.
  1. 31 Mar, 2020 2 commits
  2. 22 Mar, 2020 1 commit
  3. 06 Mar, 2020 1 commit
  4. 04 Mar, 2020 1 commit
  5. 04 Feb, 2020 1 commit
  6. 04 Dec, 2019 1 commit
  7. 29 Nov, 2019 1 commit
  8. 19 Nov, 2019 2 commits
  9. 06 Nov, 2019 2 commits
  10. 02 Oct, 2019 1 commit
    • Jérome Perrin's avatar
      erp5: set mariadb timezone to UTC · 0b377eb4
      Jérome Perrin authored
      ERP5Catalog assumes that dates in catalog are UTC, this works
      fine with DATETIME columns that does not carry any timezone
      information, but TIMESTAMP columns are converted to mariadb timezone,
      which is by default system timezone.
      
      If we want ERP5Catalog to query on TIMESTAMP columns with the existing
      logic of converting dates to UTC (because "dates are in UTC in
      catalog"), we need to have TIMESTAMP columns in UTC.
      
      This also generally seem a better default than falling back to system
      timezone.
      
      /reviewed-on nexedi/slapos!623
      0b377eb4
  11. 13 Sep, 2019 1 commit
  12. 09 Sep, 2019 1 commit
  13. 30 Aug, 2019 3 commits
  14. 20 Aug, 2019 1 commit
  15. 13 Aug, 2019 1 commit
  16. 07 Aug, 2019 1 commit
  17. 06 Aug, 2019 2 commits
  18. 26 Jul, 2019 2 commits
  19. 23 Jul, 2019 2 commits
  20. 24 Jun, 2019 3 commits
  21. 19 Jun, 2019 1 commit
  22. 04 Jun, 2019 1 commit
  23. 22 May, 2019 1 commit
  24. 16 May, 2019 1 commit
  25. 17 Apr, 2019 1 commit
    • Jérome Perrin's avatar
      erp5: Fix bug with too many apache Listen · 70b3e0e3
      Jérome Perrin authored
      A regression in the apache entries for testrunner used one apache port
      for each zope - not one for each family as what was intended.
      There was also a problem that these apache ports were used even when no
      testrunner.
      70b3e0e3
  26. 10 Apr, 2019 1 commit
  27. 09 Apr, 2019 1 commit
  28. 27 Mar, 2019 3 commits