- 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
-
- 01 Oct, 2021 1 commit
-
-
Xavier Thompson authored
-
- 25 Sep, 2021 1 commit
-
-
Julien Muchembled authored
In addition to update version of slapos.recipe.build, this fixes the following misuse: - init phase must only initialize the section, which implies no change on the file system - init/install/update's slapos.recipe.build should not contain buildout substitutions (theoritically, there could be wrong escaping, e.g. ${buildout:directory} containing quotes) These 2 points didn't not matter here but it gave a bad example for anyone learning buildout.
-
- 23 Sep, 2021 1 commit
-
-
Xavier Thompson authored
With Theia 1.17.2 we remain stuck on the loading page. This reverts commit 6103d29a.
-
- 06 Sep, 2021 1 commit
-
-
Xavier Thompson authored
This reverts commit a42d199a.
-
- 03 Sep, 2021 3 commits
-
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
- 20 Aug, 2021 4 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
Eventhough our current pattern is not the most secure, we have no other choice for now that to use such insecure patterns. In https://erp5js.nexedi.net/#/bug_module/20210819-20614EE we track possible improvements to this situation.
-
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 12 commits
-
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
- 10 Aug, 2021 2 commits
-
-
Xavier Thompson authored
-
Xavier Thompson authored
-
- 05 Aug, 2021 1 commit
-
-
Jérome Perrin authored
Most tools work without this, but it's cleaner to define this anyway
-
- 02 Aug, 2021 1 commit
-
-
Jérome Perrin authored
Now that slapos-node-software service does not use --all we have to use another approach for this test which re-installs an already installed software. Use the slapos-node-software-all services which was made for similar use cases.
-
- 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
-
- 26 Jul, 2021 1 commit
-
-
Jérome Perrin authored
also apply the change in software/theia/test/dummy/software.cfg for consistency
-
- 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`
-
- 11 Jun, 2021 1 commit
-
-
Lu Xu authored
-
- 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
-