- 18 Feb, 2021 13 commits
-
-
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
-
Thomas Gambier authored
-
- 17 Feb, 2021 2 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.
-
- 16 Feb, 2021 3 commits
-
-
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 !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 3 commits
-
-
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 2 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.
-
Łukasz Nowak authored
Then using caucase implies monitor, and it's not required to do so in the softwares using monitor.
-
- 09 Feb, 2021 3 commits
-
-
Łukasz Nowak authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Some old version of plugins have been removed from openvsx when they changed licence. Uploaders who did not sign the licence had their extensions removed. This was the case for some builtin vscode extensions uploaded by openvsx script.
-
- 08 Feb, 2021 1 commit
-
-
Łukasz Nowak authored
-
- 05 Feb, 2021 12 commits
-
-
Łukasz Nowak authored
Adding monitor stack allows to use the monitor, then passing the profile and extending it allows to correctly deploy.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Since haproxy checks the test server for availability and does it asynchronously, the test server has to reply ASAP for given request, but when one request blocks, then whole server is blocked, so just simply switch it to threading model. It's not the best, but good enough for test usage.
-
Łukasz Nowak authored
backend-active-check is really long and technical name, whereas health-check is well known description of backend checks.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
X-Reply-Status-Code follow usual way to configure responses.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
This verification happens on the connection to the backend with backend-haproxy component, and changes like type of the slave or cache usage does not impact it.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-