- 09 Jun, 2017 4 commits
-
-
Tomáš Peterka authored
/reviewed-on nexedi/slapos!157
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Łukasz Nowak authored
/reviewed-on nexedi/slapos!166
-
- 08 Jun, 2017 1 commit
-
-
Iliya Manolov authored
@Tyagov @kirr /reviewed-on nexedi/slapos!171
-
- 07 Jun, 2017 2 commits
-
-
Hardik Juneja authored
Buildout commit in discussion: nexedi/slapos.buildout@43839169 /reviewed-on nexedi/slapos!176
-
Rafael Monnerat authored
Follow up the change done on boost-lib: 'component/boost-lib: build with SlapOS gcc.' Include --with-boost on configure.
-
- 06 Jun, 2017 6 commits
-
-
Rafael Monnerat authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Rafael Monnerat authored
Use /folder/script can lead to mistakes which cause error, as the instance side cannot find the file. Use directly the section is better to ensure you get the file even after changes on common.cfg. Clean up location set on common.cfg, and reduce code duplication.
-
Rafael Monnerat authored
instance-runner-export.cfg.in extends instance-runner.cfg, so we don't need the secton here.
-
- 05 Jun, 2017 3 commits
-
-
Julien Muchembled authored
-
Iliya Manolov authored
@Tyagov @alain.takoudjou @Nicolas @kirr /reviewed-on nexedi/slapos!158
-
Hardik Juneja authored
/reviewed-on nexedi/slapos!175
-
- 03 Jun, 2017 2 commits
-
-
Julien Muchembled authored
Further rewrite should be done but at least there's no awk code anymore.
-
Julien Muchembled authored
-
- 02 Jun, 2017 7 commits
-
-
Rafael Monnerat authored
Apache MPM Watchdog promise was introduced to search apache on deadlock state after a graceful reload and kill them after 600s. This change prevents the apache lack of nodes after several processes get stalled on deadlock.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This can be used to define minimal metrics to the frontend to prevent mpm nodes starvation after gracefull restarts
-
Rafael Monnerat authored
Wait for 60 to reload apache configuration in order to accumulate several logrotate runs. If the amount of slaves are too high, the number of logs are high, so the entries on logrotate are also high. So it is enough to DDoS with a huge amount of 'kill -1', so delay is the only way to avoid to re-implement logrotate existing features. Only reload the apache configuration if the the apache configuration or the certificates contains a change, else don't reload it. Keep a command on bin folder to force reload of configuration in case it is required.
-
Boxiang Sun authored
The mpc and mpfr component already in the component/binutils.cfg. Remove the duplicate ones. Update: the test passed. @rafael /reviewed-on nexedi/slapos!163
-
Hardik Juneja authored
/reviewed-on nexedi/slapos!173
-
Hardik Juneja authored
/reviewed-on nexedi/slapos!172
-
- 01 Jun, 2017 2 commits
-
-
Hardik Juneja authored
/reviewed-on nexedi/slapos!169
-
Kazuhiko Shiozaki authored
-
- 31 May, 2017 1 commit
-
-
Ivan Tyagov authored
Tests do pass in https://nexedi.erp5.net/test_result_module/20170530-4EB92D8F/view /reviewed-on nexedi/slapos!168
-
- 30 May, 2017 4 commits
-
-
Nicolas Wavrant authored
Enum values are interpreted as strings in the web ui, which makes impossible to chosse the number of backups. Also, set the minimum number of backup to 0, as it is now possible.
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
- 26 May, 2017 1 commit
-
-
Julien Muchembled authored
This fixes the following error: slapos-kill: error: unrecognized arguments: -l /srv/slapgrid/slappart38/var/log/neostorage-0.log
-
- 24 May, 2017 3 commits
-
-
Alain Takoudjou authored
certificate-authority software release and stack was renamed to caucase
-
Rafael Monnerat authored
-
Julien Muchembled authored
-
- 23 May, 2017 4 commits
-
-
Rafael Monnerat authored
-
Julien Muchembled authored
plus: - do not fail if ncurses is installed on the system - enable libmagic - load share/nano/*.nanorc by default
-
francois authored
Needed for receipt_recognition module. It contain the ocropy library and its binarization, segementation and recognition tools, as well as the scipy library containing the ndimage and stats module used in receipt_recognition_module for the binarization and inside ocropy. This is separated in 3 commits: The first one add ocropy and dependancies inside slapos component; The second one add the ocropy component to stack/erp5 buildout config file, and add gcc to the binaries callable from erp5 (needed by ocropy); The third is only required for the module to work without installing the wendelin software. Edit: To keep discussions posts, i wont rebase in master, to see the rebased final commits: https://lab.nexedi.com/francois.lecorre/slapos/commits/rebased_branch /reviewed-on nexedi/slapos!153
-
francois authored
Ocropy needs one of matplotlib component to be imported during buildout. This component needs cycler and dateutil
-