An error occurred fetching the project authors.
  1. 05 Aug, 2020 1 commit
  2. 19 Jun, 2020 3 commits
  3. 16 Jun, 2020 2 commits
  4. 16 May, 2020 1 commit
  5. 11 May, 2020 1 commit
  6. 29 Apr, 2020 2 commits
    • Jérome Perrin's avatar
      component/mariadb: install in shared mode · d29fba55
      Jérome Perrin authored
      Mariadb was not shared, because installing mroonga writes a plugin in
      mariadb's plugin dir and it's not allowed for one part to write in
      another part's folder.
      
      The approach is to install mroonga plugin in it's own plugin directory,
      then copy all mariadb default plugins in this plugin directory and
      configure instance to use mroonga's plugin directory.
      
      Groonga also has plugins and we are using groonga-normalizer-mysql
      plugin. Fortunately, groonga reads plugins located in paths listed in
      GRN_PLUGINS_PATH environment variable, so we can use a simpler approach
      of installing plugins in their own installation folder and set
      GRN_PLUGINS_PATH in the environment of processes using groonga, ie. the
      mariadb server process.
      d29fba55
    • Jérome Perrin's avatar
      5af67708
  7. 31 Mar, 2020 2 commits
  8. 22 Mar, 2020 1 commit
  9. 06 Mar, 2020 1 commit
  10. 04 Mar, 2020 1 commit
  11. 04 Feb, 2020 1 commit
  12. 04 Dec, 2019 1 commit
  13. 29 Nov, 2019 1 commit
  14. 19 Nov, 2019 2 commits
  15. 06 Nov, 2019 2 commits
  16. 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
  17. 13 Sep, 2019 1 commit
  18. 09 Sep, 2019 1 commit
  19. 30 Aug, 2019 3 commits
  20. 20 Aug, 2019 1 commit
  21. 13 Aug, 2019 1 commit
  22. 07 Aug, 2019 1 commit
  23. 06 Aug, 2019 2 commits
  24. 26 Jul, 2019 2 commits
  25. 23 Jul, 2019 2 commits
  26. 24 Jun, 2019 3 commits