An error occurred fetching the project authors.
  1. 26 Jul, 2023 1 commit
  2. 27 Feb, 2023 1 commit
  3. 04 Feb, 2023 3 commits
    • Jérome Perrin's avatar
      software/theia: execute theia start directly · b4456798
      Jérome Perrin authored
      Running theia with yarn start cause PATHs like this to be
      added to $PATH
      
      /srv/slapgrid/slappart15/tmp/yarn--1675226243379-0.20314216826775944/node
      b4456798
    • Jérome Perrin's avatar
      software/theia: enable user installation of pip packages · 6f167c36
      Jérome Perrin authored
      this can be used to install linters such as pylint when the python
      extension prompts for it
      
      also add ~/.local/bin in user $PATH to prevent warning and to be
      able to use pip installed packages from the shell.
      6f167c36
    • Jérome Perrin's avatar
      component/theia: remove buggy `which` command · a27feba7
      Jérome Perrin authored
      This does not work as expected with in this situation :
      
         bash-5.1$ which slapos
         /usr/bin/slapos
         bash-5.1$ /usr/bin/which slapos
         /opt/slapgrid/d4af5a4bc0958cc5f60fac0dbf6c916e/bin/slapos
         bash-5.1$ ls -al /opt/slapgrid/d4af5a4bc0958cc5f60fac0dbf6c916e/bin/slapos
         -rwxr-x--- 1 slapsoft slapsoft 3492 Jan 31 10:01 /opt/slapgrid/d4af5a4bc0958cc5f60fac0dbf6c916e/bin/slapos
         bash-5.1$ id
         uid=957(slapuser39) gid=1041(slapuser39) groups=1041(slapuser39),1001(slapsoft)
      a27feba7
  4. 11 Jan, 2023 1 commit
  5. 05 Jan, 2023 1 commit
  6. 25 Nov, 2022 1 commit
  7. 18 Aug, 2022 1 commit
  8. 27 Jun, 2022 1 commit
  9. 17 Jun, 2022 1 commit
  10. 28 Apr, 2022 1 commit
  11. 01 Apr, 2022 1 commit
  12. 17 Dec, 2021 1 commit
  13. 13 Dec, 2021 2 commits