1. 07 Oct, 2019 3 commits
    • Jérome Perrin's avatar
      Release 1.5.0 · 013d6c87
      Jérome Perrin authored
      013d6c87
    • Jérome Perrin's avatar
      grid: new shared_part_list config file option · 5cbd70bc
      Jérome Perrin authored
      This new option for slapos.cfg allow to define a list of paths to use
      for shared parts feature of `slapos.recipe.cmmi`.
      This will be injected in the buildout profile used to install software,
      as `${buildout:shared-part-list}` which is the option `slapos.recipe.cmmi`
      use since 0.11.
      
      Note that the option changed in `slapos.recipe.cmmi` because this was
      incompatible. In 0.10, the option was named `${buildout:shared-parts}` and
      it was supposed to be a single path. `slapos.recipe.cmmi` 0.10 was trying
      to create this path. If we continued using this `${buildout:shared-parts}`
      option and changed to passe a newline-separated list of paths, then
      `slapos.recipe.cmmi` would just create one directory with \n in the name
      and will probably fail, which would make all software from 1.0.73 to 1.0.121
      not installable on next `slapos.core`, so we used another buildout option
      to prevent this problem.
      
      Because generally, profiles using slapos.recipe.cmmi 0.10 were not
      "safely" shared, we don't even provide compatibility with old option.
      
      /reviewed-on !46
      5cbd70bc
    • Jérome Perrin's avatar
      Standalone SlapOS and Slapos instance TestCase · 2699ab6a
      Jérome Perrin authored
      This is about replacing the `utils.py` we have duplicated in each software release tests by a more "official API".
      
      This introduce a  "sandalone slapos API" which are helpers around slapos API to create a recursive SlapOS. This can eventually replace implementation of erp5testnode and slaprunner (but there are no plans for that)
      
      /reviewed-on !64
      2699ab6a
  2. 01 Oct, 2019 10 commits
  3. 26 Sep, 2019 12 commits
  4. 25 Sep, 2019 7 commits
  5. 24 Sep, 2019 2 commits
  6. 23 Sep, 2019 3 commits
  7. 20 Sep, 2019 3 commits