An error occurred fetching the project authors.
  1. 13 Dec, 2021 1 commit
  2. 20 Aug, 2021 1 commit
  3. 06 Apr, 2021 1 commit
  4. 29 Mar, 2021 1 commit
  5. 09 Feb, 2021 1 commit
    • Jérome Perrin's avatar
      software/theia: update plugins · dd115b2d
      Jérome Perrin authored
      Some old version of plugins have been removed from openvsx when they
      changed licence. Uploaders who did not sign the licence had their extensions
      removed. This was the case for some builtin vscode extensions uploaded by
      openvsx script.
      dd115b2d
  6. 22 Dec, 2020 2 commits
    • 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