1. 15 Nov, 2021 1 commit
    • Jérome Perrin's avatar
      postgres recipe tests · 1876c150
      Jérome Perrin authored
      tests with a real postgresql server, the mocked commands from 261a8e6b (test/recipe: update tests for postgres recipe regarding password update, 2021-11-11) were too unrealistic.
      
      These tests with a real server revealed that the port option of the recipe was not used, this is fixed as well
      
      See merge request !1083
      1876c150
  2. 12 Nov, 2021 7 commits
  3. 11 Nov, 2021 7 commits
  4. 10 Nov, 2021 3 commits
    • Kirill Smelkov's avatar
      fixup! wendelin.core: Add way to run tests · a9ae5aa4
      Kirill Smelkov authored
      In 805374b4 I established the way to run wendelin.core test.  There
      component/wendelin.core/test-common.cfg preamble mimics what is setup
      by software/neoppod/software-common.cfg in parts for NEO. However I
      copied only neoppod into parts without neoppod-develop, and this results
      in NEO being installed from PyPI instead of from git checkout.
      
      Let's fix this because everything else - e.g. ERP5 and Wendelin software
      releases - use NEO from git checkout which today diverged significantly
      from what was last released to PyPI in April of 2019.
      
      Thanks to @jerome for helping to find this out.
      a9ae5aa4
    • Boxiang Sun's avatar
      caucase: set up a host file which specified for it · 7c3f6497
      Boxiang Sun authored
      See merge request !1074
      7c3f6497
    • Ivan Tyagov's avatar
      Disable DBUS support for zbar as: · 3397d76d
      Ivan Tyagov authored
      - it's not used in a SlapOS system (seems only used for webcam support)
      - it breaks the concept of SlapOs containerization
      - finally it tries to create a DBUS file in /etc/dbus-1/system.d/ which is NOT
        allowed (rightfully) for a slapsoft user
      3397d76d
  5. 09 Nov, 2021 3 commits
  6. 05 Nov, 2021 2 commits
  7. 04 Nov, 2021 2 commits
    • Jérome Perrin's avatar
    • Jérome Perrin's avatar
      stack/erp5: use %Ta for timing of haproxy requests · be8c2a39
      Jérome Perrin authored
      %Tt was not good, because it also included the idle time from previous
      request when the connection was reused, causing times recorded in log
      files to be much longer the actual request duration.
      
      %Ta - which is described as total active time for the HTTP request,
      between the moment the proxy received the first byte of the request
      header and the emission of the last byte of the response body - is much
      more suitable for our use case of measuring requests durations and is
      similar to apache's %D
      be8c2a39
  8. 29 Oct, 2021 2 commits
  9. 28 Oct, 2021 3 commits
  10. 22 Oct, 2021 1 commit
  11. 21 Oct, 2021 4 commits
  12. 20 Oct, 2021 1 commit
  13. 19 Oct, 2021 1 commit
  14. 18 Oct, 2021 1 commit
  15. 15 Oct, 2021 1 commit
  16. 14 Oct, 2021 1 commit