An error occurred fetching the project authors.
  1. 13 Dec, 2023 2 commits
  2. 04 Dec, 2023 1 commit
  3. 19 Oct, 2023 1 commit
  4. 04 May, 2023 1 commit
  5. 18 Jan, 2023 1 commit
  6. 29 Sep, 2022 1 commit
  7. 28 Sep, 2022 1 commit
    • zhifan huang's avatar
      slapos-testing: add re6stnet tests · a131b63a
      zhifan huang authored
      use unshare to create new user-root namesapce to have the perrmission to
      create network device, use mount to update files information of network
      device in /sys(nemu)
      test use iptables to manage route condition, miniupnpd to manage upnp,
      brctl(nemu) to create bridge, so add them in component.
      
      add openvpn, add babel, modify ovpn-client/server
      
      due to outdated pypi version, nemu don't include need moudle in
      setup.py, so add them in buildout
      a131b63a
  8. 12 Sep, 2022 1 commit
    • Jérome Perrin's avatar
      *: version up many python packages · 4ed825f9
      Jérome Perrin authored
      mostly packages with known vulnerabilities or causing failures/warnings
      in the tests.
      
      This also cleanup duplicates version definitions, sometimes the test
      profiles overloaded some versions from stack/slapos.cfg
      4ed825f9
  9. 09 Sep, 2022 1 commit
  10. 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
  11. 13 May, 2022 1 commit
  12. 28 Apr, 2022 1 commit
  13. 09 Dec, 2021 1 commit
  14. 12 Nov, 2021 2 commits
  15. 09 Nov, 2021 2 commits
  16. 15 May, 2021 1 commit
  17. 25 Feb, 2021 1 commit
  18. 01 Feb, 2021 2 commits
  19. 13 Jan, 2021 1 commit
    • Jérome Perrin's avatar
      slapos-testing: don't pin tested eggs · 217f7f05
      Jérome Perrin authored
      We want the tests to use the code from the repository, but when we have a
      pinned version, buildout will use the code from repository only when the
      version from the repository match the version spec from the pin.
      
      The way slapos.recipe.template was pinned to 4.4 caused issues when we made
      a change in slapos.recipe.template to make it 4.5, because tests were no
      longer using code from slapos.recipe.template repository, but from 4.4 egg
      from pypi.
      
      To prevent this kind of issues, unset the slapos.recipe.template = 4.4
      version pin and also unset the version for all tested egg, to prevent
      similar issues if extended profiles also have version pins.
      217f7f05
  20. 27 Nov, 2020 1 commit
  21. 19 Nov, 2020 1 commit
  22. 26 Oct, 2020 1 commit
  23. 15 Sep, 2020 1 commit
  24. 26 Aug, 2020 2 commits
  25. 25 Aug, 2020 1 commit
    • Jérome Perrin's avatar
      version up slapos.toolbox 0.110 · f3613b91
      Jérome Perrin authored
      Since this version introduces a dependency on backports.lzma we had to
      explicitly install backports.lzma in a slapos compliant way before installing
      slapos.toolbox, because installing the egg needs xz-utils.
      
      For slapos-sr-testing it's also a version up of backports.lzma to 0.14.0
      f3613b91
  26. 04 May, 2020 1 commit
    • Julien Muchembled's avatar
      Clean up egg pinning · a8c3e42a
      Julien Muchembled authored
      For some SR, it implies the following upgrades:
      - decorator: 4.3.0
      - gitdb2: 2.0.5
      - smmap2: 2.0.5
      - subprocess32: 3.5.3
      a8c3e42a
  27. 24 Apr, 2020 1 commit
  28. 17 Feb, 2020 2 commits
  29. 02 Feb, 2020 1 commit
    • Jérome Perrin's avatar
      slapos.cookbook/testing: fix missing version pin for mock · 826042a9
      Jérome Perrin authored
      Because we run egg tests with setup.py test, which installs missing
      eggs, if an egg was not installed by buildout, then it installed before
      running test. This was the case for mock, which is now python3 only (
      https://pypi.org/project/mock/4.0.0b1/ ) and we started to see test
      failures.
      
      To solve this issue, refactor the setup definition to use
      extra_requires, which seems to work fine in buildout now. Keep
      test_requires because it's the what `python setup.py test` uses.
      
      Clean buildout profiles to install slapos.cookbook[test] for test
      instead of duplicating the content of test_requires.
      
      /reviewed-on nexedi/slapos!690
      826042a9
  30. 07 Oct, 2019 1 commit
  31. 02 Apr, 2019 1 commit
  32. 21 Jan, 2019 1 commit
  33. 21 Dec, 2018 1 commit
  34. 27 Nov, 2018 1 commit