- 18 Feb, 2021 2 commits
-
-
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 5 commits
-
-
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.
-
- 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
-
- 07 Feb, 2021 1 commit
-
-
Julien Muchembled authored
-
- 05 Feb, 2021 13 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
-
Jérome Perrin authored
Several softwares were using fixed versions, but versions are also defined in stack/slapos.cfg, so let's use from stack/slapos.cfg which will simplify version management. This urllib3 has visible changes for us, it no longer send the request path "as is", but normalizes the . and .. which is not what we want in caddy-frontend test, so we adjust the test to use prepared requests, which is the recommended approach for this kind of low level needs. Since prepared requests does not set default user agent "python-requests", tests checking that user agent is in log files have been adjusted to use a dedicated test user agent header. Another change is that certificates are now verified by default, so we adjust seleniumserver tests to disable certificate validation. jstestnode, already had a patch regarding certificate validation, because we wanted certificates to be validated before it was the default. We just update this patch a bit because we want to keep the optional behaviours of validating against a specific CA or to disable validation.
-
- 04 Feb, 2021 2 commits
-
-
Łukasz Nowak authored
-
Jérome Perrin authored
also update slapos.toolbox to 0.116
-
- 03 Feb, 2021 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Default and cluster are tested for the most expected usage.
-