- 25 Feb, 2025 3 commits
-
-
Łukasz Nowak authored
There is no reason to have so many empty lines, as other tools can have troubles with processing it.
-
Łukasz Nowak authored
Do not return installed files in order to avoid endless Uninstall/Install of the part and instead use the uninstall hook to handle the file when part is uinstalled. Also re-install during update if there was a problem with publishing during install; note that checking for file presence on each update is very fast, so the speed gain is preserved.
-
Romain Courteaud authored
Call it only on demand, to get rid of useless http queries
-
- 24 Feb, 2025 8 commits
-
-
Thomas Gambier authored
-
Levin Zimmermann authored
A new version of zodburi has been released [1] that removes Python2 compatibility shims [2] and is therefore needed to successfully run 'wendelin.core' tests with python3 [3]. Suggested by @kirr. [1] https://pypi.org/project/zodburi/3.0.0/ [2] https://github.com/Pylons/zodburi/commit/a00fea755 [3] wendelin.core!35 /reviewed-by @kirr @jerome /reviewed-on !1745
-
Julien Muchembled authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Carlos Ramos Carreño authored
When there is not a nobody user (for example inside Docker), the tests TestAmbientCaps and TestAmbientCapsUserns should be skipped instead of failing. This has been patched upstream in https://github.com/golang/go/commit/1959703dddffef61760d5d4fdedc4df8d2d73438 and we use here that patch. See merge request !1741
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 22 Feb, 2025 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 21 Feb, 2025 2 commits
-
-
Kirill Smelkov authored
Starting from pygolang@95fd2889 pygolang needs zodbpickle for tests. So without pinning zodbpickle testnodes starrted to error with Installing gpython-interpreter. While: Installing gpython-interpreter. Base installation request: 'pygolang[all_test]' Requirement of pygolang[all_test]: py; python_version >= "3" and extra == "all_test" Requirement of pygolang[all_test]: zodbpickle; extra == "all-test" Requirement of pygolang[all_test]: wheel; extra == "all-test" Requirement of pygolang[all_test]: setuptools-dso>=2.8; extra == "all-test" Requirement of pygolang[all_test]: setuptools; extra == "all-test" Requirement of pygolang[all_test]: pytest; extra == "all-test" Requirement of pygolang[all_test]: numpy; extra == "all-test" Requirement of pygolang[all_test]: ipython; extra == "all-test" Requirement of pygolang[all_test]: cython<3; extra == "all-test" Requirement of pygolang[all_test]: geventmp; python_version >= "3" and platform_system != "Windows" Requirement of pygolang[all_test]: setuptools>=60.2; python_version >= "3" Requirement of pygolang[all_test]: setuptools-dso>=2.8 Requirement of pygolang[all_test]: decorator Requirement of pygolang[all_test]: six Requirement of pygolang[all_test]: gevent Getting distribution for 'zodbpickle; extra == "all-test"'. Error: Picked: zodbpickle = 4.2 The `zodbpickle` egg does not have a version pin and `allow-picked-versions = false`. To resolve this, add zodbpickle = 4.2 to the [versions] section, OR set `allow-picked-versions = true`. /reviewed-by @jerome /reviewed-on !1744
-
Ivan Tyagov authored
-
- 20 Feb, 2025 4 commits
-
-
Thomas Gambier authored
See merge request !1738
-
Thomas Gambier authored
This reverts commit 95b1d7df as testnodes were upgraded.
-
Joanne Hugé authored
-
Nicolas Wavrant authored
See merge request !1737
-
- 18 Feb, 2025 5 commits
-
-
Julien Muchembled authored
Save HTTP requests to the registry and token manager logs in dedicated log files and correctly logrotate them. Also use a newer version of slapos.cookbook to properly revoke re6st certificate when the slapos shared instance is destroyed. Co-authored-by:
Thomas Gambier <thomas.gambier@nexedi.com>
-
Joanne Hugé authored
-
Nicolas Wavrant authored
Patch submitted here: https://github.com/zopefoundation/ZODB/pull/403 We backport it in SlapOS directly as the branch 5.8 is not being developed anymore.
-
Thomas Gambier authored
This partially reverts f834a06f. This shebang was causing issues with testnodes. See f834a06f (comment 228158)
-
Thomas Gambier authored
-
- 17 Feb, 2025 8 commits
-
-
Thomas Gambier authored
This is a fixup of d2d0d49e.
-
Thomas Gambier authored
-
Thomas Gambier authored
We need to revoke the certificate in addition to remove the token. See merge request !1724
-
Julien Muchembled authored
- The 'wrapper' recipe is also extended to support them. - The 'neoppod' recipe uses 'sig_ign' to avoid a potential kill by logrotate at startup. See merge request nexedi/slapos!1724
-
Julien Muchembled authored
See merge request nexedi/slapos!1724
-
Thomas Gambier authored
-
Joanne Hugé authored
Get check_gps_lock and check_frequency_outofbounds promises from slapos.toolbox
-
Thomas Gambier authored
See nexedi/slapos.core!741
-
- 14 Feb, 2025 3 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Carlos Ramos Carreño authored
Apache failed to compile in environments in which the `which` command was not present (such as Docker). This is fixed upstream (by using `command -v` instead) in https://github.com/apache/httpd/commit/05297d7b00f0cb1f20d3ff14f4409097df2615fe but not yet released. This commit patches the configure script in a similar way, so that the `which` command is not used. See merge request !1736
-
- 13 Feb, 2025 1 commit
-
-
Łukasz Nowak authored
-
- 12 Feb, 2025 5 commits
-
-
Joanne Hugé authored
-
Joanne Hugé authored
This allows to run multiple test suites on the same instances, each test suite will wait until the current one is done
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
Latest fix for SSB NR ARFCN computation is needed for bands such as N79
-