- 22 Feb, 2021 5 commits
-
-
Xavier Thompson authored
See merge request nexedi/slapos!913
-
Jérome Perrin authored
Our schemas test check all files if they are present, but it so far it did not check that the request and response schema referenced in software.cfg.json were really existing and they were missing for some softwares. This extends the test to check that request / response exists and add missing responses for cdn-me and srslte See merge request nexedi/slapos!910
-
Jérome Perrin authored
So that the test fail if they are missing.
-
Jérome Perrin authored
monitor_v6_url and info_1 were not documented, monitor_v6_url is useless since we have monitor_url and info_1 seems "self explanatory" for humans and not targeted at machines. also fix typo on publish-connection-informations
-
Jérome Perrin authored
It's empty because the instance does not publish anything at this point.
-
- 19 Feb, 2021 1 commit
-
-
Xavier Thompson authored
See merge request !892
-
- 18 Feb, 2021 17 commits
-
-
Kazuhiko Shiozaki authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
It allows to access monitoring with a monitoring web app.
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
If the service crash it will inform master by trigger a "bang" call
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
Learn more by reading: README.update-hash.rst
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Thomas Gambier authored
-
Jérome Perrin authored
This repairs buildout profiles on python 2. To backport the patch on old profiles, a simpler version is to append this to buildout.cfg : ``` [versions] pyrsistent = 0.16.1 ``` See merge request nexedi/slapos!908
-
- 17 Feb, 2021 4 commits
-
-
Jérome Perrin authored
some depends egg have special installation methods, we need more than just listing the egg to install it.
-
Jérome Perrin authored
1.0.167 can not longer be installed, 1.0.167.1 is 1.0.167 with a fix backported.
-
Jérome Perrin authored
pyrsistent has a setup_require of pytest-runner. Buildout installs setup_require from their latest version, regardless of [versions]. When a new version of pytest-runner was released without python 2 support this broke installation of software releases on python 2.
-
Jérome Perrin authored
This reverts commit c2a7ed05.
-
- 16 Feb, 2021 3 commits
-
-
Lu Xu authored
See merge request nexedi/slapos!907
-
Xavier Thompson authored
`autorun` controls the `slapos-node-auto` service: - `running`: start `slapos-node-auto` - `stopped`: stop `slapos-node-auto` - ( else ) : leave `slapos-node-auto` as it is See merge request nexedi/slapos!888
-
Jérome Perrin authored
slapgrid is the old name of slapos node command.
-
- 15 Feb, 2021 1 commit
-
-
Alain Takoudjou authored
-
- 12 Feb, 2021 6 commits
-
-
Xavier Thompson authored
-
Thomas Gambier authored
This reverts commit b3394953.
-
Alain Takoudjou authored
See merge request nexedi/slapos!904
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
Jscrawler is a Nodejs app used to crawl a website and build the sitemap xml file. Sitemaps are downloadable through http server deployed in the SR.
-
- 11 Feb, 2021 3 commits
-
-
Łukasz Nowak authored
Test has been updated, as it was not really testing parameter given to the user. Currently the situation is not perfect, but good enough. Real test would require full monitor URL implicit usage understanding which is out of scope of this test.
-
Xavier Thompson authored
See merge request nexedi/slapos!903
-
Łukasz Nowak authored
Then using caucase implies monitor, and it's not required to do so in the softwares using monitor.
-