1. 12 Jul, 2018 2 commits
  2. 11 Jul, 2018 7 commits
  3. 10 Jul, 2018 6 commits
  4. 09 Jul, 2018 4 commits
  5. 06 Jul, 2018 1 commit
  6. 04 Jul, 2018 1 commit
  7. 03 Jul, 2018 8 commits
  8. 02 Jul, 2018 1 commit
  9. 01 Jul, 2018 2 commits
  10. 29 Jun, 2018 8 commits
    • Vincent Pelletier's avatar
      Stop using erp5 test recipe · 1436c63b
      Vincent Pelletier authored
      The goal is to drop slapos.cookbook:erp5.test
      
      No need for a recipe to do a bit of url parsing and generating 2 wrappers.
      Also, drop unused & empty "host-common" section.
      
      - stack/erp5: Add path to all binary links in PATH
      - stack/erp5: Add single quotation marks to not break parameters in many lines
      - stack/erp5: Fix path to avoid one section to overwrite the file from another section
      - stack/erp5: pass cloudooo host instead of the IP address. The IP address and cloudooo hostname are well in $SLAPPART/etc/hosts
      - stack/erp5: Use use-ipv6 instance parameter to control where caucased listens when locally deployed.
        Drop incomplete 6tunnel usage on balancer toward zopes.
      
      Tests are somehow happy test_result_module/20180626-62AD32BB test_result_module/20180626-70AC16FA
      
      If no objections I would like to merge tomorrow but feel free to press merge for me :)
      
      The goal is rebase nexedi/slapos!318 to fix the conflict and merge after tomorrow.
      
      /cc @rafael @vpelletier 
      
      /reviewed-on nexedi/slapos!347
      1436c63b
    • Łukasz Nowak's avatar
      caddy-frontend: Stabilise cached access · 0b606475
      Łukasz Nowak authored
      While reading templates/cached-virtualhost.conf.in it seems, that
      SSL-enabled host shall be exposed, but this is not true -- it is
      connecting to SSL backend, but listening on non-SSL.
      
      In order to stabilise this add assertsion to test_enable_cache
      which access cached ports directly and show its functionality, thus
      resolving added TODO.
      0b606475
    • Łukasz Nowak's avatar
      a097f33f
    • Julien Muchembled's avatar
      Fix build of MariaDB 10.2.16 · 2e921612
      Julien Muchembled authored
      2e921612
    • Julien Muchembled's avatar
      version up: MariaDB 10.1.34 & 10.2.16 · 66be2732
      Julien Muchembled authored
      66be2732
    • Łukasz Nowak's avatar
      slapos.test.software: Emit more information in case of problems · a3bd035b
      Łukasz Nowak authored
      Whenever there is a problem while building software or instantiation,
      emit verbose information for further analysis.
      a3bd035b
    • Łukasz Nowak's avatar
      caddy-frontend: Branch implementation state per type · 1dd583c8
      Łukasz Nowak authored
      apache-frontend supports correctly ssl_proxy_ca_crt for ssl-proxy-verify,
      thus show it in test, still keeping expected 501 reply for caddy-frontend.
      1dd583c8
    • Łukasz Nowak's avatar
      caddy-frontend: Fix backend_https_url · a4311792
      Łukasz Nowak authored
      The schema shall be https, not http. It got undetected, as caddy-frontend
      dies really fast with 501, while apache-frontend is able to communicate
      with the backend.
      a4311792