Pratham Patel
d4ea9e9d2e
nixosTests.cosmic: init
2025-04-07 20:18:46 +05:30
Pratham Patel
253906b62b
nixosTests: add base configuration for the COSMIC modules' tests
2025-04-07 20:18:46 +05:30
Arne Keller
0bd982a343
agnos: init at 0.1.0, nixos/agnos: init ( #351678 )
2025-04-07 16:21:00 +02:00
nixpkgs-ci[bot]
9b0e9beb82
Merge staging-next into staging
2025-04-07 12:06:54 +00:00
K900
74d5b70eb2
Merge remote-tracking branch 'origin/master' into staging-next
2025-04-07 09:36:05 +03:00
Morgan Jones
1f67f0f1c9
nixos/tests/mattermost: disable MySQL tests on aarch64
...
There seems to be some intermittent issue initializing the database on
aarch64. Still test Postgres since it is the default.
2025-04-06 17:40:51 -07:00
Peder Bergebakken Sundt
110afff26d
nixos/kafka: Added cluster/MirrorMaker testcase ( #317496 )
2025-04-07 02:36:46 +02:00
nixpkgs-ci[bot]
b82a1fffdc
Merge staging-next into staging
2025-04-07 00:16:45 +00:00
Wolfgang Walther
abe932c62f
nixos/all-tests: Fix typo ( #396622 )
2025-04-06 20:38:12 +00:00
K900
0394516316
Merge remote-tracking branch 'origin/master' into staging-next
2025-04-06 22:38:41 +03:00
Pol Dellaiera
bd0b4a43f7
nixosTests.calibre-{web,server}: migrate to runTest ( #396377 )
2025-04-06 20:53:06 +02:00
a-kenji
47b5578366
nixos/all-tests: Fix typo
2025-04-06 11:32:43 -07:00
nixpkgs-ci[bot]
a7e995024f
Merge staging-next into staging
2025-04-06 18:04:46 +00:00
nixpkgs-ci[bot]
4c9d1fab5f
Merge master into staging-next
2025-04-06 18:04:14 +00:00
Justinas Stankevicius
7757648f82
nixos/agnos: init
2025-04-06 19:53:26 +03:00
Pol Dellaiera
81e3810967
treewide: remove azahi from maintainers ( #396543 )
2025-04-06 16:06:24 +02:00
azahi
5f25aceff5
treewide: remove azahi from maintainers
2025-04-06 15:09:19 +03:00
nixpkgs-ci[bot]
aa769daf67
Merge staging-next into staging
2025-04-06 10:40:51 +00:00
nixpkgs-ci[bot]
9760071a02
Merge master into staging-next
2025-04-06 10:40:20 +00:00
Pol Dellaiera
4cbd6215c0
nixosTests.atop: migrate to runTest ( #396382 )
2025-04-06 12:25:17 +02:00
K900
05bc93a58a
Merge remote-tracking branch 'origin/master' into staging-next
2025-04-06 11:20:16 +03:00
Doron Behar
342589fe02
nixos/taskchampion-sync-server: fix start failure ( #396478 )
2025-04-06 08:47:52 +03:00
municorn
badd9d1a70
nixos/taskchampion-sync-server: add host option, fix ExecStart
...
fixes the command line arguments for taskchampion-sync-server, also adding a new `host` option. fixes the corresponding test as well.
2025-04-05 22:09:44 -06:00
Will Fancher
afdd737c95
nixos/tests: Fix systemd-shutdown
...
Since 459ddaec26 , stdout of PID 1
and children such as systemd generators and systemd-shutdown scripts
goes to `tty0` instead of `ttyS0`. This is because systemd's stdout is
`/dev/console`, which represents only one tty at a time, as explained
here: https://docs.kernel.org/admin-guide/serial-console.html
The reason PID 1's own output makes it to both consoles is because
it uses kmsg as its log target both before journald has started and
once the `systemd-shutdown` executable takes control. Unlike
`/dev/console`, kmsg output makes it to one console *of each type*,
i.e. one VT and one serial console.
2025-04-05 23:29:14 -04:00
nixpkgs-ci[bot]
5c0edef29f
Merge staging-next into staging
2025-04-06 00:17:25 +00:00
6543
cac3bdab21
nixos/services.mysql: add galera cluster options ( #388978 )
...
And add release notes for new option.
Co-authored-by: Arne Keller <arne.keller@posteo.de>
2025-04-06 00:26:06 +02:00
Jonathan Davies
4fd8bff9d8
nixos/kafka: Added mirrormaker testcase
2025-04-05 23:18:44 +01:00
Jonathan Davies
fcaf5c3cac
nixos/kafka: Added cluster testcase
2025-04-05 23:18:42 +01:00
Jonathan Davies
92840dbee7
nixos/kafka: Moved existing test to subdirectory
2025-04-05 23:18:28 +01:00
K900
5e55028d84
Merge remote-tracking branch 'origin/master' into staging-next
2025-04-05 21:29:35 +03:00
Wolfgang Walther
dd5fd6cc22
postgresql: always build with JIT enabled
...
This changes the build to always enable JIT - but to only enable it at
run-time, when required. This keeps the runtime closure small without
JIT, but allows enabling it without a rebuild. We can do this, because
JIT is actually built as a shared module, which is loaded at run-time.
We put it into a -jit output and only link it into the environment when
requested.
Under the hood, this uses withPackages and adds the "JIT package" -
thus, to be able to use withPackages on top of that, we also need to be
able to apply withPackages repeatedly.
This cuts down the number of NixOS tests in half, because we don't need
to run it for every version with and without JIT anymore. There really
is no point in running everything with llvmjit.so in place, when the
queries are not making use of it anyway.
Also, we only need to build each extension once and not twice, further
reducing the number of rebuilds required for PRs touching postgresql.
2025-04-05 20:00:13 +02:00
Piotr Kwiecinski
9cb379134c
nixosTests.atop: migrate to runTest
...
Part of #386873
2025-04-05 18:56:33 +02:00
Piotr Kwiecinski
38d86e4725
nixosTests.calibre-server: migrate to runTest
...
Part of #386873
2025-04-05 18:35:52 +02:00
Piotr Kwiecinski
0aa6ecb083
nixosTests.calibre-web: migrate to runTest
...
Part of #386873
2025-04-05 18:29:55 +02:00
Piotr Kwiecinski
48232ce3d8
nixosTests.wastebin: migrate to runTest
...
Part of #386873
2025-04-05 18:17:28 +02:00
Pol Dellaiera
ceb8b4a5f9
nixosTests.gerrit: Migrate to runTest ( #396222 )
2025-04-05 18:13:33 +02:00
Pol Dellaiera
fb6689ba1c
nixosTests.mumble: Migrate to runTest ( #396240 )
2025-04-05 18:13:19 +02:00
Pol Dellaiera
9b3330b484
nixosTests.mailpit: migrate to runTest ( #396141 )
2025-04-05 16:14:04 +02:00
Pol Dellaiera
fd715c7122
nixosTests.github-runner: migrate to runTest ( #396133 )
2025-04-05 16:13:34 +02:00
Pol Dellaiera
e845d3c4ef
nixosTests.kimai: migrate to runTest ( #396132 )
2025-04-05 16:13:12 +02:00
Pol Dellaiera
44385c96be
nixosTests.gnome: migrate to runTest ( #396098 )
2025-04-05 16:12:45 +02:00
Cassie Cheung
cadf4cfc83
nixos/anubis: init module
2025-04-05 21:48:39 +08:00
Wolfgang Walther
cd972edfe4
postgresqlJitPackages.plv8: unbreak
...
This was originally marked as broken, because plv8 hardcoded gcc in its
Makefile. This has been resolved upstream in the meantime, so it builds
fine.
2025-04-05 13:41:30 +02:00
Felix Singer
b911a6122b
nixosTests.mumble: Migrate to runTest
...
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-04-05 10:02:19 +02:00
Felix Singer
9ef0e4580e
nixosTests.gerrit: Migrate to runTest
...
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-04-05 09:12:20 +02:00
Martin Weinelt
fe08c5ad19
home-assistant: 2025.3.4 -> 2025.4.0 ( #395618 )
2025-04-05 06:17:50 +02:00
Martin Weinelt
c829a6d7ce
nixos/tests/home-assistant: update for 2025.4.0
...
Remove the shelly component, as it now has a dependency on a bluetooth
setup, which is not easy to provide in the test environment. Enabling
`hardware.bluetooth.enable` is insufficient.
Turn up the loglevel to `debug`, so we can still see which integrations
get set up. This is used for for checking whether all our ways of setting
up integrations still work.
2025-04-05 04:26:34 +02:00
nixpkgs-ci[bot]
1cb902e7f0
Merge master into staging-next
2025-04-05 00:15:16 +00:00
Piotr Kwiecinski
6b63b4a2f5
nixosTests.mailpit: migrate to runTest
...
Part of #386873
2025-04-05 00:50:41 +02:00
Piotr Kwiecinski
754a229d74
nixosTests.github-runner: migrate to runTest
...
Part of #386873
2025-04-05 00:01:55 +02:00
Piotr Kwiecinski
e9a7bc917c
nixosTests.kimai: migrate to runTest
...
Part of #386873
2025-04-04 23:56:15 +02:00
Adam C. Stephens
017583d659
incus: build and expose documentation ( #395767 )
2025-04-04 17:41:33 -04:00
Pol Dellaiera
b7c12d6b28
nixosTests.homepage-dashboard: migrate to runTest ( #396104 )
2025-04-04 23:16:35 +02:00
Pol Dellaiera
781d3863a4
nixosTests.bind: migrate to runTest ( #396097 )
2025-04-04 23:16:18 +02:00
Pol Dellaiera
394e841208
nixosTests.cgit: migrate to runTest ( #396099 )
2025-04-04 23:15:57 +02:00
Piotr Kwiecinski
8fbb437033
nixosTests.homepage-dashboard: migrate to runTest
...
Part of #386873
2025-04-04 21:16:05 +02:00
Piotr Kwiecinski
33f2784b7c
nixosTests.cgit: migrate to runTest
...
Part of #386873
2025-04-04 21:08:27 +02:00
Piotr Kwiecinski
c643fa9615
nixosTests.gnome: migrate to runTest
...
Part of #386873
2025-04-04 21:03:57 +02:00
Piotr Kwiecinski
10de31a04d
nixosTests.bind: migrate to runTest
...
Part of #386873
2025-04-04 20:57:18 +02:00
Piotr Kwiecinski
92d438cec9
nixosTests.moodle: migrate to runTest
...
Part of #386873
2025-04-04 20:49:57 +02:00
jade
fd5897d393
lixPackageSets.lix_2_92: init (#393444 )
2025-04-04 11:31:04 -07:00
K900
79542ad7f3
Merge remote-tracking branch 'origin/master' into staging-next
2025-04-04 21:11:09 +03:00
Marcus Ramberg
f3cfb1c5ff
nixos/pocket-id: init, pocket-id: init at 0.45.0 ( #381867 )
2025-04-04 20:04:47 +02:00
Pol Dellaiera
b6f910a2f7
nixosTests.tuxguitar: migrate to runTest ( #396010 )
2025-04-04 19:19:04 +02:00
Pol Dellaiera
394ed7966c
nixosTests.lighttpd: migrate to runTest ( #396014 )
2025-04-04 19:12:48 +02:00
Pol Dellaiera
eb3ca1d59d
nixosTests.starship: migrate to runTest ( #396019 )
2025-04-04 19:10:23 +02:00
Pol Dellaiera
05cf75375e
nixosTests.librenms: migrate to runTest ( #396007 )
2025-04-04 17:54:23 +02:00
Domen Kožar
62f8086f7b
paretosecurity: 0.0.96 -> 0.1.3 ( #395837 )
2025-04-04 13:49:37 +01:00
Neyts Zupan
3c6b1cf6f6
paretosecurity: 0.0.96 -> 0.1.3
...
Also:
* Fix PATH for systemd services
* Make UI tests faster and more robust by setting low resolution
2025-04-04 13:25:30 +01:00
Piotr Kwiecinski
d86c274b99
nixosTests.starship: migrate to runTest
...
Part of #386873
2025-04-04 14:23:09 +02:00
Piotr Kwiecinski
8f0d4225d4
nixosTests.lighttpd: migrate to runTest
...
Part of #386873
2025-04-04 14:14:45 +02:00
nixpkgs-ci[bot]
0fe8d07ae9
Merge master into staging-next
2025-04-04 12:06:06 +00:00
Piotr Kwiecinski
470a936f46
nixosTests.tuxguitar: migrate to runTest
...
Part of #386873
2025-04-04 13:55:33 +02:00
Piotr Kwiecinski
8807f45da0
nixosTests.librenms: migrate to runTest
...
Part of #386873
2025-04-04 13:44:11 +02:00
Arian van Putten
145cc7ff23
nixos/tests/fluent-bit: migrate to runTest
2025-04-04 12:17:59 +01:00
Arian van Putten
388a54929a
nixos/tests/fluent-bit: add regression test for #395128
2025-04-04 12:16:52 +01:00
Yarny0
74838606a0
{nixos/tests/}/cups-pdf: use getExe and substituteInPlace
...
With `lib.getExe`, we also use "magick" instead of "convert`,
and thereby avoid the ImageMagick warning message:
> WARNING: The convert command is deprecated in IMv7, use "magick" instead of "convert" or "magick convert"
The replacement string for the
`cp` command is shortened.
This is a bit risky since an update might inadvertently
introduce a similar string that is then also replaced.
However, the leading double-quote and
trailing space seem safe enough to me.
2025-04-04 12:18:19 +02:00
uku
3a856acfc9
nixos/tests/reposilite: init
2025-04-04 09:46:24 +02:00
rorosen
cb60a01188
nixos/rke2: make tests work in test driver sandbox ( #395775 )
2025-04-04 08:25:24 +02:00
nixpkgs-ci[bot]
276f9ec976
Merge master into staging-next
2025-04-04 00:15:35 +00:00
Bert Proesmans
871a9b2890
nixos/nginx: add unix-socket default-listen test case
...
Includes timeout=1 while checking existence of unix socket file paths
2025-04-03 19:57:26 +00:00
Pol Dellaiera
e7241d6260
nixosTests.kanboard: migrate to runTest ( #393333 )
2025-04-03 21:04:04 +02:00
Pol Dellaiera
03bf44b9ea
nixos/freenet: refactor, migrate to runTest ( #391886 )
2025-04-03 21:03:40 +02:00
Pol Dellaiera
6846ab20f5
nixosTests.bees: migrate to runTest ( #395794 )
2025-04-03 21:03:28 +02:00
Florian Klink
e9a9de1735
nixos/movim: H2O support, H2O + Ejabberd + runTest ( #385040 )
2025-04-03 19:51:51 +01:00
Piotr Kwiecinski
6a1662f754
nixosTests.bees: migrate to runTest
...
Part of #386873
2025-04-03 18:47:20 +02:00
Adam C. Stephens
21197daa39
incus: build and expose documentation
2025-04-03 16:00:08 +00:00
nixpkgs-ci[bot]
51d40a0f08
Merge staging-next into staging
2025-04-03 12:06:39 +00:00
Pol Dellaiera
624267afb1
nixosTests.mosquitto: migrate to runTest ( #395538 )
2025-04-03 12:54:23 +02:00
Daniel Nagy
699c1f4c7a
nixosTests.freenet: migrate to runTest
...
Tracking issue: #386873
2025-04-03 10:15:00 +02:00
Zexin Yuan
2ae4dff6ab
nixosTests.kanboard: migrate to runTest
...
Tracking issue: NixOS#386873
2025-04-03 15:36:13 +08:00
Gutyina Gergő
01be6580d3
nixos/pocket-id: init
...
Co-authored-by: ymstnt <21342713+YMSTNT@users.noreply.github.com>
2025-04-03 09:26:57 +02:00
Pol Dellaiera
024b049edf
mpvScripts.simple-mpv-webui: remove broken symlink; nixosTests.mpv: migrate to runTest ( #395517 )
2025-04-03 09:21:31 +02:00
K900
30830c6791
Merge remote-tracking branch 'origin/staging-next' into staging
2025-04-03 09:16:43 +03:00
zowoq
b16f158e1b
nixos/hydra: switch to runTest, refactor
2025-04-03 10:11:53 +10:00
Gaétan Lepage
39feb5ab8b
nixosTests.docker{rootless,registry,tools-overlay,tools-cross}: migrate to runTest ( #395516 )
2025-04-03 00:29:39 +02:00
Emily
8159a40eef
nixos/grafana-agent: remove ( #395514 )
2025-04-03 00:28:13 +02:00
Gaétan Lepage
68c2987b76
nixosTests.grocy: migrate to runTest ( #395528 )
2025-04-02 23:43:34 +02:00
Nick Cao
a084e920e0
ocis_5-bin: rename from ocis-bin ( #394598 )
2025-04-02 16:56:09 -04:00
Florian Klink
28b1639d57
nixos/grafana-agent: remove
...
As described in https://github.com/NixOS/nixpkgs/pull/394017 ,
grafana-agent does not build with Go 1.23 anymore, and Go 1.22 has been
removed.
grafana-agent has been deprecated by Grafana (in favour of Grafana
Alloy), and will be EOL on 2025-11-01, which would be part of the
upcoming 25.05 release.
Instead of leaving us with a broken package, drop it alltogether, and
add release notes.
2025-04-02 21:45:31 +01:00
Piotr Kwiecinski
244d31d15a
nixosTests.mpv: migrate to runTest
...
Part of #386873
2025-04-02 22:02:45 +02:00
โทสฺตัล
8a8b892cc1
nixos/movim: add H2O support + testing with ejabberd
2025-04-03 00:18:28 +07:00
โทสฺตัล
585b1bbffa
nixos/movim: move to runTest
2025-04-03 00:16:19 +07:00
โทสฺตัล
d00a5703d9
nixos/movim: rename to prosody-nginx to be clearer
2025-04-03 00:16:19 +07:00
โทสฺตัล
a926cb8519
nixos/movim: add aarch64-linux to testing
2025-04-03 00:16:18 +07:00
Piotr Kwiecinski
2f5740a2b9
nixosTests.mosquitto: migrate to runTest
...
Part of #386873
2025-04-02 19:07:43 +02:00
Yarny0
f4f89032a1
nixos/tests/cups-pdf: migration to runTest
...
https://github.com/NixOS/nixpkgs/issues/386873
2025-04-02 18:59:28 +02:00
nixpkgs-ci[bot]
d05ee1c1cb
Merge staging-next into staging
2025-04-02 16:38:11 +00:00
Silvan Mosberger
e52d633a63
Merge remote-tracking branch 'upstream/staging-next' into staging
2025-04-02 18:30:54 +02:00
Piotr Kwiecinski
6a31e09833
nixosTests.grocy: migrate to runTest
...
Part of #386873
2025-04-02 18:01:49 +02:00
Gaétan Lepage
b1ab0f8dc1
nixosTests.caddy: migrate to runTest ( #395444 )
2025-04-02 17:37:22 +02:00
Piotr Kwiecinski
b7a4f78fcb
nixosTests.docker-tools-cross: migrate to runTestOn
...
Part of #386873
2025-04-02 17:19:19 +02:00
Piotr Kwiecinski
d3b5f76505
nixosTests.docker-tools-overlay: migrate to runTestOn
...
Part of #386873
2025-04-02 17:14:24 +02:00
Domen Kožar
5897ff97e2
paretosecurity: 0.0.91 -> 0.0.96 ( #393366 )
2025-04-02 15:13:35 +01:00
Piotr Kwiecinski
cc69d51afb
nixosTests.docker-registry: migrate to runTest
...
Part of #386873
2025-04-02 16:11:07 +02:00
Piotr Kwiecinski
852f3beab8
nixosTests.docker-rootless: migrate to runTestOn
...
Part of #386873
2025-04-02 14:49:24 +02:00
Piotr Kwiecinski
d175fc3af4
nixosTests.docker: migrate to runTest
...
Part of #386873
2025-04-02 14:37:58 +02:00
Adam C. Stephens
59d54a1b80
envoy-bin: init at 1.33.2 ( #395023 )
2025-04-02 08:06:47 -04:00
Piotr Kwiecinski
808927def5
nixosTests.caddy: migrate to runTest
...
Part of #386873
2025-04-02 12:35:10 +02:00
Pol Dellaiera
6c2aa3efab
nixosTests.beanstalkd: migrate to runTest ( #395299 )
2025-04-02 11:04:08 +02:00
โทสฺตัล
7554581474
nixos/h2o: enable HTTP/3 via QUIC
2025-04-02 15:11:53 +07:00
โทสฺตัล
454411d33e
nixos/h2o: reduce variable name noise
2025-04-02 15:11:52 +07:00
Florian Klink
d85d1f3b4e
nixos/h2o: disable OCSP stapling in tests ( #393760 )
2025-04-02 09:07:05 +01:00
Morgan Jones
ea485e1207
mattermost: squash systemd-tmpfiles warning (+ other minor fixes)
...
There was a systemd-tmpfiles warning about not being able to remove the
'plugins' directory. Squash this warning through removal of unnecessary
systemd-tmpfiles options, and write a test for it.
Add the {option}`services.mattermost.pluginsBundle` option to allow
overriding the plugin directory and also using it for tests. Update
wording in option documentation so it is more clear.
Use formats.json instead of builtins.toJSON so module merging works.
Make the tests go faster by pipelining shutdowns of nodes.
2025-04-01 19:20:48 -07:00
Adam C. Stephens
b2f768a31c
envoy-bin: init at 1.33.2
2025-04-01 23:24:06 +00:00
Adam C. Stephens
6ac38abf29
nixos/tests/envoy: migrate to runTests
2025-04-01 23:24:06 +00:00
zowoq
63228598d2
nixosTests.buildbot: migrate to runTest ( #395270 )
2025-04-02 08:19:59 +10:00
Gaétan Lepage
5f0f90f2ca
nixosTests.binary-cache{no-compression,xz}: migrate to runTest ( #395261 )
2025-04-01 23:38:27 +02:00
Gaétan Lepage
48ba75a76b
nixos/docling-serve: init ( #395098 )
2025-04-01 23:27:21 +02:00
Piotr Kwiecinski
dc3df2d066
nixosTests.beanstalkd: migrate to runTest
...
Part of #386873
2025-04-01 23:13:43 +02:00
Piotr Kwiecinski
5179f4621c
nixosTests.buildbot: migrate to runTest
...
Part of #386873
2025-04-01 21:51:09 +02:00
Pol Dellaiera
25264d105d
nixos/docling-serve: init
2025-04-01 21:42:53 +02:00
Piotr Kwiecinski
fab4accced
nixosTests.binary-cache{no-compression,xz}: migrate to runTest
...
Part of #386873
2025-04-01 21:38:41 +02:00
Piotr Kwiecinski
fe5391e180
nixosTests.bcachefs: migrate to runTest
...
Part of #386873
2025-04-01 21:27:35 +02:00
Aurimas Blažulionis
b7f1fd5caa
nixosTests.syncthing: create encrypted device test
2025-04-01 14:20:31 -05:00
Aurimas Blažulionis
a8cd913df2
nixosTests.syncthing: define test for declarative folders
2025-04-01 14:20:31 -05:00
K900
30edc74585
Merge remote-tracking branch 'origin/staging-next' into staging
2025-04-01 21:12:38 +03:00
Silvan Mosberger
374e6bcc40
treewide: Format all Nix files
...
Format all Nix files using the officially approved formatter,
making the CI check introduced in the previous commit succeed:
nix-build ci -A fmt.check
This is the next step of the of the [implementation](https://github.com/NixOS/nixfmt/issues/153 )
of the accepted [RFC 166](https://github.com/NixOS/rfcs/pull/166 ).
This commit will lead to merge conflicts for a number of PRs,
up to an estimated ~1100 (~33%) among the PRs with activity in the past 2
months, but that should be lower than what it would be without the previous
[partial treewide format](https://github.com/NixOS/nixpkgs/pull/322537 ).
Merge conflicts caused by this commit can now automatically be resolved while rebasing using the
[auto-rebase script](8616af08d9/maintainers/scripts/auto-rebase ).
If you run into any problems regarding any of this, please reach out to the
[formatting team](https://nixos.org/community/teams/formatting/ ) by
pinging @NixOS/nix-formatting.
2025-04-01 20:10:43 +02:00
Adam C. Stephens
62d611a22b
nixos/incus: add AppArmor rules ( #386060 )
2025-04-01 12:51:34 -04:00
tomberek
ec4abeac7f
teleport_15: remove ( #394056 )
2025-04-01 11:59:43 -04:00
misuzu
963f97c079
netbox_4_2: 4.2.3 -> 4.2.6, nixos/tests/netbox: Adjust tests for Netbox 4.2.5+ ( #394329 )
2025-04-01 18:20:42 +03:00
transcaffeine
42c621ba72
nixos/tests/netbox: Adjust tests for 4.2.0+, drop test for 3.6
...
This changes the previously used `site_id` in the tests'
REST-API usage to `scope_type`+`scope_id`.
Netbox 3.6 is deprecated and no longer available, the test for it
has been removed.
2025-04-01 17:02:20 +02:00
K900
6408946263
Merge remote-tracking branch 'origin/staging-next' into staging
2025-04-01 16:56:46 +03:00
Martin Joerg
3e20b1e31a
nixosTests.magic-wormhole-mailbox-server: migrate to runTest
...
part of #386873
2025-04-01 19:19:25 +05:30
Gaétan Lepage
08dc9736a6
nixosTests.n8n: migrate to runTest ( #394932 )
2025-04-01 12:09:01 +02:00
Maximilian Bosch
f20b220e17
Merge: nixos/nextcloud: add maintainer team, update docs about maintainership of apps ( #393069 )
2025-04-01 11:25:28 +02:00
Piotr Kwiecinski
209baee20b
nixosTests.doas: migrate to runTest
...
Part of #386873
2025-04-01 14:44:27 +05:30
Pol Dellaiera
0fc64a2b59
nixosTests.xscreensaver: migrate to runTest ( #394998 )
2025-04-01 10:13:34 +02:00
Pol Dellaiera
8a2f45af8b
nixosTests.firefly-iii{-data-importer}: migrate to runTest ( #395013 )
2025-04-01 10:13:28 +02:00
Pol Dellaiera
9e36d51e02
nixosTests.bazarr: migrate to runTest ( #395007 )
2025-04-01 10:13:12 +02:00
lewo
9a0251be55
rspamd: 3.11.0 -> 3.11.1 ( #391135 )
2025-04-01 08:59:26 +02:00
Casey Link
2db95477f9
nixos/ocis: default to the newly renamed ocis-bin5 package
...
And we are getting ready for ocis-bin7 to land, where we will need to
compare it to the system.stateVersion.
2025-04-01 08:49:20 +02:00
K900
a6d5666400
Merge remote-tracking branch 'origin/staging-next' into staging
2025-04-01 08:39:50 +03:00
Piotr Kwiecinski
e8ea207b5f
nixosTests.firefly-iii-data-importer: migrate to runTest
...
Part of #386873
2025-03-31 22:57:48 +02:00
Piotr Kwiecinski
d235e9cd90
nixosTests.firefly-iii: migrate to runTest
...
Part of #386873
2025-03-31 22:56:18 +02:00
Piotr Kwiecinski
79c1d5b7c7
nixosTests.bazarr: migrate to runTest
...
Part of #386873
2025-03-31 22:37:56 +02:00
Piotr Kwiecinski
7be89c1891
nixosTests.xscreensaver: migrate to runTest
...
Part of #386873
2025-03-31 21:57:36 +02:00
Arne Keller
ee6d7cb213
nitter: 0-unstable-2024-02-26 -> 0-unstable-2025-02-25; nixos/nitter: rename guestAccounts to sessionsFile ( #393028 )
2025-03-31 17:16:30 +02:00
Piotr Kwiecinski
090c2790bb
nixosTests.n8n: migrate to runTest
...
Part of #386873
2025-03-31 16:05:31 +02:00
Pol Dellaiera
603a95751c
nixosTests.emacs-daemon: migrate to runTest ( #394008 )
2025-03-31 15:36:06 +02:00
nixpkgs-ci[bot]
86e22e1e80
Merge staging-next into staging
2025-03-31 12:06:34 +00:00
Cosima Neidahl
8a18d11ce8
nixosTests.{miriway,morph-browser}: Migrate to runTest ( #392112 )
2025-03-31 13:22:51 +02:00
Wolfgang Walther
899c3986e7
nixos/postgrest: init module ( #394041 )
2025-03-31 07:20:43 +00:00
nixpkgs-ci[bot]
cea056bb01
Merge staging-next into staging
2025-03-31 06:06:14 +00:00
Philipp Bartsch
cd6f6791e9
nixosTests.fail2ban: extend test coverage
2025-03-31 09:13:38 +05:30
Philipp Bartsch
0dbddf816a
nixosTests.fail2ban: migrate to runTest
2025-03-31 09:13:38 +05:30
nixpkgs-ci[bot]
34600d0052
Merge staging-next into staging
2025-03-31 00:17:08 +00:00
Piotr Kwiecinski
3c1d5bb96b
nixosTests.invoiceplane: migrate to runTest
...
Part of #386873
2025-03-30 20:28:38 +02:00
nixpkgs-ci[bot]
aa8381384f
Merge staging-next into staging
2025-03-30 18:04:51 +00:00
Gaétan Lepage
c01965bd2f
nixosTests.varnish{75,76,60}: migrate to runTest ( #394659 )
2025-03-30 19:26:45 +02:00
Justinas Stankevicius
8cdef69a08
teleport_15: remove
2025-03-30 19:54:30 +03:00
Piotr Kwiecinski
26497c8351
nixosTests.varnish{75,76,60}: migrate to runTest
...
Part of #386873
2025-03-30 18:22:15 +02:00
Piotr Kwiecinski
0839b7db77
nixosTests.nginx-http3: migrate to runTest
...
Part of #386873
2025-03-30 18:07:09 +02:00
Piotr Kwiecinski
b3f70ee9f5
nixosTests.nginx-variants: migrate to runTest
...
Part of #386873
2025-03-30 18:00:36 +02:00
Piotr Kwiecinski
89e464c751
nixosTests.nginx-unix-socket: migrate to runTest
...
Part of #386873
2025-03-30 17:54:41 +02:00
Gaétan Lepage
6a4153aa55
nixosTests.nginx{proxyprotocol,pubhtml,redirectcode,sso,status-page,tmpdir}: migrate to runTest ( #394588 )
2025-03-30 17:34:34 +02:00
Piotr Kwiecinski
4ec639a1d9
nixosTests.nginx-tmpdir: migrate to runTest
...
Part of #386873
2025-03-30 15:15:50 +02:00
Wolfgang Walther
064432a519
nixos/postgrest: init module
2025-03-30 14:24:16 +02:00
Piotr Kwiecinski
7877fe4368
nixosTests.nginx-status-page: migrate to runTest
...
Part of #386873
2025-03-30 14:07:00 +02:00
nixpkgs-ci[bot]
ed9f389a51
Merge staging-next into staging
2025-03-30 12:06:19 +00:00
Piotr Kwiecinski
ff716504b0
nixosTests.nginx-sso: migrate to runTest
...
Part of #386873
2025-03-30 14:03:48 +02:00
Doron Behar
b6a34c96ed
nixos/tests/syncthing-many-devices: Fix name ( #394460 )
2025-03-30 11:46:31 +03:00
Jonas Heinrich
8d69e1faae
nixos/wordpress: Use https by default for caddy ( #375375 )
2025-03-30 10:31:52 +02:00
Pol Dellaiera
2de4451f5d
nixosTests.mailcatcher: migrate to runTest ( #394488 )
2025-03-30 09:33:28 +02:00
Pol Dellaiera
9da5a97dab
nixosTests.traefik: migrate to runTestOn ( #394433 )
2025-03-30 09:32:54 +02:00
Pol Dellaiera
ac10315637
nixosTests.node-red: migrate to runTest ( #394465 )
2025-03-30 09:32:02 +02:00
Pol Dellaiera
1cd60ef65d
nixosTests.davis: migrate to runTest ( #394468 )
2025-03-30 09:31:07 +02:00
Piotr Kwiecinski
7a830b19d7
nixosTests.nginx-redirectcode: migrate to runTest
2025-03-30 03:31:10 +02:00
Piotr Kwiecinski
c0d90aca81
nixosTests.nginx-pubhtml: migrate to runTest
...
Part of #386873
2025-03-30 03:25:08 +02:00
Piotr Kwiecinski
cfb69d81fa
nixosTests.proxyprotocol: migrate to runTest
...
Part of #386873
2025-03-30 03:22:00 +02:00
Piotr Kwiecinski
28cd6cadd2
nixosTests.nifi: migrate to runTestOn
...
Part of #386873
2025-03-30 03:14:28 +02:00
Piotr Kwiecinski
1004fff704
nixosTests.mailcatcher: migrate to runTest
...
Part of #386873
2025-03-30 01:25:41 +01:00
nixpkgs-ci[bot]
03db8f9dcb
Merge staging-next into staging
2025-03-30 00:17:21 +00:00
Piotr Kwiecinski
48e6184ddf
nixosTests.dolibarr: migrate to runTest
...
Part of #386873
2025-03-30 01:05:50 +01:00
Piotr Kwiecinski
2789e7a7b3
nixosTests.davis: migrate to runTest
...
Part of #386873
2025-03-30 00:29:17 +01:00
Piotr Kwiecinski
04456442cc
nixosTests.node-red: migrate to runTest
...
Part of #386873
2025-03-30 00:22:55 +01:00
Gaétan Lepage
c9947f03d1
nixosTests.nginx{auth,etag,etag-compression,globalredirect,mime,modsecurity,moreheaders}: migrate to runTest ( #394455 )
2025-03-30 00:15:33 +01:00
a-kenji
0c50eb0012
nixos/tests/syncthing-many-devices: Fix name
2025-03-29 16:06:31 -07:00
Piotr Kwiecinski
1e0be03fb6
nixosTests.nginx-moreheaders: migrate to runTest
...
Part of #386873
2025-03-29 23:58:44 +01:00
Piotr Kwiecinski
9a3d7473c4
nixosTests.nginx-modsecurity: migrate to runTest
...
Part of #386873
2025-03-29 23:52:25 +01:00
Piotr Kwiecinski
af2b019d25
nixosTests.nginx-mime: migrate to runTest
...
Part of #386873
2025-03-29 23:51:25 +01:00
Piotr Kwiecinski
69df9598cb
nixosTests.nginx-globalredirect: migrate to runTest
...
Part of #386873
2025-03-29 23:50:31 +01:00
Piotr Kwiecinski
8638fa379f
nixosTests.nginx-etag-compression: migrate to runTest
...
Part of #386873
2025-03-29 23:49:32 +01:00
Piotr Kwiecinski
a186de0fa1
nixosTests.nginx-etag: migrate to runTest
...
Part of #386873
2025-03-29 23:48:17 +01:00
Piotr Kwiecinski
fa5141395f
nixosTests.nginx-auth: migrate to runTest
...
Part of #386873
2025-03-29 23:47:25 +01:00
Piotr Kwiecinski
389f2fb908
nixosTests.nginx: migrate to runTest
...
Part of #386873
2025-03-29 23:45:36 +01:00
Piotr Kwiecinski
5ae8e39ef7
nixosTests.wiki-js: migrate to runTest
...
Part of #386873
2025-03-29 23:10:35 +01:00
Piotr Kwiecinski
728e8e2b58
nixosTests.traefik: migrate to runTestOn
...
Part of #386873
2025-03-29 22:17:53 +01:00
Daniel Xu
f1c4d339a5
nixos/wordpress: Use https by default for caddy
...
Previously, `http://` scheme was hard coded into the caddy config if
`webserver = "caddy"` was chosen. This is fine for local testing, but is
problematic if you want your nixos host to be public facing.
In the public facing case, you generally want to be using TLS. But since
the wordpress module generates the caddyfile rule, the user's nixos
config cannot easily change it to also allow https.
An alternative would be to reverse proxy an https rule to the generated
http rule, but that's somewhat questionable as there's not an internal
http endpoint to proxy to. It might be possible but I couldn't figure
it out.
So simplify by omitting the scheme. This causes caddy to use https by
default and 301 redirect any http requests to the https endpoint. Caddy
will just do the right thing if it's being hosted on a local/internal
hostname (self sign certificates).
This should be backwards compatible with previous default if users are
using reasonable browsers/tools.
Signed-off-by: Daniel Xu <dxu@dxuuu.xyz>
2025-03-29 15:10:35 -06:00
Gaétan Lepage
01a1541c5b
nixosTests.icingaweb2: migrate to runTest ( #394430 )
2025-03-29 22:08:36 +01:00
Gaétan Lepage
74ac6644f4
nixosTests.monica: migrate to runTest ( #394427 )
2025-03-29 22:05:03 +01:00
Piotr Kwiecinski
e6dd7d6641
nixosTests.icingaweb2: migrate to runTest
...
Part of #386873
2025-03-29 21:58:45 +01:00
Pol Dellaiera
f76a822fae
nixosTests.wordpress: migrate to runTest ( #394349 )
2025-03-29 21:55:05 +01:00
Piotr Kwiecinski
e90d9be0a3
nixosTests.monica: migrate to runTest
...
Part of #386873
2025-03-29 21:47:47 +01:00
Piotr Kwiecinski
4f57c255ac
nixosTests.unit-php: migrate to runTest
...
Part of #386873
2025-03-29 17:29:12 +01:00
Piotr Kwiecinski
b7d2e507e0
nixosTests.wordpress: migrate to runTest
...
Part of #386873
2025-03-29 16:14:24 +01:00
nixpkgs-ci[bot]
02e075f1a7
Merge staging-next into staging
2025-03-29 12:06:10 +00:00
Jonas Heinrich
5164b0c65c
nixosTests.dokuwiki: migrate to runTest ( #394001 )
2025-03-29 09:47:19 +01:00
K900
b5be581efe
Merge remote-tracking branch 'origin/staging-next' into staging
2025-03-29 09:07:13 +03:00
Ryan Hendrickson
800863744b
nixos/geoclue2: add options for static source ( #392257 )
2025-03-28 21:10:22 -04:00
nixpkgs-ci[bot]
8c63a3f00d
Merge staging-next into staging
2025-03-29 00:15:41 +00:00
Raito Bezarius
0d079338b2
nixos/tests/installer: introduce lix-simple variant
...
An installer tests exacerbates the distribution packaging but in the
case of NixOS: the Nix package manager implementation.
As part of our classical release management process, the Lix team tests
whether a NixOS system installs just fine with Lix or not.
To avoid bloating the CI needlessly and keeping it simple, we only
introduce it on the simple variant and give a general way to pipe a Nix
implementation inside of an installer test.
Change-Id: I781da14475867dc2d946b740bad10af5de79ec5a
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2025-03-28 15:46:08 -07:00
Izel Nakri
a27582f5fe
nixosTests/bitbox-bridge: init
...
only run these tests on linux
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-03-29 00:49:47 +05:30
isabel
c673e7ade9
nixosTests.wakapi: migrate to runTest
2025-03-29 00:47:44 +05:30
nixpkgs-ci[bot]
66681a870f
Merge staging-next into staging
2025-03-28 18:06:07 +00:00
Aleksana
fae9d587a8
various: remove davidtwco as package maintainer ( #392726 )
2025-03-28 22:47:38 +08:00
Piotr Kwiecinski
71d746b1fd
nixosTests.emacs-daemon: migrate to runTest
...
Part of NixOS#386873
2025-03-28 14:40:52 +01:00
e1mo
924b4f9c64
nixosTests.dokuwiki: migrate to runTest
...
Part of #386873
2025-03-28 14:11:44 +01:00
gileri
57fb17649b
tt-rss: Add feediron to tests
2025-03-27 22:09:46 +01:00
gileri
e09c54ce6b
tt-rss: More comprehensive test
2025-03-27 22:08:58 +01:00
โทสฺตัล
54710e9cc1
nixos/h2o: disable OCSP stapling in tests
...
The ACME certs are faked for testing & no need to contact a certificate
authority.
2025-03-27 22:37:05 +07:00
nixpkgs-ci[bot]
9f7eb43375
Merge staging-next into staging
2025-03-27 12:07:01 +00:00
Weijia Wang
31d08304ea
nixos/h2o: wait for open ports in tests, use runTest ( #391834 )
2025-03-27 12:31:49 +01:00
Sarah Brofeldt
7d4bcd6068
apacheKafka: init at 4.0.0 ( #392450 )
2025-03-27 07:13:41 +01:00
nixpkgs-ci[bot]
11a016be8f
Merge staging-next into staging
2025-03-27 06:05:43 +00:00
Aleksana
b4ded625bd
nixos/environment: make {sessionV,v}ariables items nullable ( #354186 )
2025-03-27 10:10:31 +08:00
Neyts Zupan
6aaeae81ae
Take systemd configuration from upstream package instead of definiting
...
them in the nixos module.
2025-03-26 18:23:59 +00:00
nixpkgs-ci[bot]
759b761b0d
Merge staging-next into staging
2025-03-26 18:05:48 +00:00
Maximilian Bosch
0806a36357
Merge: nixos/nextcloud: fix eval of tests ( #393063 )
2025-03-26 17:06:12 +01:00
Maximilian Bosch
ad175bca29
nixos/nextcloud: fix eval of tests
...
Currently failing with
error: cannot coerce a set to a string: { __functionArgs = «thunk»; __functor = «thunk»; }
This comes from the `extraTests` option I added to the test modules to
compose certain tests a little nicer. It's of type
either (functionTo ...) str
and it seems like the `functionTo` part now returns a functor (i.e. an
attr-set that can be invoked as function). This is caught by
`lib.isFunction`, but `builtins.isFunction` returns `false`.
Hence, switching to the former fixes this.
2025-03-26 16:49:54 +01:00
Jonas Heinrich
5325034183
froide-govplan: init at 0-unstable-2025-01-27 ( #349750 )
2025-03-26 14:27:02 +01:00
MakiseKurisu
f6128c6050
nixos/tests/incus: add AppArmor test
2025-03-26 21:01:23 +08:00
MakiseKurisu
f4fd5a51b5
nixos/tests/incus: fix zfs test configuration
2025-03-26 21:01:15 +08:00
nixpkgs-ci[bot]
5e06b173b0
Merge staging-next into staging
2025-03-26 12:06:44 +00:00
Adam C. Stephens
4534205b61
slimserver: 9.0.1 -> 9.0.2 ( #390666 )
2025-03-26 07:48:39 -04:00
K900
aca918e668
Merge remote-tracking branch 'origin/staging-next' into staging
2025-03-25 21:06:52 +03:00
K900
b140839dd2
nixosTests.misc: don't build docs
...
They're not used, saves a statistically insignificant amount of Hydra time.
2025-03-25 19:34:45 +03:00
Maximilian Bosch
d3110c9532
nextcloud: update maintainer information
...
* Create a dedicated team. Before, information was inconsistent between
e.g. tests and package, module had none at all.
* Add maintainership from us to all trivially packaged apps. This is
only to make sure that we take care of them building and installing
and that's about it.
2025-03-25 12:41:18 +00:00
nixpkgs-ci[bot]
935906364c
Merge staging-next into staging
2025-03-25 12:06:47 +00:00
Adam C. Stephens
dc9b690d42
nixosTests.forgejo{,-lts}: migrate to runTest ( #392797 )
2025-03-25 07:55:26 -04:00
uku
b6ba4a499c
nixos/nitter: rename guestAccounts to sessionsFile
...
for consistency with upstream, see
6fcd849eff
2025-03-25 10:48:27 +01:00
nixpkgs-ci[bot]
f079e356d1
Merge staging-next into staging
2025-03-25 00:16:28 +00:00
Ryan Hendrickson
4c2f564ef0
nixos/geoclue2: add options for static source
2025-03-24 19:15:47 -04:00
Wolfgang Walther
886a47b354
postgresqlPackages.pgvecto-rs: use useFetchCargoVendor ( #392734 )
2025-03-24 18:16:55 +00:00
nixpkgs-ci[bot]
b238e7eb57
Merge staging-next into staging
2025-03-24 18:05:34 +00:00
emilylange
b5a6b91b33
nixosTests.forgejo{,-lts}: migrate to runTest
...
This is part of the bigger handleTest deprecation.
See 7e3c66897a .
2025-03-24 18:38:09 +01:00
Robert Hensing
1a9038924d
nixosTests.pgadmin4: Use runTest ( #386875 )
2025-03-24 17:18:10 +00:00
David Wood
c6fb4f6e63
jirafeau: remove davidtwco as maintainer
2025-03-24 14:31:15 +00:00
Diogo Correia
f875b09f1e
pgvecto-rs: update links in comments to new website
...
The pgvecto.rs domain is no longer registered.
2025-03-24 14:22:42 +00:00
K900
6976734598
linux_6_11{,_hardened}: drop
2025-03-24 10:08:44 +03:00
nixpkgs-ci[bot]
b4d0fe2499
Merge staging-next into staging
2025-03-24 00:16:41 +00:00
Sandro
21a8234637
nixosTests.{qtile,ragnarwm}: migrate to runTestOn ( #389073 )
2025-03-23 23:27:02 +01:00
Jonathan Davies
513e56cc4a
nixos/kafka: Set default test mode to KRaft, Zookeeper is deprecated from 4.0
2025-03-23 17:07:18 +00:00
Jonathan Davies
9d2159ebe0
apacheKafka: init at 4.0.0
2025-03-23 17:07:09 +00:00
Jonas Heinrich
4d32c67c73
nixos/tests/froide-govplan: init
2025-03-23 18:05:54 +01:00
nixpkgs-ci[bot]
ce179bc524
Merge staging-next into staging
2025-03-23 12:06:09 +00:00
Adam C. Stephens
7af9798638
kanidm: don't log provisioned passwords via instrumentation ( #392031 )
2025-03-23 07:02:38 -04:00
Jon Seager
4240d073c7
nixosTests.homepage-dashboard: remove unmanaged conf tests
2025-03-23 09:39:05 +00:00
Neyts Zupan
6918b78ad9
paretosecurity: 0.0.91 -> 0.0.92
...
Add a test for linking a device to a team.
2025-03-22 22:45:48 +00:00
OPNA2608
5d371953de
nixosTests.morph-browser: Migrate to runTest
2025-03-22 13:57:56 +01:00
OPNA2608
de76a1e852
nixosTests.miriway: Migrate to runTest
2025-03-22 13:55:56 +01:00
oddlama
df0193b33f
kanidm: don't log provisioned passwords via instrumentation
...
This also make sure to test this in the related nixos test.
Fixes: CVE-2025-30205
Reported-By: Katherina Walshe-Grey <qenya@qenya.tel>
2025-03-22 09:19:47 +01:00
nixpkgs-ci[bot]
56654a8868
Merge staging-next into staging
2025-03-22 06:05:08 +00:00
Austin Horstman
469f2ca232
clatd: 1.6 -> 2.1.0 ( #390764 )
2025-03-21 23:46:50 -05:00
โทสฺตัล
1905cd89f8
nixos/h2o: move to runTest
2025-03-22 00:10:19 +07:00
โทสฺตัล
b828ba3247
nixos/h2o: wait for open ports in tests
...
Hydra can sometimes timeout here. It’s a better practice anyhow.
2025-03-21 22:25:36 +07:00
Sirio Balmelli
a247dd229a
nixos/nebula: add DNS tests
...
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2025-03-21 13:21:46 +01:00
nixpkgs-ci[bot]
529326e679
Merge staging-next into staging
2025-03-21 12:06:31 +00:00
Arne Keller
e000e1cbd4
nixos/tests/vdirsyncer: init ( #271024 )
2025-03-21 12:40:21 +01:00
Arian van Putten
b684e9c6d6
fluent-bit: link against Nix dependencies, fix Darwin builds, and add NixOS module ( #365493 )
2025-03-21 11:39:18 +00:00
Arian van Putten
e4684ee593
paretosecurity: 0.0.89 -> 0.0.91, nixos/paretosecurity: add trayIcon option ( #391799 )
2025-03-21 10:38:18 +00:00
Neyts Zupan
8dbf318cea
paretosecurity: 0.0.89 -> 0.0.91,, nixos/paretosecurity: add trayIcon option
2025-03-21 10:15:25 +00:00
Domen Kožar
4b3a3d6edd
paretosecurity: 0.0.88 -> 0.0.89 ( #391613 )
2025-03-21 09:41:13 +00:00
Jon Seager
bfa9810ff7
nixos/scrutiny: use genJqSecretsReplacementSnippet ( #320672 )
2025-03-21 08:42:37 +00:00
Jared Baur
ec19e7420c
nixosTests.clatd: use runTest and drop unneeded config from client
2025-03-21 01:12:14 -07:00
Defelo
18ee8ce652
nixos/tests/glance: fix version check
2025-03-21 08:28:06 +01:00
Moraxyc
ab404806ff
nixosTests.scrutiny: migrate to runTest
...
Part of #386873
2025-03-21 13:49:47 +08:00
Moraxyc
a9085572f2
nixosTests.scrutiny: add test for notification feature
2025-03-21 13:41:11 +08:00
schnusch
a9289ca419
nixos/tests/vdirsyncer: set services.radicale.settings.auth.type
...
see #391531
2025-03-21 01:51:20 +01:00
schnusch
bc72dc08f2
nixos/vdirsyncer: only use ProtectHome=yes with DynamicUser=yes
...
If a user is given it seems likely that their home directory is accessed.
2025-03-21 01:51:20 +01:00
schnusch
cd06d2dd2a
nixos/tests/vdirsyncer: init
2025-03-21 01:51:20 +01:00
nixpkgs-ci[bot]
1cf5157bf0
Merge staging-next into staging
2025-03-20 18:05:48 +00:00
Neyts Zupan
c75a5fa70f
paretosecurity: 0.0.88 -> 0.0.89
2025-03-20 17:07:29 +00:00
Robert Hensing
f37ad1a90b
nixos: add simple vm-variant test ( #391021 )
2025-03-20 12:28:00 +00:00
commiterate
3366b27e59
fluent-bit: link against Nix dependencies, fix Darwin builds, and add NixOS module
2025-03-19 18:48:46 -04:00
nixpkgs-ci[bot]
3a7baab73a
Merge staging-next into staging
2025-03-19 18:05:59 +00:00
Sandro
ddef00d3f0
nixos/zipline: improve systemd hardening ( #387119 )
2025-03-19 19:01:37 +01:00
Sandro
1289c91409
nixos/echoip: improve systemd hardening ( #387466 )
2025-03-19 19:00:27 +01:00
Adam C. Stephens
476618066b
nixos/firezone: init module and packages ( #374647 )
2025-03-19 13:50:47 -04:00
Defelo
0deb1b285f
nixos/tests/zipline: add interactive config
2025-03-19 18:16:00 +01:00
Gaétan Lepage
871ff1d88e
grocy: 4.3.0 -> 4.4.2 ( #387015 )
2025-03-19 14:00:50 +01:00
Yt
a72f22d0d8
Prefect init module ( #386895 )
2025-03-19 08:52:19 -04:00
nixpkgs-ci[bot]
08c1a45314
Merge staging-next into staging
2025-03-19 12:06:32 +00:00
Neyts Zupan
19683d2d61
paretosecurity: 0.0.86 -> 0.0.87
2025-03-19 09:10:27 +00:00
Franz Pletz
00996c9f33
nixos/rspamd: fix tests, postfix now always throws warnings
2025-03-18 23:11:52 +01:00
Shahar "Dawn" Or
48a407177a
nixos: add simple vm-variant test
2025-03-18 20:32:43 +00:00
nixpkgs-ci[bot]
e8240407b0
Merge staging-next into staging
2025-03-18 18:05:35 +00:00
Neyts Zupan
75773b77be
paretosecurity: init at 0.0.86, nixos/paretosecurity: init
2025-03-18 11:09:14 +00:00
oddlama
6c888f4911
nixos/firezone: init modules
2025-03-17 20:21:00 +01:00
nixpkgs-ci[bot]
dcc32e006f
Merge staging-next into staging
2025-03-17 18:05:40 +00:00
Sandro
b96c9e3a68
gokapi: init at 1.9.6 ( #372911 )
2025-03-17 16:12:38 +01:00
Sandro Jäckel
2581a40544
bird: change alias to throw to avoid confusion
2025-03-17 15:02:38 +01:00
Adam C. Stephens
854fc6225c
slimserver: 9.0.1 -> 9.0.2
2025-03-17 09:20:15 -04:00
nixpkgs-ci[bot]
ac164042cc
Merge staging-next into staging
2025-03-17 12:06:33 +00:00
Leona Maroni
cd7583a7d9
nixosTests.gitlab: add minimal test for gitlab-container-registry
2025-03-17 11:04:23 +01:00
Will Fancher
bbf66d50a2
Fix systemd-ssh changes ( #390565 )
2025-03-17 05:21:36 -04:00
Sergei Zimmerman
6f7caa580d
rathole: migrate to runTest
...
Part of #386873
2025-03-17 11:41:25 +05:30
Will Fancher
92ddfef0af
nixos/tests/systemd-ssh-proxy: Use container instead of nested virt and ISO
2025-03-16 23:07:47 -04:00
Will Fancher
4dcde98327
nixos/sshd: Fix socket activated SSH connections entering failed state.
...
In afeb76d628 , sshd.service and
sshd@.service were switched to Type=notify. This apparently works for
sshd.service, but not for sshd@.service. Given that the reason for
this working with sshd.service isn't exactly clear, let's revert it
for both of them for now, and revisit Type=notify later.
2025-03-16 23:02:22 -04:00
nixpkgs-ci[bot]
75c8678243
Merge staging-next into staging
2025-03-17 00:16:57 +00:00
Pol Dellaiera
2fb135fe67
glance: 0.7.3 -> 0.7.6, fix version in footer ( #390430 )
2025-03-16 21:48:35 +01:00
Pol Dellaiera
c8a823d40b
nixos/litellm: init
2025-03-16 20:49:22 +01:00
Pol Dellaiera
79e95661a6
orthanc: init at 1.12.6, nixos/orthanc: init ( #385329 )
2025-03-16 20:47:37 +01:00
Defelo
70444d6705
glance: fix version in footer
2025-03-16 17:36:07 +01:00
illustris
6709f7cea3
nixosTests.hadoop.hbase: fix race condition
2025-03-16 20:57:10 +05:30
happysalada
ef12e14cb7
nixos/prefect: init module
...
prefect: add dburl to worker
prefect: use same state directory
prefect: fix worker environment
prefect: create user
prefect: use datadir for sqlite url
prefect: make datadir writable
prefect: don't protect home
prefect fix sqlite url
prefect: fix state directory
prefect: user should not be systemuser
prefect: set to normal user
add prefect to systempackages
try user with same name
prefect use prefect_home
do not set database url
revert to dynamic user
prefect: add tests
prefect: fix port to string
2025-03-16 11:09:50 -04:00
Darragh Elliott
46666bba62
gokapi: add module, test, release docs
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2025-03-16 14:41:28 +00:00
Philip Taron
f4dd3ba6e0
systemd: make systemd-ssh-generator work ( #372979 )
2025-03-15 21:59:59 -07:00
Pol Dellaiera
933f835219
nixos/orthanc: init
2025-03-15 22:45:44 +01:00
Martin Weinelt
48e041d23c
nixosTests: migrate tests to runTests ( #389964 )
2025-03-15 20:49:33 +01:00
Marie Ramlow
8a641ddffe
nixosTests.systemd-ssh-proxy: init
2025-03-15 20:15:44 +01:00
Marie Ramlow
0ea1aedc4d
nixos/sshd: enable root ssh authorized_keys provisioning
...
This enables provisioning of root ssh keys with systemd credentials
(e.g. passed in via smbios strings or kernel params)
2025-03-15 20:15:44 +01:00
Piotr Kwiecinski
e44f5a37cf
nixosTests.php: migrate to runTest
2025-03-15 22:55:13 +05:30
Marcus Ramberg
d07ebbab9b
nixos/k3s: add autoDeployCharts option and use systemd-tmpfiles for content activation ( #374017 )
2025-03-15 11:26:43 +01:00
Martin Weinelt
ca409e5a02
nixosTests.xandikos: migrate to runTest
...
Part Of #386873
2025-03-14 23:38:25 +01:00
Martin Weinelt
ae0871bca2
nixosTests.xautolock: migrate to runTest
...
Part Of #386873
2025-03-14 23:35:56 +01:00
Martin Weinelt
f7a4d10a08
nixosTests.xfce: migrate to runTest
...
Part Of #386873
2025-03-14 23:35:14 +01:00
Martin Weinelt
93e131345f
nixosTests.xfce-wayland: migrate to runTest
...
Part Of #386873
2025-03-14 23:34:36 +01:00
Martin Weinelt
ead8dabde0
nixosTests.xmonad: migrate to runTest
...
Part Of #386873
2025-03-14 23:23:04 +01:00
Martin Weinelt
4ada7d8158
nixosTests.xmonad-xdg-autostart: migrate to runTest
...
Part Of #386873
2025-03-14 23:20:54 +01:00
Martin Weinelt
6a13f858bd
nixosTests.xpadneo: migrate to runTest
...
Part Of #386873
2025-03-14 23:18:18 +01:00
Martin Weinelt
6d1946030c
nixosTests.xrdp: migrate to runTest
...
Part Of #386873
2025-03-14 23:15:25 +01:00
Martin Weinelt
2af95991ab
nixosTests.xrdp-with-audio-pulseaudio: migrate to runTest
...
Part Of #386873
2025-03-14 23:09:47 +01:00
Martin Weinelt
650ab40c81
nixosTests.xss-lock: migrate to runTest
...
Part Of #386873
2025-03-14 23:07:18 +01:00
Martin Weinelt
20ad3329fe
nixosTests.xterm: migrate to runTest
...
Part Of #386873
2025-03-14 23:03:42 +01:00
Martin Weinelt
7c1bc83f56
nixosTests.xxh: migrate to runTest
...
Part Of #386873
2025-03-14 23:02:38 +01:00
Martin Weinelt
1fd9bc9a38
nixosTests.yabar: migrate to runTest
...
Part Of #386873
2025-03-14 23:01:01 +01:00
Martin Weinelt
04a03a5c8c
nixosTests.yggdrasil: migrate to runTest
...
Part Of #386873
2025-03-14 22:59:07 +01:00
Martin Weinelt
8667777300
nixosTests.your_spotify: migrate to runTest
...
Part Of #386873
2025-03-14 22:57:44 +01:00
Martin Weinelt
2a33e128e1
nixosTests.zammad: migrate to runTest
...
Part Of #386873
2025-03-14 22:52:10 +01:00
Martin Weinelt
e3c80a49c8
nixosTests.zenohd: migrate to runTest
...
Part Of #386873
2025-03-14 22:51:56 +01:00
Martin Weinelt
052ef614f6
nixosTests.zeronet-conservancy: migrate to runTest
...
Part Of #386873
2025-03-14 22:49:23 +01:00
Martin Weinelt
75702914a7
nixosTests.zipline: migrate to runTest
...
Part Of #386873
2025-03-14 22:46:10 +01:00
Martin Weinelt
7c443382b2
nixosTests.zoneminder: migrate to runTest
...
Part Of #386873
2025-03-14 22:45:38 +01:00
Martin Weinelt
1c825e3db4
nixosTests.zookeeper: migrate to runTest
...
Part Of #386873
2025-03-14 22:43:51 +01:00
Martin Weinelt
c0e8309034
nixosTests.zram-generator: migrate to runTest
...
Part Of #386873
2025-03-14 22:42:49 +01:00
Martin Weinelt
89bf1ebca0
nixosTests.zrepl: migrate to runTest
...
Part Of #386873
2025-03-14 22:41:58 +01:00
Martin Weinelt
04bc28c680
nixosTests.zsh-history: migrate to runTest
...
Part Of #386873
2025-03-14 22:41:04 +01:00
Martin Weinelt
16cf246490
nixosTests.zwave-js: migrate to runTest
...
Part Of #386873
2025-03-14 22:39:49 +01:00
Martin Weinelt
d8d1e397cb
nixosTests.zwave-js-ui: migrate to runTest
...
Part Of #386873
2025-03-14 22:38:26 +01:00
Martin Weinelt
06c01cba2a
nixos/tests/akkoma: re‐write end‐to‐end test ( #388766 )
2025-03-14 18:35:44 +01:00
Mikael Voss
73e68329f4
nixos/tests/akkoma: re‐write end‐to‐end test
...
The test now checks federation between two Akkoma instances.
2025-03-14 18:12:47 +01:00
Grimmauld
8cc442c085
nixos/tests/apparmor: fix test baseline
2025-03-14 17:33:19 +01:00
Martin Weinelt
68995c0969
nixosTests.avahi: migrate to runTest
...
Part Of #386873
2025-03-13 23:57:19 +01:00
Martin Weinelt
b1d55f037e
nixosTests.autobrr: migrate to runTest
...
Part Of #386873
2025-03-13 23:50:51 +01:00
Martin Weinelt
48dda151d3
nixosTests.auto-cpufreq: migrate to runTest
...
Part Of #386873
2025-03-13 23:50:05 +01:00
Martin Weinelt
56558f8c94
nixosTests.authelia: migrate to runTest
...
Part Of #386873
2025-03-13 23:48:27 +01:00
Martin Weinelt
3f2541bbb1
nixosTests.auth-mysql: migrate to runTest
...
Part Of #386873
2025-03-13 23:45:17 +01:00
Martin Weinelt
add74983e7
nixosTests.audiobookshelf: migrate to runTest
...
Part Of #386873
2025-03-13 23:43:22 +01:00
Martin Weinelt
bd84275f60
nixosTests.atd: migrate to runTest
...
Part Of #386873
2025-03-13 23:40:53 +01:00
Martin Weinelt
dd6cb9fe67
nixosTests.armagetronad: migrate to runTest
...
Part Of #386873
2025-03-13 23:38:13 +01:00
Martin Weinelt
67d315ebd4
nixosTests.aria2: migrate to runTest
...
Part Of #386873
2025-03-13 23:36:28 +01:00
Martin Weinelt
f13c50690f
nixosTests.archi: migrate to runTest
...
Part Of #386873
2025-03-13 23:35:22 +01:00
Martin Weinelt
653313abe1
nixosTests.apparmor: migrate to runTest
...
Part Of #386873
2025-03-13 23:31:20 +01:00
Martin Weinelt
884c15c72f
nixosTests.apcupsd: migrate to runTest
...
Part Of #386873
2025-03-13 23:27:09 +01:00
Martin Weinelt
931d6c6af4
nixosTests.anuko-time-tracker: migrate to runTest
...
Part Of #386873
2025-03-13 23:26:26 +01:00
Martin Weinelt
8e3f874502
nixosTests.anki-sync-server: migrate to runTest
...
Part Of #386873
2025-03-13 23:24:58 +01:00
Martin Weinelt
e045203e0e
nixosTests.angie-api: migrate to runTest
...
Part Of #386873
2025-03-13 23:24:10 +01:00
Martin Weinelt
769a073a37
nixosTests.amazon-ssm-agent: migrate to runTest
...
Part Of #386873
2025-03-13 23:21:27 +01:00
Martin Weinelt
abb345f6ca
nixosTests.amazon-init-shell: migrate to runTest
...
Part Of #386873
2025-03-13 23:18:09 +01:00
Martin Weinelt
430ea8553b
nixosTests.amazon-cloudwatch-agent: migrate to runTest
...
Part Of #386873
2025-03-13 23:16:14 +01:00
Martin Weinelt
646a8a3356
nixosTests.alps: migrate to runTest
...
Part Of #386873
2025-03-13 23:08:11 +01:00
Martin Weinelt
7f5db31613
nixosTests.allTerminfo: migrate to runTest
...
Part Of #386873
2025-03-13 22:59:02 +01:00
Martin Weinelt
498ecc0604
nixosTests.alloy: migrate to runTest
...
Part Of #386873
2025-03-13 22:57:18 +01:00
Martin Weinelt
1f264807a9
nixosTests.alice-lg: migrate to runTest
...
Part Of #386873
2025-03-13 22:55:56 +01:00
Martin Weinelt
93d9ca0d83
nixosTests.airsonic: migrate to runTest
...
Part Of #386873
2025-03-13 22:50:36 +01:00
Martin Weinelt
52822c9037
nixosTests.agda: migrate to runTest
...
Part Of #386873
2025-03-13 22:48:41 +01:00
Martin Weinelt
832fbbde00
nixosTests.actual: migrate to runTest
...
Part Of #386873
2025-03-13 22:47:51 +01:00
Martin Weinelt
b0b64316bc
nixosTests.acme-dns: migrate to runTest
...
Part Of #386873
2025-03-13 22:46:32 +01:00
Gaétan Lepage
9e889113ef
bundler: 2.5.22 -> 2.6.2 ( #377415 )
2025-03-13 10:35:46 +01:00
Martin Weinelt
daca9f8900
nixos/tests/{floorp,librewolf}: fix eval
...
I missed these were also using the firefox nixos test.
2025-03-12 23:47:01 +01:00
zowoq
7435729ef7
nixosTests.telegraf: switch to runTest
2025-03-13 08:32:57 +10:00
h7x4
6dd3e6958d
nixos/heimdal: extend nixos test, fix multitarget principals in acls ( #389033 )
2025-03-12 17:16:34 +01:00
Sandro Jäckel
1eecf7cc06
haka: remove
2025-03-12 16:04:54 +01:00
rnhmjoj
a160ebdef3
nixos/tests/startx: test imperative setup
2025-03-12 13:08:30 +01:00
h7x4
757812cb6b
nixos/heimdal: add heimdal maintainers as nixos test maintainers
2025-03-12 09:14:38 +01:00
h7x4
02a99f3c78
nixos/heimdal: extend nixos test
2025-03-12 09:14:15 +01:00
Sigmanificient
1434add94c
nixosTests.{qtile,ragnarwm}: migrate to runTestOn
2025-03-11 21:26:53 +01:00
nixpkgs-ci[bot]
9a807b1916
Merge master into staging-next
2025-03-11 17:36:38 +00:00
Pol Dellaiera
c39e50acb0
nixos/limine: init module ( #386368 )
2025-03-11 14:09:50 +01:00
nixpkgs-ci[bot]
f6e560e4b0
Merge master into staging-next
2025-03-11 12:06:05 +00:00
rnhmjoj
7456bebb2e
nixos/tests: add startx test
2025-03-11 11:05:24 +01:00
nixpkgs-ci[bot]
97bfcc4bcd
Merge master into staging-next
2025-03-11 00:15:17 +00:00
Martin Weinelt
dd7cee4f04
nixos/tests/pinnwand: migrate to runTest
...
Part of #386873 .
2025-03-10 20:31:40 +01:00
Martin Weinelt
41ff93c1d8
nixos/tests/knot: migrate to runTest
...
Part of #386873
2025-03-10 20:30:17 +01:00
Martin Weinelt
5d3d6037d8
nixos/tests/go-neb: migrate to runTest
...
Part of #386873
2025-03-10 20:27:45 +01:00
Martin Weinelt
5a80e9ed00
nixos/tests/kea: migrate to runTest
...
Part of #386873
2025-03-10 20:23:59 +01:00
Martin Weinelt
6919956d08
nixos/tests/snapcast: migrate to runTest
...
Part of #386873
2025-03-10 20:20:04 +01:00
Martin Weinelt
9b7b22afa1
nixos/tests/babeld: migrate to runTest
...
Part of #386873
2025-03-10 20:16:27 +01:00
Martin Weinelt
c249dcf2f3
nixos/tests/botamusique: migrate to runTest
...
Part of #386873
2025-03-10 20:15:36 +01:00
Martin Weinelt
8ed2c5f961
nixos/tests/firefox: migrate to runTest
...
Part of #386873
2025-03-10 19:17:52 +01:00
aucub
98b086d6d3
xdg-desktop-portal: 1.18.4 -> 1.20.0
...
- remove unneeded dependencies
- switch to wrapGAppsNoGuiHook
- add patch to fix sound validation similar to icon validation
- rebase other patches
- use a single python env with all test dependencies, as pytest path is hardcoded
into installed tests
- fix installed tests, reenable location test (it works now)
- clean up a bunch of old hacks
Co-authored-by: aucub <78630225+aucub@users.noreply.github.com>
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
2025-03-10 20:42:37 +03:00
Sandro
74ee058fc3
nixos/sudo-rs: align sudo and sudo-rs config ( #386423 )
2025-03-10 16:51:43 +01:00
Arne Keller
9b62d5e280
nixos/zwave-js-ui: Add chown to allowed syscalls ( #380999 )
2025-03-10 08:47:46 +01:00
Martin Weinelt
e5d70cfec2
nixos/matter-server: fix permission denied error in 7.0.1 ( #384651 )
2025-03-09 21:32:31 +01:00
Arne Keller
253d7b4651
shadps4: 0.5.0-unstable-2025-01-20 -> 0.6.0-unstable-2025-03-07, add sdl3 to buildInputs ( #388273 )
2025-03-09 14:42:53 +01:00
Franz Pletz
7978d240c2
nixos/iosched: exclude loop devices by default; mention in release notes ( #385106 )
2025-03-09 09:38:05 +01:00
Mikael Voss
54bd09a515
nixos/iosched: exclude loop devices by default
2025-03-08 21:56:51 +01:00
Norma
01ce340a54
nixosTests/shadps4: fix colors, increase memory
...
shadps4's default color theme got updated, and it became more accurate so the openorbis .png color now matches with the output
2025-03-08 20:08:57 +01:00
Matt Leon
b4f4971b6a
nixos/matter-server: fix permission denied error in initialization with v7.0.1
...
Signed-off-by: Matt Leon <ml@mattleon.com>
2025-03-08 09:34:46 -05:00
Kira Bruneau
42565a80f1
wine64Packages.{unstable,staging}: 10.0 -> 10.2 ( #384537 )
2025-03-08 14:26:03 +00:00
Christian Kögler
a3982961cf
nixos/k3s: use dynamic networking in multi node test ( #381122 )
2025-03-08 10:07:11 +01:00
Philip Taron
5c5012444a
nixosTests.user-enable-option: fix build
...
Previously it failed in the linting phase as these f-strings were not needed.
2025-03-07 12:41:26 -08:00
Sandro
48ecb73067
netbox_4_2: init ( #376100 )
2025-03-07 20:31:48 +01:00
Sandro
07c24fffa3
nixos/matrix-alertmanager: init module ( #378966 )
2025-03-07 19:59:46 +01:00
misuzu
f3b9f47891
nixos/umurmur: init ( #387580 )
2025-03-07 17:46:10 +02:00
Martin Weinelt
e61a020108
evcc: add envsubst secret support ( #387829 )
2025-03-07 11:47:52 +01:00
Maximilian Bosch
6c4f93e113
Merge: nixos/nextcloud: use LoadCredential to read secrets ( #367433 )
2025-03-07 10:58:29 +01:00
Martin Weinelt
067732921f
nixos/evcc: support passing secrets with envsubst
...
and apply some newer best practices.
2025-03-07 10:08:55 +01:00
3JlOy_PYCCKUI
095da00b2d
nixos/umurmur: init
2025-03-07 12:07:53 +03:00
Dionysis Grigoropoulos
4d68e0da82
nixos/tests/matrix-alertmanager: init
2025-03-07 00:42:43 +02:00
7c6f434c
fe36c0e045
Squid: 6.13 -> 7.0.1 ( #384972 )
2025-03-06 17:17:08 +00:00
Joshua Kobschätzki
019f100d17
squid: add inverse test
2025-03-06 11:36:17 +01:00
programmerlexi
12779dc091
nixos/limine: init module
...
Co-Authored-By: Gabriel Waksmundzki <czapek1337@gmail.com>
2025-03-06 08:05:08 +01:00
Defelo
110b3af97a
nixos/tests/echoip: use runTest
2025-03-06 02:00:59 +01:00
Martin Weinelt
4ffa25f041
frigate: 0.14.1 -> 0.15.0 ( #386266 )
2025-03-05 12:52:36 +01:00
Sandro
4f7fc6dfdf
nixos/glitchtip: init module ( #386013 )
2025-03-05 01:23:43 +01:00
Defelo
dd87a30c58
nixos/tests/glitchtip: init
...
Co-authored-by: Nico Felbinger <nico@felbinger.eu>
2025-03-05 00:24:50 +01:00
Masum Reza
d38624ef95
hddfancontrol: 1.5.1->2.0.1 ( #387029 )
2025-03-05 01:57:54 +05:30
Philip Wilk
45782a83b7
nixosTests.hddfancontrol: remove
...
Version 2 of hddfancontrol now fetches disk info - namely model - from the passed disks immediately, which /dev/vda does not have.
This is a fatal error that exits the daemon, so the test is no longer possible.
2025-03-04 20:12:30 +00:00
Chris Moultrie
80ffcc9b7c
grocy: fix passthru test with second curl invocation
2025-03-04 12:55:10 -05:00
Adam C. Stephens
6f4685c87b
fish: 3.7.1 -> 4.0 ( #367229 )
2025-03-04 12:31:06 -05:00
Robert Hensing
374258629f
nixosTests.lomiri-system-settings: Switch to runTest ( #386999 )
2025-03-04 17:47:02 +01:00
Robert Hensing
328e9b2807
nixosTests.nomad: Use runTest ( #386866 )
2025-03-04 15:16:42 +01:00
OPNA2608
91be6b3c8f
nixosTests.lomiri-system-settings: Switch to runTest
2025-03-04 13:35:19 +01:00
xanderio
8bc3ee6396
dependency-track: stop bundling frontend in jar ( #386408 )
2025-03-04 09:39:44 +01:00
Martin Weinelt
1faec56024
nixosTests/frigate: convert to runTest
...
Part of #386873
2025-03-04 08:07:06 +01:00
Chris Dombroski
63157e34d8
nixos/zwave-js-ui: Add chown to allowed syscalls
...
Closes : #379850
2025-03-03 21:34:09 -05:00
Robert Hensing
743cd3dfaf
nixosTests.pgadmin4: Use runTest
...
See https://github.com/NixOS/nixpkgs/issues/386873
2025-03-04 00:46:39 +01:00
Robert Hensing
49aef13286
nixosTests.nomad: Use runTest
...
About 30% quicker to eval
Runs on macOS as a VM host
2025-03-04 00:19:06 +01:00
Joshua Kobschätzki
3403819b4d
netbox_4_2: init
...
Co-authored-by: SuperSandro2000 <sandro.jaeckel@gmail.com>
2025-03-03 21:24:13 +01:00
r-vdp
b1680bd19b
nixos/sudo-rs: use runTest to run the VM test
2025-03-03 11:51:55 +01:00
Fabián Heredia Montiel
ab23320d2d
linux/hardened/patches/6.13: init at v6.13.5-hardened1
2025-03-02 20:50:56 +01:00
Alexander Sieg
28e18569a4
nixosTests.dependency-track: increase memorySize to fix test
2025-03-02 16:50:01 +01:00
Maximilian Bosch
2cf427c045
Merge: nextcloud31: init at 31.0.0 ( #385060 )
2025-03-01 13:47:45 +01:00
Bruno BELANYI
0c4bc741cf
nixos/radarr,lidarr,readarr,whisparr,prowlarr: add settings option ( #384052 )
2025-03-01 09:10:11 +00:00
Will Fancher
f836b8998f
Revert "nixos/grub: generate BLS entries" ( #385879 )
2025-02-28 23:07:26 -05:00
Sandro
157b9399e3
velocity: init at 3.4.0-unstable-2025-02-28 ( #384071 )
2025-03-01 02:05:58 +01:00
Samuel Dionne-Riel
6ec6eae586
Revert "nixos/grub: generate BLS entries"
2025-02-28 14:30:10 -05:00
Tert0
3f29dce6df
nixos/tests/velocity: init
2025-02-28 16:55:55 +01:00
Michele Guerini Rocco
6bf084c4ea
nixos/grub: generate BLS entries ( #95901 )
2025-02-28 15:12:36 +01:00
zowoq
31782c65e2
rasdaemon: 0.8.0 -> 0.8.2 ( #369375 )
2025-02-28 21:47:15 +10:00
Donovan Glover
d6cc212d8f
freshrss: 1.25.0 -> 1.26.0 ( #384546 )
2025-02-28 11:28:06 +00:00
Matei Dibu
498c2d6827
rasdaemon: 0.8.0 -> 0.8.2
2025-02-28 11:46:33 +02:00
rnhmjoj
5e5476e544
nixos/tests/nixos-rebuild-install-bootloader: check boot loader entries
2025-02-28 09:58:49 +01:00
rnhmjoj
7e6d6f778c
nixos/tests/grub: check boot loader entries
2025-02-28 09:58:49 +01:00
Pol Dellaiera
56e88da108
rebuilderd: init at 0.22.1 ( #343334 )
2025-02-28 09:14:08 +01:00
Sandro
d1c535f62a
nixos/user-groups: add a toggle for user account creation ( #358646 )
2025-02-27 23:47:20 +01:00
Sandro Jäckel
36a3c6c11d
nixos/paperless: move paperless-manage to proper systemPackage
2025-02-27 21:47:35 +01:00
Pol Dellaiera
2c8bdd00fd
nixos/rebuilderd: init
2025-02-27 21:18:46 +01:00
Sandro
e90d001cbb
Fix random typos while replacing libredirect with libredirect.hook ( #385607 )
2025-02-27 20:41:57 +01:00
Maximilian Bosch
659f9ea390
Merge: nixos/oci-containers: support rootless containers & healthchecks ( #368565 )
2025-02-27 19:59:34 +01:00
Sandro
fd256f27b0
poppler-utils: rename from poppler_utils ( #385503 )
2025-02-27 19:35:38 +01:00
Sandro Jäckel
045211b428
nixos/tests/nscd: fix typo
2025-02-27 19:20:46 +01:00
r-vdp
8b63e944e3
fish: don't generate man pages in the test VM
2025-02-27 16:40:31 +01:00
r-vdp
49ea3fd1ea
fish: fix tests
2025-02-27 16:40:30 +01:00
r-vdp
15433ca1a8
fish: use runTest for the nixos test
2025-02-27 16:21:33 +01:00
r-vdp
f79e11adb9
fish: remove unneeded config from test, this was fixed in nixpkgs
2025-02-27 16:21:33 +01:00
Michele Guerini Rocco
af8642b189
nixos/hostapd: add passwordFile to structured SAE entries ( #365727 )
2025-02-27 13:51:23 +01:00
Maximilian Bosch
7d443d378b
nixos/oci-containers: support rootless containers & healthchecks
...
Closes #259770
Closes #207050
The motivation for the former is to not execute the container as root,
so you don't have to `sudo -i` to perform podman management tasks.
The idea behind healthchecks is to be able to keep the unit in the
activating state until the container is healthy, only then then unit is
marked as active.
The following changes were necessary:
* Move the ctr-id into `/run/${containerName}` to make podman can
actually write to it since it's now in its RuntimeDirectory.
* Make `sdnotify` option configurable (`healthy` for healthchecks that
must pass, default remains `conmon`).
* Set Delegate=yes for `sdnotify=healthy` to make sure a rootless
container can actually talk to sd_notify[1].
* Add a warning that lingering must be enabled to have a `systemd --user`
instance running which is required for the cgroup support to work
properly.
* Added a testcase for rootless containers with both conmon and
healthchecks.
[1] https://github.com/containers/podman/discussions/20573#discussioncomment-7612481
2025-02-27 11:08:33 +01:00
Aaron Jheng
a2f3625d99
poppler-utils: rename from poppler_utils
2025-02-27 16:56:01 +08:00
Felix Buehler
b029646afc
nixosTests/prometheus-exporters.exportarr-sonarr: use new env-vars
2025-02-26 20:38:12 +01:00
Philip Taron
6ea4ff601e
mkBinaryCache: support zstd and none as compression methods ( #376365 )
2025-02-26 09:05:25 -08:00
h7x4
631fb54d11
go-camo: 2.6.1 -> 2.6.2 ( #384597 )
2025-02-26 17:44:22 +01:00
lassulus
bec9ad1869
nixos/h2o: TLS recommendations ( #384730 )
2025-02-26 18:34:57 +07:00
Arne Keller
a357c87049
gotosocial: 0.17.4 -> 0.18.1 ( #384538 )
2025-02-26 09:15:56 +01:00
transcaffeine
dfe1187fea
nextcloud31: init at 31.0.0
...
Release notes: https://github.com/nextcloud/server/releases/tag/v31.0.0
Upgrade notes: https://docs.nextcloud.com/server/31/admin_manual/release_notes/upgrade_to_31.html
2025-02-26 08:29:34 +01:00
K900
b157c03c40
nixos/tests/acme: Refactor test suite ( #378705 )
2025-02-26 10:29:20 +03:00
โทสฺตัล
b3f93d7292
nixos/h2o: TLS recommendations
...
From Mozilla’s ssl-config-generator project
2025-02-26 12:26:12 +07:00
Adam C. Stephens
c273acfbfe
incus-ui-canonical: 0.14.6 -> 0.15
...
lxd upstream changelog:
https://github.com/canonical/lxd-ui/releases/tag/0.15
2025-02-25 21:51:20 -05:00
Vlad M.
deb331b1f6
aaaaxy: 1.5.256 -> 1.6.0 ( #384847 )
2025-02-25 17:00:44 +02:00
Atemu
38e5291c59
nixos/iosched: init module ( #318600 )
2025-02-25 14:14:58 +01:00
Joshua Kobschätzki
49415e02b8
netbox_4_0: removal
2025-02-25 10:44:59 +01:00
Gaétan Lepage
dda347e8ef
Rename maintainer soispha to bpeetz ( #384309 )
2025-02-25 09:20:30 +01:00
Michele Guerini Rocco
d249c1cf5a
nixos/tests/dnsdist: fix dnscrypt test ( #384884 )
2025-02-25 08:04:49 +01:00
Martin Weinelt
35f9b4c165
zigbee2mqtt_2: init at 2.1.1 ( #371053 )
2025-02-25 05:09:13 +01:00
Mikael Voss
3c0be38ee0
nixos/iosched: init module
2025-02-25 00:08:06 +01:00
Tert0
3b1a5a3938
nixos/tests/dnsdist: fix dnscrypt test
2025-02-24 23:37:13 +01:00
Luflosi
d29cce9d75
aaaaxy: 1.5.256 -> 1.6.0
...
https://github.com/divVerent/aaaaxy/releases/tag/v1.6.0
2025-02-24 19:22:36 +01:00
Sandro Jäckel
ad0bf1f4c5
nixos/all-tests: add go-camo
2025-02-24 15:26:44 +01:00