An error occurred fetching the project authors.
  1. 07 Nov, 2023 2 commits
  2. 31 Aug, 2022 1 commit
  3. 11 Oct, 2021 1 commit
  4. 02 Jul, 2021 2 commits
  5. 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
  6. 23 Oct, 2020 1 commit
  7. 21 Apr, 2020 1 commit
  8. 30 Oct, 2019 1 commit
  9. 07 Oct, 2019 2 commits
  10. 09 Jan, 2019 1 commit
  11. 08 Jan, 2019 1 commit
  12. 20 Dec, 2018 1 commit
  13. 03 Dec, 2018 1 commit
    • Jérome Perrin's avatar
      software/seleniumserver: rename seleniumrunner to seleniumserver · a42fe842
      Jérome Perrin authored
      seleniumrunner software recently became a full selenium server, which is
      different from the original software, that was only intended as being a
      minimal software to make firefox available for erp5testnode.
      
      This caused several problems in erp5testnode, because erp5testnode needs
      to be always able to build seleniumrunner from master branch (which is
      probably wrong in the first place). With this software having lots of
      components, the risk of build problems increased.
      
      Also, it's something else, so let's make it another software.
      a42fe842
  14. 05 Oct, 2018 1 commit
  15. 04 Oct, 2018 1 commit