- 13 Jan, 2021 1 commit
-
-
Xavier Thompson authored
-
- 16 Oct, 2020 1 commit
-
-
Léo-Paul Géneau authored
-
- 05 Aug, 2020 2 commits
-
-
Jérome Perrin authored
It seems `eclint fix folder/file` sometimes dos not work, but `eclint fix folder/` worked.
-
Jérome Perrin authored
done with: npm install git ls-files | grep -v '\/unstable\/' | xargs ./node_modules/.bin/eclint fix git ls-files | grep buildout.hash.cfg | xargs ./update-hash
-
- 17 Feb, 2020 1 commit
-
-
Bryton Lacquement authored
-
- 19 Nov, 2019 1 commit
-
-
Łukasz Nowak authored
-
- 07 Oct, 2019 1 commit
-
-
Jérome Perrin authored
-
- 05 Mar, 2019 1 commit
-
-
Łukasz Nowak authored
Improved supervisord management is critical for maintenance of instances between tests.
-
- 22 Jan, 2019 1 commit
-
-
Jérome Perrin authored
/reviewed-on !504
-
- 20 Dec, 2018 1 commit
-
-
Łukasz Nowak authored
-
- 31 Aug, 2018 1 commit
-
-
Jérome Perrin authored
In preparation for moving this to a better place, use the same code in all the places where this code was duplicated. Reconcile all implementations, document a little bit more the methods and the future plans.
-
- 28 Aug, 2018 1 commit
-
-
Jérome Perrin authored
When slapos.libnetworkcache is not installed, then shacache is not enabled, so SR will no longer build when there's a dead link. /reviewed on !379
-
- 22 Jun, 2018 1 commit
-
-
Vincent Pelletier authored
Filename is split as an URL path, and joined in OS-dependent manner. Remove corresponding comment in all buildout.hash.cfg files.
-
- 23 May, 2018 3 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
an utility method to control and query supervisor instance used by slapos using http://supervisord.org/api.html
-
Jérome Perrin authored
Some files and sockets where created in their default location, which was in the software. As a result, this software was working only on webrunner or testnodes, which uses same unix user for software and instance.
-
- 22 May, 2018 3 commits
-
-
Jérome Perrin authored
fix all getInstanceParameterDict typos
-
Jérome Perrin authored
supervisord creates a socket with pid in the name, so we have to account for the space of pid. Because it's not so easy to know the max size of pids, we just assume 7 places.
-
Jérome Perrin authored
otherwise we leak zombie slapproxy processes
-
- 17 Apr, 2018 1 commit
-
-
Jérome Perrin authored
fix getInstanceParameterDict typo
-
- 15 Apr, 2018 2 commits
-
-
Jérome Perrin authored
To run tests locally by `python setup.py test` This is a new kind of test suite that compile software, request instance with specific parameters and check that the instance works as expected.
-
Jérome Perrin authored
-