- 20 Dec, 2024 1 commit
-
-
Łukasz Nowak authored
-
- 19 Dec, 2024 5 commits
-
-
Łukasz Nowak authored
Empty path shall result with /, not with an empty string. Even if it is handled by some backends, it's a kind of a lie, especially, when additional path from the request come in. XXX - is that really the place to fix it?
-
Łukasz Nowak authored
-
Łukasz Nowak authored
XXX: * improve it more * adapt tests Test backend needs to mimic all possible real backend cases. Just an example of how tests shall be rewritten. Also backend is backward compatible in old bad way, with representing headers as a dict instead of sorted list of lists.
-
Łukasz Nowak authored
-
Joanne Hugé authored
Previous version was not uploaded properly to shacache
-
- 18 Dec, 2024 1 commit
-
-
Thomas Gambier authored
-
- 17 Dec, 2024 1 commit
-
-
Xavier Thompson authored
Version up zc.buildout 3.0.1+slapos008 Version up zc.recipe.egg 2.0.8.dev0+slapos008 See merge request !1709
-
- 16 Dec, 2024 3 commits
-
-
Joanne Hugé authored
-
Thomas Gambier authored
-
Alain Takoudjou authored
See merge request !1707
-
- 12 Dec, 2024 1 commit
-
-
Alain Takoudjou authored
We need also to start gitaly service before start gitlab restoration.
-
- 11 Dec, 2024 12 commits
-
-
Joanne Hugé authored
They are already in slapos stack
-
Joanne Hugé authored
- add power_on parameter - fix amarisoft_version parameter in ue - fix com address in UE configuration - add nginx for the websocket
-
Joanne Hugé authored
During tests a hostname and port is provided instead of an URL, so hostname needs to be retrieved
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
Update gNB configuration to match 2024 Amarisoft
-
Joanne Hugé authored
-
Joanne Hugé authored
-
- 10 Dec, 2024 5 commits
-
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
User is still allowed to input a hidden parameter to change the version
-
Joanne Hugé authored
-
- 08 Dec, 2024 1 commit
-
-
Jérome Perrin authored
-
- 06 Dec, 2024 1 commit
-
-
Thomas Gambier authored
-
- 05 Dec, 2024 4 commits
-
-
Łukasz Nowak authored
After dropping _force_slapos_node_instance_all tests with parameter propagation need special treatment: * during first waitForInstance it is needed to wait for instance for the parameterto be requested to the master * during second waitForInstance the parameter is being propagated to other instances This is solved by waitForInstanceWithPropagation In some cases tests are modyfing in-place partitions (eg. .slapos-resource) in order to mock some states. Then it's required to force instatiation with waitForInstanceWithForce. In other places additional, sometimes conditional, processing is added in order to account for non forced default processing.
-
Łukasz Nowak authored
Do not force --all for instance in order to test real instantiation.
-
Jérome Perrin authored
fix this error: t/unit-tests/clar/clar.c:209:10: fatal error: clar.suite: No such file or directory 209 | #include "clar.suite" | ^~~~~~~~~~~~ compilation terminated. make: *** [Makefile:2795: t/unit-tests/clar/clar.o] Error 1 git: Command 'set -e;make ' returned non-zero exit status 2. git: Compilation error. The package is left as is at /srv/slapgrid/slappart47/t/drw/shared/git/832728c0d7e76c5e768f4e3b2767d29d/.build/git-2.47.1 where you can inspect what went wrong. A shell script slapos.recipe.build.env.sh has been generated. You can source it in your shell to reproduce build environment. While: Installing git. Error: System error
-
Jérome Perrin authored
See merge request !1701
-
- 04 Dec, 2024 5 commits
-
-
Thomas Gambier authored
-
Roque authored
-
Roque authored
-
Roque authored
- drop hardcoded values, use instance parameters - propagate parameters to sub instances - use uri template for monitoring setup url - plus: fix password reinstall
-