- 21 Apr, 2024 2 commits
-
-
Kirill Smelkov authored
Upgrading pygolang in the context of SlapOS brings in some minor speedup and fixes, but is mostly needed for ors-amarisoft software release due to fix for a memory leak and optimized timers: nexedi/pygolang@2ec5e96b nexedi/pygolang@044deb35 The full list of the changes is below: nexedi/pygolang@pygolang-0.1...pygolang-0.1-69-g044deb35 /cc @jerome /cc ORS team (@jhuge, @lu.xu, @tomo, @xavier_thompson, @Daetalus)
-
Kirill Smelkov authored
Similarly to wendelin.core (see ad34ff4a "wendelin.core: Always use git checkout for both release and development version") let's switch pygolang to install via git checkout for both release and tests. This way we avoid dependency on pypi and will be able to do minor updates without doing bigger to-pypi releases. Always using git checkout also helps security a bit because we remove reliance on trust to tarball received from pypi. /cc @jerome, @kazuhiko
-
- 19 Apr, 2024 1 commit
-
-
Kirill Smelkov authored
@jerome reports ue/cell/* schemas are not valid JSON and he is right: in 30179be5 I made a mistake to add extra trailing " after propertyOrder integer value. Fix that.
-
- 17 Apr, 2024 1 commit
-
-
Ivan Tyagov authored
-
- 16 Apr, 2024 1 commit
-
-
Rafael Monnerat authored
See merge request nexedi/slapos!1564
-
- 15 Apr, 2024 6 commits
-
-
Rafael Monnerat authored
They are json-editor specific features and are not part of the json schema
-
Rafael Monnerat authored
By using ref to ../ru/input-schema.json you append oneOf list and dont extend the current list. This fixes validation properly when oneOf the values are used.
-
Rafael Monnerat authored
Done by Thomas Gambier
-
Rafael Monnerat authored
See merge request nexedi/slapos!1555
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 12 Apr, 2024 18 commits
-
-
Kazuhiko Shiozaki authored
-
Julien Muchembled authored
See commit 77eabe12. BTW, the mentionned 3ff25131 commit was part of !1559.
-
Léo-Paul Géneau authored
See merge request nexedi/slapos!1549
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
* Separate root and subscriber from drone SRs to avoid compilation of unnecessary dependencies * display logs in debug mode
-
Léo-Paul Géneau authored
Rename subinstances to avoid conflict. Once a subinstance is allocated on a computer, changing `sla-computer_guid` does not move the subinstance. Therefore an instance name containing the computer's guid is necessary.
-
Léo-Paul Géneau authored
Fix logs printed out of the logging area
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
Process all available logs to avoid delay in log printing.
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
Indicate the time of the last received message in format hh:mm:ss .
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
Set c-astral SR in its own file and leave the autopilot used blank in software-base.cfg
-
Léo-Paul Géneau authored
Set publishing interval to 200 ms so radio network is not overflown
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
Allow subscribers' network interface to be different from the drones' one
-
Léo-Paul Géneau authored
-
- 11 Apr, 2024 4 commits
-
-
Lu Xu authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
* use the default RSA key length, instead of hardcoding 1024 (too weak) or 2048 (same as the current default). * use SHA256 in certificates.
-
- 10 Apr, 2024 2 commits
-
-
Ivan Tyagov authored
See merge request nexedi/slapos!1559
-
Ivan Tyagov authored
This reverts commit 3ff25131d56c7f66066b70191ac828a666600e92.
-
- 09 Apr, 2024 2 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
by default on riscv architecture, the libffi.so will be placed in lib/lp64d but everywhere else in buildout (and especially for the compilation of python3) we expect the lib to be in lib/ directory.
-
- 08 Apr, 2024 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 07 Apr, 2024 1 commit
-
-
Kazuhiko Shiozaki authored
-