Pol Dellaiera
a72a8bcfb3
treewide: fix typo chown -> chmod ( #347678 )
2024-10-10 10:55:34 +02:00
r-vdp
30a99334c3
nixos/tmate-ssh-server: Fix typo, chown -> chmod
2024-10-10 09:03:55 +02:00
r-vdp
89abe3c610
nixos/nebula: Fix typo, chown -> chmod
2024-10-10 09:03:29 +02:00
Frank Doepper
ecdfb14ef9
nixos/frr: refactor
...
- use upstream service and scripts
- switch to integrated-vtysh-config, abandon per-daemon config
- use always daemon names in options (e.g. ospf -> ospfd)
- zebra, mgmtd and staticd are always enabled
- abandon vtyListenAddress, vtyListenPort options; use
just "extraOptions" or "options" instead, respectively
- extend test to test staticd
- update release-notes
- pkgs.servers.frr: fix sbindir and remove FHS PATH
- introduce services.frr.openFilesLimit option
2024-10-09 22:49:50 +02:00
Sandro Jäckel
cb097d74cc
nixos/tests/croc: fix --pass argument and code passing
2024-10-09 17:40:39 +02:00
Sandro Jäckel
fc264c25c2
croc: remove inactive maintainer; nixos/tests/croc: match maintainer with package
2024-10-09 17:39:40 +02:00
github-actions[bot]
0b14a71873
Merge master into staging-next
2024-10-09 12:06:03 +00:00
Florian Klink
c2a2f68c8c
nixosTests.openresty-lua: simplify
...
There's no point for the intermediate `getPath` function calling
`getLuaPath` with the "lua" argument.
There's also no other nginx test this copies code from.
We always call `getLuaPath` with "lua", so constant-propagate it in.
Also, camel-case `lualibs` to `luaLibs.`
2024-10-09 14:12:14 +03:00
github-actions[bot]
b33aedbb4d
Merge master into staging-next
2024-10-07 12:05:43 +00:00
Sandro
41dd374aa4
nixosTests: fixup tests/common/resolver to work with a local resolver ( #346793 )
2024-10-07 10:35:03 +02:00
Cosima Neidahl
a825406b15
lomiri.lomiri: Replace NIXOS_XKB_LAYOUTS envvar with file ( #345288 )
2024-10-07 09:33:40 +02:00
github-actions[bot]
5fa43e7396
Merge master into staging-next
2024-10-07 06:05:15 +00:00
James Atkins
68483a7bad
nixos/networkd: test systemd-creds in WireGuard
2024-10-06 22:27:21 -05:00
Emily
1a53b400e5
mongodb: mongodb-5_0 -> mongodb-7_0; mongodb-5_0: drop; unifi: unifi7 -> unifi8; unifi{7,-video}: drop ( #345625 )
2024-10-07 01:38:54 +01:00
Emily
086676017e
mongodb: mongodb-5_0 -> mongodb-7_0
2024-10-06 22:47:42 +01:00
Emily
b0395df085
unifi7: drop
2024-10-06 22:47:41 +01:00
github-actions[bot]
7ab01e096c
Merge master into staging-next
2024-10-06 18:03:58 +00:00
Michele Guerini Rocco
7eef63ed98
wpa_supplicant: add patch to fix ext_passwords_file bug ( #342792 )
2024-10-06 19:15:19 +02:00
Michele Guerini Rocco
463f8b8ed4
nixos/tests/dnsdist: fix dnscrypt test ( #346843 )
2024-10-06 19:12:07 +02:00
Arthur Gautier
a32dbada18
nixosTests: fixup tests/common/resolver to work with a local resolver
...
When 757a455dde
refactored the zones to go
from a list to a map, this broke the tests/common/resolver helper.
reproduction:
```
let
pkgs = import <nixpkgs> {};
testConfig = {
name = "resolver-repro";
nodes = {
acme = { nodes, ... }: {
imports = [ (pkgs.path + /nixos/tests/common/acme/server) ];
};
};
testScript = ''
'';
};
in pkgs.nixosTest testConfig
```
2024-10-06 15:18:45 +00:00
Sandro
0cc879fa99
nixos/tests/non-default-filesystems: fix btrfs mount regex ( #340702 )
2024-10-06 14:08:21 +02:00
Sandro
85100fcc51
nixos/tests/tmate-ssh-server: fix test ( #342318 )
2024-10-06 14:07:14 +02:00
Sandro
020c26717f
nixos/quorum: fix geth args, fix test ( #341181 )
2024-10-06 14:06:31 +02:00
Sandro
c0ad8503fa
nixos/tests/pgjwt: fix test ( #341150 )
2024-10-06 14:05:36 +02:00
rnhmjoj
cf614ee789
nixos/tests/dnsdist: fix dnscrypt test
2024-10-06 11:34:57 +02:00
github-actions[bot]
7dc1e4239b
Merge master into staging-next
2024-10-06 06:04:33 +00:00
Peder Bergebakken Sundt
90c1e58d22
zammad: 6.2.0 -> 6.3.1 ( #345456 )
2024-10-06 03:00:44 +02:00
github-actions[bot]
ff851b037d
Merge master into staging-next
2024-10-06 00:15:37 +00:00
Nick Cao
5f821de20c
keycloak: 25.0.6 -> 26.0.0 ( #346439 )
2024-10-05 18:14:45 -04:00
Jared Baur
c2621cb78a
nixosTests.nix-upgrade: fix failing test
...
The test currently fails because we attempt to switch to a NixOS
configuration that is _very_ different from the one we are switching
from (e.g. the new configuration has an entirely empty /etc/fstab,
causing switch-to-configuration to want to start unmounting all
filesystems defined in the old configuration).
2024-10-05 09:51:28 -07:00
Nick Cao
937d3964c9
nixos/keycloak: raise memory size in tests to 2047M
2024-10-04 21:43:19 -04:00
Nick Cao
05caac302f
nixos/keycloak: fixup login test after ui change
2024-10-04 20:39:55 -04:00
github-actions[bot]
e9c8665026
Merge master into staging-next
2024-10-05 00:14:01 +00:00
Artturin
f6d0724717
xdg-desktop-portal: Fix installedTests
2024-10-04 22:06:22 +03:00
Luflosi
7a12fe7b2f
apfsprogs: unstable-2023-11-30 -> 0-unstable-2024-09-27
...
Diff: 990163894d...f31d7c2d69
This adds `apfs-label`, a new utility, so add a small test for it.
2024-10-04 15:50:10 +02:00
github-actions[bot]
5942e21e4e
Merge master into staging-next
2024-10-04 12:05:36 +00:00
Ivan Mincik
e478171269
postgis: 3.4.3 -> 3.5.0 ( #346151 )
2024-10-04 08:30:34 +00:00
Pol Dellaiera
2199b69a7a
nixos/privatebin: init module & privatebin: init at 1.7.4 ( #344014 )
2024-10-04 09:51:40 +02:00
github-actions[bot]
579054c806
Merge master into staging-next
2024-10-04 00:14:14 +00:00
h7x4
c760c830d4
nixos/fedimintd: init service ( #322815 )
2024-10-03 23:53:30 +02:00
Nico Felbinger
924ee0c2bc
nixos/suricata: init module
2024-10-03 22:50:30 +02:00
Dawid Ciężarkiewicz
ba727987d4
nixos/fedimintd: init services
2024-10-03 13:05:12 -07:00
github-actions[bot]
192fd67cc3
Merge master into staging-next
2024-10-03 18:04:30 +00:00
Augustin Trancart
406609b044
postgresqlPackages.postgis: add more nixos tests
2024-10-03 19:31:10 +02:00
h7x4
5190ddc27d
treewide: \xc2\xa0
->
( #345898 )
2024-10-03 18:23:59 +02:00
h7x4
75b209227d
wstunnel: 10.1.1 -> 10.1.3 ( #346011 )
2024-10-03 17:28:05 +02:00
github-actions[bot]
ca0b5f7edc
Merge master into staging-next
2024-10-03 12:05:39 +00:00
r-vdp
bf8c66fc22
wstunnel: run the VM test on Linux only
2024-10-03 11:50:43 +02:00
Florian Klink
3ae3a4fb69
nixos/tests/acme: Better error handling ( #250260 )
2024-10-03 11:41:53 +03:00
Florian Klink
3398bb12a9
nixos/tests/acme: Fix fullchain validation ( #346023 )
2024-10-03 11:39:19 +03:00
Bjørn Forsman
2a13d67dcc
nixosTests.scrutiny: remove explicit wait for influxdb2
...
Explicitly waiting for influxdb2 in the test, instead of fixing the
underlying issue[1], was hiding a real bug[2]. Now that the bug has been
fixed we can remove the wait code.
[1] Commit 732d36522f
("nixos/influxdb2: wait until service is ready")
[2] https://github.com/NixOS/nixpkgs/issues/317017 ("Scrutiny tries to start before influxdb has started")
2024-10-03 08:10:56 +02:00
Lucas Savva
ffc9bf1882
nixos/tests/acme: Better error handling
...
Added a decorator function to handle any
exceptions generated by test functions and
apply some retry logic with backoff.
Also wrapped the unwrapped add-a curl which
was causing some fails.
2024-10-02 23:07:37 +01:00
Lucas Savva
b2758880b3
nixos/tests/acme: Fix fullchain validation
...
In the next release of Pebble, the certificate
subject is no longer populated with a useful domain name.
This change will refactor the fullchain validation assertions
to avoid checking the subject line.
2024-10-02 23:02:51 +01:00
github-actions[bot]
b90a808faa
Merge master into staging-next
2024-10-02 18:04:34 +00:00
Emily
7033ba8331
switch-to-configuration-ng: update rust-ini to support multi-line INI… ( #343145 )
2024-10-02 16:04:20 +01:00
Sandro
d44717c448
nixos/binfmt: Add option to use static emulators when available ( #334859 )
2024-10-02 15:51:30 +02:00
Peder Bergebakken Sundt
3100acba08
treewide: \xc2\xa0
->
...
I have no idea what this escape sequence even is, but it breaks the nix parser with cryptic errors if not used in a comment.
A friend let me know MacOS is prone to input weird spaces, not sure if that is the source.
Candidates were located and created with:
chr="$(echo -e '\xc2\xa0')"; rg -F "$chr" -l | xe sd -F "$chr" " "
There are some examples left, most being example output from `tree` in various markdown documents, some patches which we can't really touch, and `pkgs/tools/nix/nixos-render-docs/src/tests/test_commonmark.py` which I'm not sure if should be addressed
2024-10-02 15:33:06 +02:00
github-actions[bot]
58677f23e2
Merge master into staging-next
2024-10-02 12:05:45 +00:00
Peder Bergebakken Sundt
93da11def1
nixos/tests/mihomo: implement check correctly, fix target value
2024-10-02 11:18:29 +02:00
Pol Dellaiera
075be3e70b
nixos/gatus: init module ( #294469 )
2024-10-02 11:08:14 +02:00
Doron Behar
cb793d5383
nextflow: 22.10.6 -> 24.08.0-edge + remove buildFHSEnv + compile from source + add tests ( #339197 )
2024-10-02 09:36:29 +03:00
Zhaofeng Li
fc0cc3fe27
nixos/tests/systemd-binfmt: Add chroot test
2024-10-02 08:48:09 +09:00
github-actions[bot]
c3c8b24e1c
Merge master into staging-next
2024-10-01 18:04:42 +00:00
Nick Cao
89284118a9
nixos/sing-box: test distribution specific features ( #343641 )
2024-10-01 13:42:59 -04:00
Maximilian Bosch
25fe330bc9
Merge: nextcloud30: init at 30.0.0; nextcloud30Packages: init ( #342521 )
2024-10-01 14:51:56 +02:00
K900
e3bf09623f
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-01 15:09:28 +03:00
Florian Klink
b66c0f2e99
nixos/systemd: let systemd setup /etc/machine-id ( #327552 )
2024-10-01 15:05:59 +03:00
Savyasachee Jha
2a06cac30a
nixos/tests/privatebin: init
2024-10-01 17:12:42 +05:30
Maximilian Bosch
07c824db7f
Merge: nixos/nextcloud: re-add declarative-redis-and-secrets to matrix ( #345592 )
2024-10-01 13:42:39 +02:00
Jonas Heinrich
1b121c1ea2
nextcloud30: init at 30.0.0
2024-10-01 12:48:45 +02:00
K900
3f7da3dfa9
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-01 08:44:24 +03:00
hellodword
10fb67f966
nixos/sing-box: test distribution specific features
2024-10-01 00:09:01 +00:00
h7x4
da8a5a1f77
healthchecks: 3.4 -> 3.6 ( #345283 )
2024-10-01 01:26:14 +02:00
h7x4
636185e25a
seafile: 10.0.1 -> 11.0.12 ( #318727 )
2024-09-30 23:53:02 +02:00
Maximilian Bosch
02be206846
nixos/nextcloud: add nc version to drv name of mysql & declarative redis test
2024-09-30 22:21:29 +02:00
Maximilian Bosch
cd6157bea4
nixos/nextcloud: re-add declarative-redis-and-secrets to matrix
...
Just noticed that I apparently disabled this test while restructuring
the Nextcloud tests[1] effectively disabling the test.
This patch re-adds it and adjusts the code accordingly.
I also noticed that the old check whether the cache is actually used
(`test "[]" = "$(redis-cli --json KEYS "*")"`) was broken because the
`nextcloud.fail()` hid the fact that the `redis-cli` invocation was
failing due to a missing password. Fixed the subtest accordingly.
[1] 0b31ada92b
2024-09-30 22:15:03 +02:00
pinage404
83b1350904
nixos/open-webui: fix opensearch
...
When [adding Open WebUI as search engine in Firefox](https://docs.openwebui.com/tutorials/integrations/browser-search-engine/#for-firefox ) it always links to `http://localhost:3000 ` instead of the configured port
It is because [the response use `WEBUI_URL` environment variable](1d225dd804/backend/open_webui/main.py (L2370)
) which [is set by default to `1d225dd804/backend/open_webui/env.py (L106)
)
2024-09-30 17:28:11 +02:00
Rolf Schröder
9cd78fd3a6
tests/nextflow: restrict to x86_64-linux
...
The docker image hash seems to differ on different systems.
See https://github.com/NixOS/nixpkgs/pull/339197#discussion_r1779927407
2024-09-30 11:20:18 +02:00
Quentin Smith
ea044760ce
zammad: 6.2.0 -> 6.3.1
...
This also fixes the build with the current version of Ruby.
2024-09-30 04:01:28 -04:00
Alyssa Ross
ac037f0b18
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/compilers/llvm/common/default.nix
2024-09-29 20:10:12 +02:00
Weijia Wang
27e93e3061
go-ethereum: 1.14.8 -> 1.14.9 ( #342934 )
2024-09-29 16:21:23 +02:00
OPNA2608
85e63d0540
lomiri.lomiri: Replace NIXOS_XKB_LAYOUTS envvar with file
...
This only ever worked for the session, not for the greeter. Writing the information out to a file should be more consistent.
To make sure that this works, and continues working, for the greeter & session, also add a new VM test.
2024-09-29 14:51:04 +02:00
phaer
d179a5e5ba
healthchecks: 3.4 -> 3.6
2024-09-29 13:32:32 +02:00
melvyn
073099d0f7
nixos/seafile: add persistent user, configurable storage path, gc service
2024-09-28 19:09:58 -04:00
github-actions[bot]
8693fc15c4
Merge master into staging-next
2024-09-28 18:04:13 +00:00
Danilo Reyes
056fc213e6
modules/obs-studio: optionally enable v4l2loopback ( #312112 )
...
* modules/obs-studio: optionally enable v4l2loopback
* add test
* added documentation to 24.11 changelog
2024-09-28 19:43:06 +02:00
Franz Pletz
79a01a8631
pleroma: 2.6.3 -> 2.7.0 ( #333283 )
2024-09-28 15:36:27 +02:00
github-actions[bot]
911b856128
Merge master into staging-next
2024-09-27 18:04:26 +00:00
Picnoir
e7edb95142
pleroma: 2.6.3 -> 2.7.0
...
Upstream Changelog: https://git.pleroma.social/pleroma/pleroma/-/releases/v2.7.0
Nixpkgs package changelog:
- build with elixir 1.17.
- update dependencies hashes.
- remove prometheus_phoenix as it's apparently unused.
- fix git deps.
- update OTP permission restriction patch.
- modify test to work (adapt from akkoma test).
Co-authored-by: Leona Maroni <dev@leona.is>
2024-09-27 19:29:41 +02:00
Sandro
10ae9d0b8f
nixos/rss-bridge: Add simple NixOS test ( #331291 )
2024-09-27 16:59:57 +02:00
github-actions[bot]
22165c231d
Merge master into staging-next
2024-09-27 12:05:46 +00:00
Adam C. Stephens
f451c38542
openvswitch: remove kernel, add tests ( #344653 )
2024-09-27 07:03:12 -04:00
Weijia Wang
63ab048916
nixos/geth: add holesky testnet
2024-09-27 01:17:21 +02:00
github-actions[bot]
c8c18095f9
Merge master into staging-next
2024-09-26 18:04:33 +00:00
Atemu
3bacd4d90b
nixos/doc, nixosTests.zfs: remove latestCompatibleLinuxPackages ( #344649 )
2024-09-26 18:05:26 +02:00
Adam Stephens
52335fc1b0
openvswitch: init simple bridge test and add incus test
2024-09-26 09:26:10 -04:00
Atemu
9c0a988e11
nixosTests.zfs: remove latestCompatibleLinuxPackages usage
2024-09-26 15:06:19 +02:00
Franz Pletz
e1635a35b9
nixos/nginx: add option typesHashMaxSize ( #341072 )
2024-09-26 14:42:26 +02:00
Izorkin
9343e69f8f
nixos/tests/nginx-mime: add check optimal size of types_hash
2024-09-26 10:51:59 +03:00
Rolf Schröder
8d15ee11ac
tests/nextflow: init
2024-09-26 10:10:03 +03:00