K900
d121800fdb
Merge remote-tracking branch 'origin/master' into staging-next
2025-04-08 12:44:34 +03:00
Bruno BELANYI
15072f38a7
nixos/homebox: add 'database.createLocally' ( #396915 )
2025-04-08 10:33:18 +01:00
K900
f42e00d66e
Merge remote-tracking branch 'origin/master' into staging-next
2025-04-08 10:29:26 +03:00
Winter
a19cd4ffb1
Revert "treewide: replace rev
with tag
"
...
This reverts commit 65a333600d
.
This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.
It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).
A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.
[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
K900
0842b11f2b
Merge remote-tracking branch 'origin/master' into staging-next
2025-04-08 09:29:48 +03:00
Tristan Ross
3789fbc4fc
nixos/nebula: add CAP_NET_BIND_SERVICE when lighthouse node serves DNS ( #353665 )
2025-04-07 17:27:03 -07:00
Bruno BELANYI
52cb257ea6
nixosTest.homebox: test postgres provisioning
2025-04-07 22:19:58 +01:00
K900
b3146d4446
Merge remote-tracking branch 'origin/master' into staging-next
2025-04-07 21:21:10 +03:00
Arian van Putten
a7424febee
nixos/tests/fluent-bit: add regression test for #395128 ( #395625 )
2025-04-07 19:32:41 +02:00
Tristan Ross
77f77a046a
mattermost: 9.11.11 -> 10.5.2; use formats.json; squash systemd-tmpfiles warning ( #376838 )
2025-04-07 10:27:15 -07:00
Pol Dellaiera
65a333600d
treewide: replace rev
with tag
2025-04-07 16:57:22 +02:00
Pratham Patel
d4afb70293
nixosTests.cosmic-autologin-noxwayland: init
2025-04-07 20:18:46 +05:30
Pratham Patel
64627fbbb2
nixosTests.cosmic-noxwayland: init
2025-04-07 20:18:46 +05:30
Pratham Patel
3dde381d9d
nixosTests.cosmic-autologin: init
2025-04-07 20:18:46 +05:30
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
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
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]
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]
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
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
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