1. 18 Jun, 2018 14 commits
  2. 12 Jun, 2018 5 commits
  3. 25 May, 2018 1 commit
  4. 24 May, 2018 2 commits
  5. 23 May, 2018 4 commits
  6. 22 May, 2018 5 commits
  7. 20 May, 2018 4 commits
  8. 19 May, 2018 2 commits
  9. 18 May, 2018 3 commits
    • Łukasz Nowak's avatar
      apache-frontend: fix Zope over HTTP · 07021e01
      Łukasz Nowak authored
      It was missing double slash (//) after schema.
      
      /reviewed-on nexedi/slapos!332
      07021e01
    • Roque's avatar
      Adding parameter hash-files to haproxy section · a222ccfa
      Roque authored
      - List of configuration files that are used to generate the hash for the service wrapper's name.
      
      /reviewed-on nexedi/slapos!333
      a222ccfa
    • Roque's avatar
      Automatic restart of services when configuration changes · 6b82838e
      Roque authored
      The main idea is to rename the service wrapper using a hash of the corresponding configuration files. In that way, if the config files are updated, the corresponding script file, section in supervisor.conf and service process will be updated accordingly.
      - the file name in wrapper_path contains a hash of the corresponding config files
      - when config files change, and therefore the hash, the wrapper will be re-created and the corresponding service restarted
      - the config files paths will be a parameter in the corresponding buildout section, if it isn't set there won't be hash-check
      
      /reviewed-on !326
      6b82838e