1. 19 Jan, 2021 1 commit
  2. 18 Jan, 2021 1 commit
  3. 15 Jan, 2021 4 commits
  4. 14 Jan, 2021 1 commit
  5. 13 Jan, 2021 5 commits
  6. 12 Jan, 2021 5 commits
  7. 11 Jan, 2021 2 commits
  8. 08 Jan, 2021 2 commits
  9. 07 Jan, 2021 1 commit
  10. 05 Jan, 2021 1 commit
  11. 03 Jan, 2021 1 commit
  12. 31 Dec, 2020 3 commits
  13. 28 Dec, 2020 2 commits
  14. 24 Dec, 2020 4 commits
  15. 23 Dec, 2020 1 commit
  16. 22 Dec, 2020 6 commits
    • Thomas Gambier's avatar
      software/jupyter: move to python 3 · b7b73a33
      Thomas Gambier authored
      See merge request !868
      b7b73a33
    • Jérome Perrin's avatar
      software/theia: version up 1.9.0 · 1b39046c
      Jérome Perrin authored
      1b39046c
    • Jérome Perrin's avatar
      software/theia: update most plugins to their latest version · b2e3675f
      Jérome Perrin authored
      use "latest" in generate_download_plugins_cfg.py, so that re-running this
      script updates plugins to their latest versions.
      b2e3675f
    • Jérome Perrin's avatar
      software/theia: download extensions using slapos.recipe.build 's download · 728a278f
      Jérome Perrin authored
      slapos.recipe.build verifies signatures of downloaded files and can also use
      buildout cache or download from shacache, which
      
      This introduces a new download-plugins.cfg, containing the URLs of
      extensions and their md5sum signatures. This profile is extended by
      software.cfg and there's a section using slapos.recipe.build to actually
      download extensions.
      
      A generate_download_plugins_cfg.py python script is also included, to be
      run by software release maintainers to update download-plugins.cfg using the
      list of plugins included in generate_download_plugins_cfg.py
      728a278f
    • Jérome Perrin's avatar
      ERP5 Software Release upgrade test + restart zopes on conf change · 6acab77d
      Jérome Perrin authored
      Introduce a new "software release upgrade test", which tests a scenario of keating
      an ERP5 instance with an old version of software release and then update it to
      current version.
      
      To support this test and because we are using this technique for most of slapos
      softwares nowadays, configure zopes to restart automatically when their
      configuration change.
      
      See merge request !875
      6acab77d
    • Jérome Perrin's avatar
      software/theia: update extensions · a22fcd09
      Jérome Perrin authored
      Update extensions to newer version and to the URLs from openvsx instead of
      github, since openvsx prevent maintainers to modify releases.
      
      add vscode-references-view (
      https://open-vsx.org/extension/ms-vscode/references-view ) it's installed
      in default Theia and looks good.
      
      Some java extensions were not on openvsx, they were removed or updated.
      Newer java extension seem to associate .cfg as "properties" files, so force a
      mapping to make them open as zc-buildout.
      
      python was also updated, but not to latest version which does not work on
      Theia.
      a22fcd09