- 29 Oct, 2018 13 commits
-
-
Łukasz Nowak authored
Fix calls to rerequest
-
Łukasz Nowak authored
Use KeDiFa to store keys, and transmit the url to the requester for master and slave partitions. Download keys on the slave partitions level. Tests are adapted to follow new way. Improve tests. TODO: * switch to SSL-only KeDiFa * awwait for KeDiFa SSL-auth and use it
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
With executing assertEqual(expected, given) the results, especially with dicts or multiline strings, are more readable in case of failure.
-
Łukasz Nowak authored
Context, nicely filled in by slapos.recipe.template, is required in the macros.
-
Łukasz Nowak authored
-
Vincent Pelletier authored
Jerome Perrin: Update stack/caucase/README.rst
-
Łukasz Nowak authored
Improves 57bdf689 by having stored and expected values stable across runs. Also assertion is done with {hash} instead its real value, as it has no meaning to test user.
-
Thomas Gambier authored
this is a followup of nexedi/slapos!427 /reviewed-on nexedi/slapos!431
-
Kirill Smelkov authored
Previously it was required to put \ into multi-entry gowork.install, because the way it was processed was to directly pass it into bash command, and if \n were there the command was cut by bash and the trailing was considered as another command. We can avoid that by explicitly processing \n in gowork.install and translate it to just ' '. This helps people because now gowork.install becomes just a regular multiline buildout entry, similar e.g. to gowork.cpkgpath et all. Here is one example where it helps: jerome/slapos@95c45fe0 (comment 68408) /reviewed-by @jerome /reviewed-on nexedi/slapos!430
-
Łukasz Nowak authored
Since f427842b some software releases has been found to be without pinnsed eggs for GitPython dependency. /reviewed-on nexedi/slapos!432
-
- 26 Oct, 2018 8 commits
-
-
Thomas Gambier authored
/reviewed-on nexedi/slapos!427
-
Guillaume Hervier authored
/reviewed-on nexedi/slapos!413
-
Guillaume Hervier authored
-
Guillaume Hervier authored
-
Guillaume Hervier authored
-
Julien Muchembled authored
-
Jérome Perrin authored
using husky + lint-staged
-
Jérome Perrin authored
-
- 25 Oct, 2018 1 commit
-
-
Guillaume Hervier authored
There was two sections writing the file `bin/monitor-httpd` which led to some problems when running things /reviewed-on nexedi/slapos!426
-
- 24 Oct, 2018 8 commits
-
-
Guillaume Hervier authored
/reviewed-on nexedi/slapos!409
-
Guillaume Hervier authored
-
Guillaume Hervier authored
-
Kazuhiko Shiozaki authored
-
Guillaume Hervier authored
/reviewed-on nexedi/slapos!411
-
Guillaume Hervier authored
/reviewed-on nexedi/slapos!410
-
Guillaume Hervier authored
-
Guillaume Hervier authored
-
- 22 Oct, 2018 4 commits
-
-
Rafael Monnerat authored
Sticky computer on kvm cluster, will make the requester (root instance on this case), request the children on the same computer as itself.
-
Guillaume Hervier authored
-
Guillaume Hervier authored
-
Rafael Monnerat authored
-
- 19 Oct, 2018 2 commits
-
-
Guillaume Hervier authored
-
Guillaume Hervier authored
-
- 17 Oct, 2018 1 commit
-
-
Julien Muchembled authored
-
- 16 Oct, 2018 1 commit
-
-
Boris Kocherov authored
/reviewed-on nexedi/slapos!421
-
- 15 Oct, 2018 1 commit
-
-
Rafael Monnerat authored
-
- 12 Oct, 2018 1 commit
-
-
Nicolas Wavrant authored
usually, the software release path is : in a web runner : /srv/slapgrid/slappartXX/srv/runner/project/buildout.cfg in a test node : /srv/slapgrid/slappartX/srv/testnode/xx/inst/test0-XX/srv/runner/project/buldout.cfg the previous regex was replacing in all slappartX and test0-X by the new test0-Y which of course would make an existing path : /srv/slapgrid/test0-Y/.../test0-Y/... This commit only replace the latest occurence in order to have compatible code in the "normal" case, and in the test nodes
-