An error occurred fetching the project authors.
  1. 13 Oct, 2023 1 commit
  2. 18 Jan, 2023 1 commit
  3. 13 Jan, 2023 1 commit
  4. 30 Aug, 2022 1 commit
    • Jérome Perrin's avatar
      component/defaults: use python3 by default · cc7f36a0
      Jérome Perrin authored
      Change python2 softwares to use python2 explicitly and python3
      softwares to use the default, but leave a few softwares (html5as,
      html5as-base, fluent-bit, packer, seleniumrunner) using the default
      python, as they were using python2 not because they only support python2
      but because they don't have strong dependency to the python version
      being used.
      cc7f36a0
  5. 09 Aug, 2022 1 commit
  6. 04 Aug, 2022 1 commit
  7. 08 Dec, 2021 1 commit
  8. 22 Sep, 2021 1 commit
  9. 21 Sep, 2021 1 commit
    • Łukasz Nowak's avatar
      software/monitor: edgetest-basic implementation · 6b4d1124
      Łukasz Nowak authored
      Instead of using complex mechanism with slaves (which are not monitored
      anyway), allow the user to express monitoring with simple UI on normal
      instance.
      
      Additionally support for simple domains, not only URLs, is added.
      6b4d1124
  10. 15 Sep, 2021 1 commit
  11. 05 Feb, 2021 1 commit
    • Jérome Perrin's avatar
      software/*: version up urllib3, requests and dependencies · 340a7609
      Jérome Perrin authored
      Several softwares were using fixed versions, but versions are also defined in
      stack/slapos.cfg, so let's use from stack/slapos.cfg which will simplify
      version management.
      
      This urllib3 has visible changes for us, it no longer send the request path
      "as is", but normalizes the . and .. which is not what we want in
      caddy-frontend test, so we adjust the test to use prepared requests, which is
      the recommended approach for this kind of low level needs. Since prepared
      requests does not set default user agent "python-requests", tests checking that
      user agent is in log files have been adjusted to use a dedicated test user agent
      header.
      
      Another change is that certificates are now verified by default, so we adjust
      seleniumserver tests to disable certificate validation. jstestnode, already
      had a patch regarding certificate validation, because we wanted certificates
      to be validated before it was the default. We just update this patch a bit
      because we want to keep the optional behaviours of validating against a
      specific CA or to disable validation.
      340a7609
  12. 13 Jan, 2021 1 commit
  13. 15 Sep, 2020 1 commit
  14. 24 Apr, 2020 1 commit
  15. 20 Apr, 2020 2 commits
  16. 22 Mar, 2020 1 commit
  17. 13 Mar, 2020 1 commit
  18. 17 Feb, 2020 1 commit
  19. 18 Dec, 2019 3 commits
    • Łukasz Nowak's avatar
      monitor: Edge testing of urls · 6e65bb9d
      Łukasz Nowak authored
      Adds edgetest and edgebot software types, where edgetest is a software type
      to request by user and requests by itself edgebot, which does the monitoring
      work.
      
      Based on Rafael Monnerat <rafael@nexedi.com>
      6e65bb9d
    • Łukasz Nowak's avatar
      Revert "Monitor edge testing" · ea264312
      Łukasz Nowak authored
      This reverts merge request !660
      
      /reviewed-on nexedi/slapos!671
      ea264312
    • Łukasz Nowak's avatar
      monitor: Edge testing of urls · b923cb36
      Łukasz Nowak authored
      Adds edgetest and edgebot software types, where edgetest is a software type
      to request by user and requests by itself edgebot, which does the monitoring
      work.
      
      Based on Rafael Monnerat <rafael@nexedi.com>
      b923cb36
  20. 08 Nov, 2019 1 commit
  21. 16 Jul, 2019 1 commit
  22. 24 Jun, 2019 1 commit
  23. 06 May, 2019 1 commit
  24. 21 Jan, 2019 1 commit
  25. 10 Jan, 2019 1 commit
  26. 29 Aug, 2018 1 commit
  27. 24 Jul, 2018 1 commit
  28. 17 Jul, 2018 1 commit
  29. 05 Jun, 2018 1 commit
  30. 16 Apr, 2018 1 commit
  31. 27 Mar, 2018 2 commits
    • Alain Takoudjou's avatar
      monitor: move scripts wrapper and logrotate conf to buildout, uses some new... · 47644132
      Alain Takoudjou authored
      monitor: move scripts wrapper and logrotate conf to buildout, uses some new promises from slapos.toolbox
      
      monitor was updated in slapos.toolbox to not generate promise launcher scripts anymore. All
      generated scripts are now in buildout.
      Monitor promise run script is removed from cron, slapgrid is used to run promises.
      Replace some old promises by the new ones from slapos.toolbox. Cleanup monitor configuration.
      Monitor report and monitor-promises directory are now obsolete.
      47644132
    • Alain Takoudjou's avatar
      monitor: remove fluentd · 5d1d3c72
      Alain Takoudjou authored
      5d1d3c72
  32. 16 Mar, 2018 1 commit
  33. 15 Jun, 2017 1 commit
  34. 02 Jun, 2017 1 commit
  35. 03 Mar, 2017 1 commit
  36. 30 Jan, 2017 1 commit