- 15 Sep, 2020 8 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
By using virtio-scsi-pci it's possible to attach many CD-ROMs to be boot from.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Thanks to using to draft-06 schema oneOf the "Boot image" field provides a list of images to select one to boot.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 11 Sep, 2020 4 commits
-
-
Julien Muchembled authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Update to version 1.5.0 - slapos node tasks to control slapos from theia - git uses integrated editor when opening editor - fix "Upload files..." - support rust (after a manual cargo install) - better plantuml support See merge request nexedi/slapos!799
-
- 09 Sep, 2020 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 07 Sep, 2020 9 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
+minor cleanups user section was not used
-
Jérome Perrin authored
Upload files feature uses a websocket at /file-upload , so configure frontends to allow web sockets on this path.
-
Jérome Perrin authored
When using nested slapos $HOME might not be set (which might be a bug in slapos format) so set $HOME ourselves so that we don't use home files from the outer slapos.
-
Jérome Perrin authored
See https://github.com/eclipse-theia/theia/blob/v1.5.0/CHANGELOG.md#v150---27082020 Use newer nodejs as per requirement Use vscode extensions for json and plantuml
-
Jérome Perrin authored
This is current LTS
-
Jérome Perrin authored
so that theia can use a local installation of rust using rustup
-
Jérome Perrin authored
Introduce an easy way to run slapos commands in a more integrated way.
-
Jérome Perrin authored
-
- 31 Aug, 2020 1 commit
-
-
Jérome Perrin authored
Instead of installing the software inside slaprunner from 1.0 branch, use the same branch as the tested one, this should allow to see regressions earlier (before they got merged in 1.0)
-
- 28 Aug, 2020 1 commit
-
-
Jérome Perrin authored
this profile was modified in c6cc45ab (all: apply eclint to unify empty lines at end of file, 2020-08-05) but does not use buildout.hash.cfg, so md5sum was not automatically updated.
-
- 27 Aug, 2020 1 commit
-
-
Jérome Perrin authored
Since f3613b91 (version up slapos.toolbox 0.110, 2020-08-21) slapos.toolbox needs lzma, which should always be installed with slapos component, because letting buildout install the egg from pypi would build against system libzma library (or fail if not present). This introduce `*-dependencies` sections for eggs that have some dependencies that needs to be installed by slapos and use it, especially in section which install eggs from git for testing. See merge request nexedi/slapos!804
-
- 26 Aug, 2020 6 commits
-
-
Julien Muchembled authored
-
Jérome Perrin authored
Sometimes during the first request to zope mariadb is not started yet and we have an Site Error. In this case retry several times until we have a sucessful response.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Jérome Perrin authored
section to install dependencies of slapos.toolbox using slapos libraries
-
Jérome Perrin authored
section to install dependencies of slapos.cookbook using slapos libraries
-
- 25 Aug, 2020 4 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
ERP5 software release has some support for mariadb slow queries: - run `pt-query-digest` daily - check that the number of slow queries and the slowest slow query do not exceed some thresholds defined as instance parameters but this had issues: - the daily `pt-query-digest` reports where kept as not-compressed text files, which over time takes quite a lot of disk space - the threshold detection was not working, since strings and floats were compared - see nexedi/slapos.toolbox!83 This uses new techniques in software release testing from nexedi/slapos.core!245, we use [faketime] to simulate running crontabs and promises at a specific time in the future, so that we can assert the exact expected behaviour of crontab scripts. [faketime]: https://github.com/wolfcw/libfaketime See merge request nexedi/slapos!801
-
Łukasz Nowak authored
-
Jérome Perrin authored
Since this version introduces a dependency on backports.lzma we had to explicitly install backports.lzma in a slapos compliant way before installing slapos.toolbox, because installing the egg needs xz-utils. For slapos-sr-testing it's also a version up of backports.lzma to 0.14.0
-
- 24 Aug, 2020 5 commits
-
-
Łukasz Nowak authored
Fixes problems with massive hosting and backend leaking to other definitions.
-
Jérome Perrin authored
Starting from slapos.toolbox 0.110, this promise will report error if the the amount of slow queries is over the threshold - before this version due to bug in slapos.toolbox it was not - to keep this behavior and prevent too many errors with this promise that is still in early stages of development, we disable this promise unless it is explicitly requested in instance parameters.
-
Jérome Perrin authored
These reports are large, no need to keep them as text
-
Jérome Perrin authored
introduce test utilities to check crontabs using faketime and use it to check that we produce full dumps of mariadb.
-
Jérome Perrin authored
-