An error occurred fetching the project authors.
- 13 Dec, 2021 1 commit
-
-
Xavier Thompson authored
- Move [theia] section and dependencies into component/theia - Make [theia] section shared
-
- 06 Dec, 2021 2 commits
-
-
Xavier Thompson authored
-
Xavier Thompson authored
-
- 03 Dec, 2021 2 commits
-
-
Xavier Thompson authored
Aggregate monitoring URLs from the main theia, clones and PBS. Also add monitor-setup-url to the parameters published by the PBS.
-
Xavier Thompson authored
-
- 02 Dec, 2021 3 commits
-
-
Xavier Thompson authored
-
Xavier Thompson authored
The import script was overwriting the contents of ~/etc which destroyed all the services running in the clone, including the ones that allow the PBS to push new backup files.
-
Jérome Perrin authored
This will force a password reset
-
- 29 Nov, 2021 1 commit
-
-
Xavier Thompson authored
-
- 26 Nov, 2021 1 commit
-
- 11 Oct, 2021 3 commits
-
-
Julien Muchembled authored
Adapt all promise sections to changes in plugin promise recipe.
-
Jérome Perrin authored
Without this fix, selecting a completion with the keyboard is not really possible.
-
Jérome Perrin authored
-
- 23 Sep, 2021 1 commit
-
-
Xavier Thompson authored
With Theia 1.17.2 we remain stuck on the loading page. This reverts commit 6103d29a.
-
- 03 Sep, 2021 3 commits
-
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
- 20 Aug, 2021 3 commits
-
-
Jérome Perrin authored
To have the timeline view
-
Jérome Perrin authored
The issue is now fixed in 1.16.0
-
Jérome Perrin authored
This new version has a dependency to libsecret Also adjust dependencies to the ones from https://github.com/eclipse-theia/theia/blob/v1.16.0/examples/browser/package.json except api-samples which is not useful.
-
- 19 Aug, 2021 7 commits
-
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
- 10 Aug, 2021 1 commit
-
-
Xavier Thompson authored
-
- 27 Jul, 2021 1 commit
-
-
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
-
- 29 Jun, 2021 1 commit
-
-
Xavier Thompson authored
Change all `check_port_listening` promises to `check_socket_listening` and rename all associated `config-hostname` arguments to `config-host`
-
- 04 Jun, 2021 1 commit
-
-
Xavier Thompson authored
-
- 02 Jun, 2021 1 commit
-
-
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 ```
-
- 31 May, 2021 1 commit
-
-
Jérome Perrin authored
This is required for example to preview images (ie. open a .png file from the editor). Without the default value of {{uuid}}.mini-browser.{{hostname}} is used but we don't have anything in place to resolve such domain names.
-
- 27 May, 2021 3 commits
-
-
Xavier Thompson authored
Before this commit, the Go workspace was always activated before launching the Theia shell and starting the embedded supervisord. This in turn added the gcc installed by Theia to the PATH, meaning that nested instances would be compiled with Theia's gcc instead of the system gcc, making the compilation outcome dependant on Theia. With this commit, the gcc resolved by PATH is now the system one.
-
Xavier Thompson authored
This option takes a string representing a valid JSON object and forwards the corresponding python dict to the embedded instance.
-
Xavier Thompson authored
-
- 19 May, 2021 1 commit
-
-
Xavier Thompson authored
-
- 12 May, 2021 2 commits
-
-
Xavier Thompson authored
-
Xavier Thompson authored
This defers the rendering of `instance-theia.cfg.in` to the instance creation time instead of the software installation time, which will allow buildout sections to be added based on the instance parameters. See merge request !981
-
- 10 May, 2021 1 commit
-
-
Xavier Thompson authored
-