An error occurred fetching the project authors.
  1. 23 Mar, 2022 1 commit
  2. 16 Dec, 2021 5 commits
  3. 13 Dec, 2021 1 commit
  4. 06 Dec, 2021 1 commit
  5. 03 Dec, 2021 1 commit
  6. 02 Dec, 2021 1 commit
  7. 29 Nov, 2021 1 commit
  8. 11 Oct, 2021 1 commit
  9. 03 Sep, 2021 1 commit
  10. 20 Aug, 2021 1 commit
  11. 19 Aug, 2021 5 commits
  12. 10 Aug, 2021 1 commit
  13. 27 Jul, 2021 1 commit
    • Eric Zheng's avatar
      upgrade to slapos.toolbox version 0.123 · b049c057
      Eric Zheng authored
      This introduces some breaking changes to the check_url_available
      promise:
      
      - http_code has been renamed to http-code
      - check-secure = 1 has been deprecated; http-code = 401 should be used
        instead
      b049c057
  14. 29 Jun, 2021 1 commit
  15. 04 Jun, 2021 1 commit
  16. 02 Jun, 2021 1 commit
    • Xavier Thompson's avatar
      software/theia: Fix null parameters templating · c60456d3
      Xavier Thompson authored
      Before this commit, instance parameters that have a default null value
      in JSON format were rendered as 'None' string in instance-theia.cfg.
      
      In particular, Theia frontends were always requested with unsolvable
      SLA parameters that prevented a frontend from ever being allocated:
      ```
      sla-instance_guid = None
      ```
      c60456d3
  17. 31 May, 2021 1 commit
  18. 27 May, 2021 3 commits
  19. 12 May, 2021 2 commits
  20. 10 May, 2021 2 commits
    • Xavier Thompson's avatar
      92a55408
    • Xavier Thompson's avatar
      software/theia: Fix logo.png installation · 56bd8ce5
      Xavier Thompson authored
      In older theia versions `~/srv/frontend-static/logo.png` was a symlink
      to the actual logo file. Now the logo is copied into `frontend-static`
      but a simple `cp -f` does not behave as expected when the destination
      already exists and is a symbolic link:
      - if the symlink is valid, the file is copied to the symlink target
      - if the symlink is broken, the copy command fails
      
      So the destination must be removed before copying.
      56bd8ce5
  21. 06 Apr, 2021 2 commits
  22. 02 Apr, 2021 1 commit
    • Xavier Thompson's avatar
      software/theia: Overwrite static logo and fonts · 83f9a39d
      Xavier Thompson authored
      Before this commit buildout could fail when instantiating Theia after
      updating to a new software release because it tried to create already
      existing symbolic links. These symlinks were to let the backend Caddy
      serve the logo and fonts.
      
      This commit solves the issue by systematically overwriting existing
      files when creating the symlinks, and also directly copies the logo.
      83f9a39d
  23. 31 Mar, 2021 2 commits
  24. 29 Mar, 2021 1 commit
  25. 25 Mar, 2021 1 commit
    • Xavier Thompson's avatar
      software/theia: Fix slapos environment discrepancy · b2f3dc78
      Xavier Thompson authored
      Before this commit, running
        'slapos node software'
      and
        'supervisorctl start slapos-node-software'
      behaved differently because the PATH and other environment variables
      where different in the interactive theia shell and in supervisord.
      b2f3dc78
  26. 24 Mar, 2021 1 commit