1. 06 Jun, 2022 2 commits
  2. 05 Jun, 2022 1 commit
  3. 02 Jun, 2022 1 commit
  4. 01 Jun, 2022 3 commits
  5. 31 May, 2022 3 commits
  6. 27 May, 2022 6 commits
  7. 26 May, 2022 2 commits
    • Jérome Perrin's avatar
      deploy-test: pre-install requests · 5ffe2fec
      Jérome Perrin authored
      These tests are still using `python setup.py test` which installs
      missing packages to their latest versions. Recently, certifi (a
      requests dependency) published a new release with python3 only
      syntax, so running the test now got an error installing missing
      packages:
      
          File "parts/slapos-package/playbook/roles/standalone-shared/.eggs/certifi-2022.5.18.1-py2.7.egg/certifi/core.py", line 17
              def where() -> str:
                          ^
          SyntaxError: invalid syntax
      
      The `playbook/roles/standalone-shared` is defined on the test suite
      as instance parameters, so it seems we can not already install this
      package directly from playbook/roles/standalone-shared because
      test suite may define something different. For now, just install
      requests. All this will have to be addressed when we change this
      test to pre-install packages with slapos and use `python -m unittest`
      instead of `python setup.py test`.
      5ffe2fec
    • Jérome Perrin's avatar
      slapos.recipe:wrapper: add py3 support for pidfile and private-tmpfs · b0e43f8a
      Jérome Perrin authored
      These two options were unusable for software releases using python3.
      
      This also adds test coverage for the recipe.
      b0e43f8a
  8. 25 May, 2022 2 commits
  9. 24 May, 2022 4 commits
  10. 23 May, 2022 8 commits
  11. 20 May, 2022 1 commit
  12. 19 May, 2022 4 commits
  13. 18 May, 2022 1 commit
  14. 17 May, 2022 2 commits