An error occurred fetching the project authors.
  1. 28 Mar, 2022 1 commit
  2. 24 Mar, 2022 1 commit
  3. 22 Mar, 2022 1 commit
    • Jérome Perrin's avatar
      stack/slapos: add distro version pin for upcoming slapos.core release · a8a2f06a
      Jérome Perrin authored
      In slapos.core commit 425f5bb7b (slapgrid: replace platform.linux_distribution()
      with distro.linux_distribution(), 2022-03-21), a dependency to distro
      was introduced. Because tests run with slapos.core fetched from git, they
      already started to fail because of the missing version pin.
      
      The pin is made to the latest version for both python2 and python3.
      Usually we take the latest version compatible with python2, but I just
      thought this way was probably better.
      a8a2f06a
  4. 21 Mar, 2022 1 commit
  5. 16 Mar, 2022 1 commit
  6. 17 Feb, 2022 1 commit
  7. 11 Feb, 2022 1 commit
  8. 03 Feb, 2022 1 commit
  9. 14 Jan, 2022 1 commit
  10. 12 Jan, 2022 1 commit
  11. 30 Dec, 2021 1 commit
  12. 20 Dec, 2021 1 commit
    • Kirill Smelkov's avatar
      Move mock pinning into stack/slapos.cfg · a1d30c26
      Kirill Smelkov authored
      Several places pin mock egg individually. There are pins to `mock = 3.0.5`
      and pins to `mock = 2.0.0:whl`. Mock 3.0.5 is the last version that
      supports Python2 and can be considered as "current" in our context today.
      
      For nxdtest we are going to add pytest-mock, which depends on the mock,
      which, if not consolidated, will need to add another `mock = 3.0.5`
      somewhere.
      
      -> Stop doing that and move mock pinning into stack/slapos.cfg.
      This way it will be even easier for upcoming Python3 support, because in
      stack/slapos.cfg we can add per-Python3 [versions] with pins adjusted as
      needed for py3, but all still in one single place.
      
      Leave `mock = 2.0.0:whl` pins intact to be updated when needed by
      maintainers of corresponding software releases:
      
          software/slapos-sr-testing/software.cfg:mock = 2.0.0:whl
          software/slapos-testing/software.cfg:mock = 2.0.0:whl
          software/wendelin/software-kerastensorflow.cfg:mock = 2.0.0:whl
      a1d30c26
  13. 15 Dec, 2021 1 commit
  14. 14 Dec, 2021 1 commit
  15. 12 Dec, 2021 2 commits
  16. 10 Dec, 2021 1 commit
  17. 09 Dec, 2021 1 commit
  18. 08 Dec, 2021 1 commit
  19. 03 Dec, 2021 1 commit
  20. 30 Nov, 2021 1 commit
  21. 11 Nov, 2021 1 commit
  22. 11 Oct, 2021 1 commit
  23. 08 Oct, 2021 1 commit
  24. 04 Oct, 2021 4 commits
  25. 01 Oct, 2021 1 commit
  26. 25 Sep, 2021 1 commit
  27. 15 Sep, 2021 1 commit
  28. 08 Sep, 2021 1 commit
  29. 06 Sep, 2021 1 commit
  30. 23 Aug, 2021 1 commit
  31. 20 Aug, 2021 1 commit
  32. 14 Aug, 2021 1 commit
  33. 13 Aug, 2021 1 commit
  34. 12 Aug, 2021 2 commits
  35. 02 Aug, 2021 1 commit