- 07 Jul, 2024 4 commits
-
-
Jérome Perrin authored
also reorganise the build to use latest golang
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 24 Jun, 2024 10 commits
-
-
Jérome Perrin authored
testing strategy: - use an external method with a transaction manager which sleeps for 20 seconds during tpc_vote and tpc_commit - commit such a transaction - stop zope - check the stop happens after the tpc_commit
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
For now this still have to be enabled with a config like this in a .conf file in srv/telegraf/extra-config/ : [[inputs.execd]] name_override = "slapos" # this needs sudo when using can not access supervisor socket, like when being installed in root slapos command = ["/usr/bin/sudo", "$SOFTWARE_DIR/go.work/bin/telegraf-input-slapos", "-config", "/path/to/slapos.conf"] /path/to/slapos.conf would contain something like this: [[inputs.slapos]] ## Folder where partitions are located instance_root = "/srv/slapgrid/" ## filepath.Glob pattern to look for recursive instances recursive_instance_glob_pattern = "*/srv/runner/inst*/" ## Path of supervisor socket, relative to instance root socket_name = "sv.sock"
-
Jérome Perrin authored
This version has a new sql input, that can be used to get metrics from sql queries.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 19 Jun, 2024 1 commit
-
-
Alain Takoudjou authored
-
- 17 Jun, 2024 1 commit
-
-
Alain Takoudjou authored
See merge request nexedi/slapos!1558
-
- 14 Jun, 2024 3 commits
-
-
Alain Takoudjou authored
-
Kazuhiko Shiozaki authored
-
Joanne Hugé authored
-
- 12 Jun, 2024 10 commits
-
-
Alain Takoudjou authored
git >= 2.31 crash on fetch-pack when running gitlab-backup see: https://lore.kernel.org/git/20240606133605.602276-1-kirr@nexedi.com/T/#m9d454aadc8857b84f17d1a331739f7399cf1bbf8
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Léo-Paul Géneau authored
See merge request nexedi/slapos!1592
-
Léo-Paul Géneau authored
Assert `open62541` library works by joining a multicast group.
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
Update component to be suitable for osie-coupler
-
Léo-Paul Géneau authored
-
Jérome Perrin authored
1.0.0 was not python2 compatible, setuptools ignored this
-
- 11 Jun, 2024 10 commits
-
-
Jérome Perrin authored
See merge request nexedi/slapos!1257
-
Jérome Perrin authored
This brings updates of many dependencies on python3, while mostly keeping the same versions for python2. This enables a new `erp5-py3` test in software/slapos-sr-testing, which should pass already, but with NEO and WCFS being marked as expected failure or skipped for now. This also brings pylint support on python3, which we will be able to reuse in software/slapos-testing. Co-authored-by: Kazuhiko SHIOZAKI <kazuhiko@nexedi.com> Co-authored-by: Arnaud Fontaine <arnaud.fontaine@nexedi.com> Co-authored-by: Bryton Lacquement <bryton.lacquement@nexedi.com>
-
Jérome Perrin authored
This bring new versions of jupyter, numpy and other scientific python software. This impacts software/jupyter, which will now run more recent versions and prepares stack/erp5 for python3 support, while not impacting the python2 version.
-
Jérome Perrin authored
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
-
Jérome Perrin authored
This reverts commit 6c399134.
-
Jérome Perrin authored
This is not really specific to python2, it is specific to ERP5, now that ERP5 uses python3, the naming became not really good
-
Jérome Perrin authored
-
Jérome Perrin authored
This reverts 1b291415 (component/ghostscript: Workaround for slaprunner paths with double slashs, 2021-06-02) and 4e9a9cf1 (component/tesseract: Workaround for slaprunner paths with double slashs, 2021-08-19). We no longer support slappruner and these commits were causing issues on python3
-
- 10 Jun, 2024 1 commit
-
-
Xavier Thompson authored
statsmodels and websocket-client were pinned to Python3-only versions, and slapos.toolbox was installed in develop mode from a Python3-only revision.
-