- 18 Jul, 2019 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
/reviewed-on nexedi/slapos!597
-
- 16 Jul, 2019 5 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Matevz Golob authored
/reviewed-on !595
-
Rafael Monnerat authored
-
- 15 Jul, 2019 1 commit
-
-
Rafael Monnerat authored
msgpack as it is a new dependency since the introduction of cachecontrol
-
- 12 Jul, 2019 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 11 Jul, 2019 3 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Rafael Monnerat authored
There are cases when the db isn't upgrade but the webrunner is, that the db migration may occur during the import, cause error for a certain period of time (until db inside runner0 is updated).
-
- 10 Jul, 2019 3 commits
-
-
Łukasz Nowak authored
Due to missing monitor frontend in tests this change is not covered by tests. /reviewed-on nexedi/slapos!592
-
Łukasz Nowak authored
As caddy_configuration_state provides information with exit code use it directly in the if instead of running it with $(), which stops execution when configuration is not changed. Improve checking for too old result - do not remove the file, instead check for too old result and then recalculate. /reviewed-on nexedi/slapos!589
-
Łukasz Nowak authored
As Kedifa speaks HTTP check that it can reply with HTTP, not that just it is possible to connect to. /reviewed-on nexedi/slapos!591
-
- 09 Jul, 2019 1 commit
-
-
Łukasz Nowak authored
/reviewed-on nexedi/slapos!590
-
- 06 Jul, 2019 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 05 Jul, 2019 1 commit
-
-
Ivan Tyagov authored
bedba966
-
- 04 Jul, 2019 3 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
We need to sleep to give chance for Caddy to pick up the signal.
-
Thomas Gambier authored
This SR has been developed for a demo. The purpose is to have a running pureftpd server which will call a script "/opt/pureftpd/upload_script" each time a file is uploaded. Pureftpd is used because it is already used in the current working environment of our partner and they don't want to change for now. The script /opt/pureftpd/upload_script" is left out of the SR on purpose because it will be written by people outside Nexedi at first and contains sensitive information. Also, it is on purpose in /opt directory of the machine because this SR will be deployed on only one machine for now and the script will be shared by all pureftpd instances. /reviewed-on nexedi/slapos!503
-
- 03 Jul, 2019 4 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
In some cases domain can come from "outside" of the profile, and be filled with "garbage", so if custom_domain is set, do not overwrite it.
-
Łukasz Nowak authored
-
Jérome Perrin authored
/reviewed-on nexedi/slapos!588
-
- 02 Jul, 2019 2 commits
-
-
Łukasz Nowak authored
…ration state calculation"" The states has been correctly propagated and used. Original author had no idea what he was doing, possibly because of some incorrect assumptions while developing this fix. /reviewed-on nexedi/slapos!587
-
Ivan Tyagov authored
Tests passing, merging right away. /reviewed-on nexedi/slapos!586
-
- 01 Jul, 2019 4 commits
-
-
Ivan Tyagov authored
-
Thomas Gambier authored
in some webrunner, there are 2 keys in equeue.db: ``` >>> print(db.keys()) ['/srv/slapgrid/slappart18/bin//runner-importer', '/srv/slapgrid/slappart18/bin/runner-importer'] ``` We suppose that the 2nd key was used after the first key so we take the timestamp of the last key. /reviewed-on nexedi/slapos!578
-
Ivan Tyagov authored
-
Ivan Tyagov authored
otherwise it will stall VM execution. This is observed inside qemu VM started by https://lab.nexedi.com/nexedi/slapos/blob/master/software/erp5testnode/testsuite/deploy-test/software.cfg In qemu log one can see: === QEMU waiting for connection on: disconnected:unix:/srv/slapgrid/slappart6/var/qmp_socket,server === Affected version: root@z600:/srv/slapgrid/slappart6# /opt/slapgrid/7903668a197f3cf8f94375d0739a21e8/parts/kvm/bin/qemu-system-x86_64 --version QEMU emulator version 2.8.0 Copyright (c) 2003-2016 Fabrice Bellard and the QEMU Project developer /reviewed-on nexedi/slapos!585
-
- 28 Jun, 2019 4 commits
-
-
Thomas Gambier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
This parameter was documented but not implemented in the software release, is not a feature provided by caucase, and is not a slapos-compliant feature. It is now a place-holder in parameter schema.
-
Vincent Pelletier authored
-
- 27 Jun, 2019 3 commits
-
-
Killian Lufau authored
-
Killian Lufau authored
The gitclone reciped is used for babeld to get submodules added in the latest babeld version. gcc is forced to use `-std=gnu99` because default std has changed in version 5.1 and we get errors when compiling babeld with older gcc.
-
Killian Lufau authored
-