Maximilian Bosch
0524f3b302
Merge: nixosTests.postgresql: run tests with JIT as well ( #355502 )
2024-11-13 16:13:01 +01:00
Nessdoor
005ec27097
nixos/nixosTests.kerberos: add test suite for LDAP backend
2024-11-13 14:42:06 +01:00
Christian Höppner
8feba149a0
mkaito: Remove
2024-11-13 12:03:00 +00:00
Claes Hallström
d174bf438b
nixos/glances: init module
2024-11-13 00:06:47 +01:00
Wolfgang Walther
9486472352
nixosTests.postgresql: run tests with JIT as well
...
This was intended for quite some time already, but ever since enableJIT
was changed to be the source of truth of JIT-iness for the PostgreSQL
module, this hasn't worked for the tests anymore.
2024-11-12 21:04:41 +01:00
Maximilian Bosch
dbd8326b7f
Merge: wordpress: drop unmaintained release ( #355291 )
2024-11-12 19:20:25 +01:00
Weijia Wang
40d6aaaeb1
wordpress: drop unmaintained release
2024-11-11 23:26:22 +01:00
Cosima Neidahl
e1b70fb061
nixos/lomiri: Better support stand-alone greeter usage ( #352425 )
2024-11-11 20:00:29 +01:00
Weijia Wang
99ad7da9e3
nixosTests.frr: fix node.router.config warning ( #354710 )
2024-11-11 00:54:13 +01:00
Maximilian Bosch
9a333460f5
Merge: postgresql: improve passthru.tests ( #352966 )
2024-11-10 15:34:04 +01:00
Sefa Eyeoglu
e9c53bdf9a
nixos/localsend: add package option & allow udp port ( #333485 )
2024-11-10 12:47:30 +01:00
Robert Schütz
06be8564e5
immich: 1.119.1 -> 1.120.1 ( #354083 )
2024-11-09 14:53:47 -08:00
Robert Schütz
ee1cffa25c
immich: 1.119.1 -> 1.120.1
...
Changelog: https://github.com/immich-app/immich/releases/tag/v1.120.0
https://github.com/immich-app/immich/releases/tag/v1.120.1
2024-11-09 14:44:21 -08:00
Wolfgang Walther
45cef36e39
nixosTests.postgresql: run nixfmt
...
Because with as many changes as in here anybody working on those test
files will have merge conflicts anyway.
2024-11-09 18:24:52 +01:00
Wolfgang Walther
128244b598
nixosTests.postgresql: use a common pattern throughout all tests
...
Avoiding "with", using the same names and basic structure in each test.
Consistency is key!
2024-11-09 18:24:52 +01:00
Wolfgang Walther
9035573855
nixosTests.postgresql: move all postgresql related nixosTests into one folder
...
This makes it possible to run all those tests at once by building
nixosTests.postgresql and allow a simple entry to ci/OWNERS for all
tests.
2024-11-09 18:24:52 +01:00
Wolfgang Walther
db2d6a00ab
postgresqlPackages.anonymizer: make passthru.tests work with correct package
...
Same reasoning as commit before.
2024-11-09 18:24:52 +01:00
Wolfgang Walther
23c19a255f
postgresqlPackages.timescaledb: make passthru.tests work with correct package
...
Same reasoning as commit before.
2024-11-09 18:24:52 +01:00
Wolfgang Walther
6d7da20a90
postgresqlPackages.tsja: make passthru.tests work with correct package
...
Same reasoning as commit before.
2024-11-09 18:24:52 +01:00
Wolfgang Walther
a5c41ae80a
postgresqlPackages.pgvecto-rs: make passthru.tests work with correct package
...
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
0af934adf7
postgresqlPackages.pgjwt: make passthru.tests work with correct package
...
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
ecffab1fda
postgresqlPackages.postgis: move nixosTests.postgis into package
...
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
aded718a98
postgresqlPackages.apache_datasketches: move nixosTests.apache_datasketches into package
...
There is no need to fire up a whole VM just to run a two line test of
creating the extension. We can use postgresqlTestExtension for that.
This has the advantage that it runs with postgresqlTestHook, so without
a VM, making it more portable.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
139c546676
postgresql: add passthru.tests.postgresql-tls-client-cert
...
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
f6c2de9262
postgresql: add passthru.tests.postgresql
...
Restructuring the nixosTests.postgresql test a little bit to allow
calling it with the specific versioned package from generic.nix.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
319d82d5c2
nixosTests.postgresql-wal2json: avoid manual imports
...
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
65ef7381c8
nixosTests.postgresql-jit: avoid manual imports
...
Same reasoning as commit before.
2024-11-09 18:24:50 +01:00
Wolfgang Walther
a1ae4377e0
nixosTests.postgresql-wal-receiver: avoid manual imports
...
Manually importing postgresql packages from the /pkgs/ folder or
manually importing the test from /nixos/tests/ in generic.nix is not
only ugly, but also forbidden should we ever move to pkgs/by-name.
We can achieve almost the same with a slightly different setup. We allow
overriding the postgresql package for the test via passthru.override, to
make sure that each postgresql_xx.tests.postgresql-wal-receiver is
properly teted with the right version.
2024-11-09 18:24:50 +01:00
Wolfgang Walther
d3feaaebea
nixosTests.pgjwt: fix test
...
This seems to have broken years ago, because "CREATE EXTENSION
pgcrypto;" etc. were added to the upstream file about 6 years ago.
2024-11-09 18:23:58 +01:00
Noa Aarts
1cc81439e7
nixosTests.frr: fix warning, use nodes.router instead of nodes.router.config
2024-11-09 09:28:11 +01:00
Noa Aarts
f93219dfa0
nixosTests.frr: format using nixfmt
2024-11-09 09:27:24 +01:00
K900
58626b7634
nixos/tests/acme: explicitly start the targets we wait for ( #354629 )
2024-11-09 09:58:58 +03:00
K900
c8fd06c3b2
nixos/tests/acme: wait for server to run before starting the target
...
This is really an ordering issue in the ACME module itself,
but while we think of how to fix it, this should at least unflake
the tests.
2024-11-09 09:40:38 +03:00
Weijia Wang
da5252dd31
nixosTests.retroarch: fix test by changing window title ( #354067 )
2024-11-09 01:03:07 +01:00
Peder Bergebakken Sundt
dcc6e1558c
nixos/keepassxc: fix test ( #353938 )
2024-11-09 00:10:04 +01:00
K900
ee6df93fe2
nixos/tests/acme: explicitly start the targets we wait for
...
This should address the other source of flakiness in the test.
2024-11-09 01:57:35 +03:00
K900
0453fe2395
{apache,caddy,nginx}: not "before" ACME certs using DNS validation ( #336412 )
2024-11-08 18:50:28 +03:00
Bruno BELANYI
58a1a6107d
nixos/tests/nginx-sso: use '_secret'
2024-11-08 11:29:27 +00:00
ThinkChaos
b432e86caf
nixos/acme: remove unused binding in tests
2024-11-07 20:19:12 -05:00
Emily
3a6d4d006a
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc ( #354197 )
2024-11-07 18:16:05 +00:00
Pavel Sobolev
d6d7fe94d4
nixos/whisparr: initial commit
2024-11-07 20:46:59 +03:00
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
...
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
Fabián Heredia Montiel
2f31bf4c47
linux/hardened/patches/6.11: init at v6.11.6-hardened1
2024-11-06 18:15:54 -06:00
Noa Aarts
5d0cd804a5
nixosTests.retroarch: fix test by changing expected window title
2024-11-06 20:09:10 +01:00
Noa Aarts
dd4d691d9b
nixosTests.retroarch: format using nixfmt
2024-11-06 20:08:39 +01:00
Ramses
d06e176158
nixos/swapspace: init module ( #348588 )
2024-11-06 16:52:09 +01:00
Mrmaxmeier
3339bf30e8
virtualbox: 7.0.22 -> 7.1.4
2024-11-06 13:57:07 +01:00
Sandro
90a1d755a5
nixos/tests/redmine: Limit platforms to supported ones ( #348178 )
2024-11-06 10:01:27 +01:00
amesgen
0e25167336
nixos/keepassxc: stop using deprecated cli option
...
Addresses
The -k option will be deprecated. Please use the --set-key-file option
instead.
This isn't causing any problems _yet_, but it seems easy enough to fix it now
already.
2024-11-06 01:59:56 +01:00
amesgen
c712874d4a
nixos/keepassxc: adapt to new UI details
...
There now is a "Refresh Hardware Keys" icon since 2.7.7, which we have to skip.
I also needed to add more explicit handling of the intermediate file dialog to
get the test to pass.
2024-11-06 01:59:56 +01:00
amesgen
852523aa47
nixos/keepassxc: work around OCR issues
...
Since https://github.com/NixOS/nixpkgs/pull/288208 , the OCR got worse and can't
seem to be able to read the text from title bars 😭 . Setting the background
color to white fixes the problem.
https://ice-wm.org/manual/icewm-11.html
https://ice-wm.org/man/icewm-prefoverride
2024-11-06 01:59:28 +01:00
Sandro
5634c21398
nixos/tests/prometheus-exporters: add exportarr-sonarr test ( #285119 )
2024-11-06 00:13:17 +01:00
Blake Smith
d65243dcef
nixos/gotosocial: fix failing tests
...
Fixes: https://github.com/NixOS/nixpkgs/issues/353896
Upstream gotosocial started caching instance user count in:
4592e29087
2024-11-05 14:17:07 -06:00
nikstur
0c02b3076c
nixos/etc-overlay: clean up temporary directories ( #339802 )
2024-11-05 17:13:27 +01:00
Yorick
12eedc8e88
nixos/victoriametrics: harden systemd unit, add more options. ( #350737 )
2024-11-05 13:36:19 +01:00
Emily
ff7d68490a
nixos/activation-script: Make installBootLoader default a script ( #353543 )
2024-11-05 00:21:19 +00:00
Weijia Wang
acf3de8d62
nixos/guix: add declarative substituters option ( #353518 )
2024-11-04 20:43:41 +01:00
emilylange
9a4e945ceb
nixos/tests/forgejo: fix after git v2.47 bump
...
git v2.47.0 made changes to trace2's nesting.
trace2.eventNesting (GIT_TRACE2_EVENT_NESTING) defaults to 2, but the
nested region we are after gained a level and is now at level 3 instead
of 2.
eventNesting describes the maximum nesting level to be logged.
So to make it log the negotated-version in connect.c again, we increase
the default by one, from 2 to 3.
2024-11-04 17:34:54 +01:00
Simon Hauser
c4edf93988
Cleanup helsinki maintainer ( #353611 )
...
* maintainers: update email conni2461
* maintainers: add helsinki-jo
* tree-wide: cleanup maintainership of helsinki-systems
2024-11-04 12:59:26 +01:00
7c6f434c
2bd5a51a15
timidity: add enableVorbis option ( #201828 )
2024-11-04 10:24:39 +00:00
Will Fancher
f92ec1bc93
nixos/tests/switchTest: Add test for dbus reloading
2024-11-04 04:12:52 -05:00
Will Fancher
a7cda6835f
nixos/tests/switchTest: Remove spurious dbus reload checks
...
Previously, the base system had grub in `systemPackages` but the
specialisations did not. This is because of a few factors:
- Grub was enabled in the nixos config
- Specialisations set `grub.device = "nodev"` (see: system/activation/no-clone.nix)
- Grub is added to `systemPackages` depending on whether `devices == ["nodev"]`
This meant that switching between the base system and a specialisation
always changed `system-path.drv`, which is a reload trigger for
dbus. With grub disabled in this test, this no longer happens.
2024-11-04 04:12:52 -05:00
Will Fancher
40b7674b98
nixos/tests/switchTest: Test no boot loader
2024-11-04 03:33:26 -05:00
Christian Kögler
563a48ffd8
nixos/tests/prometheus-exporters/varnish: make state directory explicit ( #353418 )
2024-11-04 07:10:21 +01:00
Aleksana
0a3743227d
varnish74: drop ( #352492 )
2024-11-04 10:15:01 +08:00
Gabriel Arazas
7095e0f8c1
nixos/guix: add declarative substituters option
2024-11-03 15:12:12 -06:00
Sandro
f5c76ad2b5
nixos/renovate: set service type to simple ( #334557 )
2024-11-03 16:52:53 +01:00
Wim de With
01aab17a2e
nixos/tests/prometheus-exporters/varnish: make state directory explicit
2024-11-03 16:42:04 +01:00
Guillaume Girol
257cb10f86
os-prober: 1.81 -> 1.83 ( #349856 )
2024-11-03 14:22:42 +01:00
Maximilian Bosch
500d745e73
Merge: nixos/postgresql: set up sandboxing ( #344925 )
2024-11-02 11:12:15 +01:00
Will Fancher
37ee6ba681
Revert "NixOS apply script"
...
Reverts #344407
This has broken nixos-rebuild switch so that it no longer updates the profile, which has bad consequences including not updating the systemd-boot menu with new generations.
2024-11-01 20:18:09 -04:00
Anderson Torres
77ec23d6af
nixos/tests/mpd: update and format
...
mpc-cli is now mpc
2024-11-01 20:07:04 -03:00
Maximilian Bosch
d9bd5a0548
Merge: Fix NixOS tests for various Prometheus exporters ( #352602 )
2024-11-01 16:49:37 +01:00
Nico Felbinger
f2de541dfd
nixos/suricata: add module to modules-list
2024-11-01 14:43:00 +01:00
Aleksana
8013c944ee
nixos/tests/etcd: undo explicit network declaration ( #352599 )
2024-11-01 21:27:12 +08:00
Adam C. Stephens
f1cb012f82
kanidm: 1.3.3 -> 1.4.0 ( #352773 )
2024-11-01 08:08:41 -04:00
Martin Weinelt
93083489ba
nixos/tests/kanidm: update for 1.4.0
2024-11-01 04:31:04 +01:00
Emily
21980f5e37
nixos/tests/boot-stage1: Adjust for new pgrep output ( #352769 )
2024-11-01 03:01:10 +00:00
Will Fancher
ec7e6bad43
nixos/tests/boot-stage1: Adjust for new pgrep output
2024-10-31 22:37:03 -04:00
Ryan Yin
89b4cb7299
nixos/victoriametrics: harden systemd unit, add more options.
2024-10-31 23:47:02 +08:00
mnv
71efd64768
nixos/tests/etcd: undo explicit network declaration
2024-10-31 20:59:07 +05:30
superherointj
7011a66b4d
nixos/tests/k3s/etcd: add etcd health check
2024-10-31 10:54:17 -03:00
Wim de With
44b35795df
nixos/tests/prometheus-exporters/lnd: fix bitcoind configuration
...
bitcoind v28 made a breaking change that affects lnd. This setting
reverts bitcoind to old behavior until lnd is updated to be compatible
with bitcoind v28.
2024-10-31 14:08:35 +01:00
Aleksana
ef04eea76a
etcd.nix: minor fixes ( #350937 )
2024-10-31 18:12:16 +08:00
Aleksana
7720f49ae2
nixosTests.jibri: fix evaluation ( #350744 )
2024-10-31 17:45:46 +08:00
Aleksana
1d335495b4
nixos/tests/docker-tools-overlay: fix test ( #348113 )
2024-10-31 17:22:00 +08:00
github-actions[bot]
c89d3d9070
Merge master into staging-next
2024-10-31 00:14:46 +00:00
Thomas Gerbet
132cb2a957
varnish74: drop
...
Varnish 7.4 is EOL and not supported upstream anymore again.
2024-10-31 00:09:41 +01:00
Wim de With
93cce0becc
nixos/prometheus: remove tor exporter
2024-10-30 19:42:51 +01:00
OPNA2608
23e40c0ca4
tests/lomiri: Only enable greeter in greeter test
...
To test a scenario where only the greeter portion is being enabled, not the whole DE.
2024-10-30 18:46:10 +01:00
phanirithvij
e4c898c807
nixos/swapspace: add tests
...
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2024-10-30 22:42:26 +05:30
github-actions[bot]
dee80e3490
Merge master into staging-next
2024-10-30 00:14:27 +00:00
Robert Hensing
d0b30777a2
nixosTests.nixos-rebuild-specialisations-legacy: init
2024-10-30 00:21:21 +01:00
Robert Hensing
313451b74a
nixosTests.rebuild-target-host-legacy: init
2024-10-30 00:21:21 +01:00
Robert Hensing
6427500989
nixos/toplevel: Add bin/apply
2024-10-30 00:21:20 +01:00
RTUnreal
c6053a54bb
nixos/tests/mailhog: modify test to use system sendmail.
...
change the test to test the `services.mailhog.setSendmail` option. This
will also test the STMP connection as well.
2024-10-29 19:17:59 +01:00
github-actions[bot]
6bc001ea3b
Merge master into staging-next
2024-10-29 12:06:00 +00:00
Aleksana
91d052e89a
cups vm tests: fix race condition, add more tests ( #338193 )
2024-10-29 18:56:19 +08:00
K900
0c45a8b5c4
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-28 21:46:13 +03:00
Pol Dellaiera
dc8a253d56
nixos/send: init ( #351255 )
2024-10-28 18:26:33 +01:00
Thomas Gerbet
a98b8f618b
druid: 30.0.0 -> 31.0.0
...
Fixes CVE-2024-45384 and CVE-2024-45537.
Release notes:
https://github.com/apache/druid/releases/tag/druid-31.0.0
https://github.com/apache/druid/releases/tag/druid-30.0.1
2024-10-28 14:09:31 +01:00
Aleksana
e3bd08b1b4
freetube: 0.21.3 -> 0.22.0 ( #351551 )
2024-10-28 20:13:20 +08:00
K900
66f01b7af9
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-28 15:11:30 +03:00
Ivan Mincik
120be0345d
qgis: add server support ( #267301 )
2024-10-28 08:17:33 +00:00
Fabián Heredia Montiel
34b62f7c47
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-27 16:10:56 -06:00
Ryan Omasta
cbaccf94d4
nixos/tests/freetube: fix OCR keyword
2024-10-27 12:46:16 -06:00
Moraxyc
c9086d8837
nixos/send: init
2024-10-28 00:23:07 +08:00
h7x4
620dccb431
nixos/test/fcitx5: add assertion message
2024-10-27 13:27:06 +01:00
Yarny0
9bca42857a
nixos/tests/printing: test cases for domain socket only config
...
Add two new vm tests for the printing configuration that
test `listenAddresses = []`, i.e., the situation where cups
only listens on the unix domain socket `/run/cups/cups.sock`.
This helps catching bugs like this:
https://github.com/OpenPrinting/cups/issues/985
https://github.com/NixOS/nixpkgs/pull/337748
2024-10-27 10:52:02 +01:00
Yarny0
2e48883fc4
nixos/tests/printing: inherit lib
2024-10-27 10:47:31 +01:00
Yarny0
1693e1acc0
nixos/tests/printing: fix race of lpstat and ensure-printers
...
There is a nasty race condition in the cups tests.
To understand what is going on, one must first note that
printers are installed in the vms with ensure-printers.service,
which is started as part of multi-user.target.
ensure-printers.service in turn triggers a start of
cups.service as it needs to connect to the local cups daemon.
This is what happens when the test runs:
1 the test waits for cups.socket or cups.service to start up
(subtest "Make sure that cups is up on both sides...")
2 after cups.service started
(it starts even in the "socket" case,
triggered by ensure-printers.service),
ensure-printers.service is started
3 the test tries to connect to the cups daemons via curl
(subtest "HTTP server is available too")
4 the test verifies the required printers are installed
("lpstat -a" called by subtest "LP status checks")
Usually, 3 needs some time, so ensure-printers.service
already installed all printers that are required by 4.
But if 3 is too fast, or if ensure-printers.service is too slow,
4 fails to find the printers it is looking for.
One can provoke the problem by adding
> systemd.services.ensure-printers.serviceConfig.ExecStartPre = "/run/current-system/sw/bin/sleep 10";
to the `nodes.client` configuration.
The commit at hand fixes the problem by changing 1:
Instead of waiting for cups,
it now waits for ensure-printers.service
(which in turn waits for cups.service and cups.socket).
This is also in accordance with the
subtest description in the code that promises to
"Make sure that cups is up [...] and printers are set up".
2024-10-27 10:45:38 +01:00
Robert Schütz
2eb3286d9d
mollysocket: 1.4.1 -> 1.5.1 ( #351569 )
2024-10-26 23:22:06 -07:00
Robert Schütz
db2dcfb6f7
mollysocket: 1.4.1 -> 1.5.1
...
Diff: https://github.com/mollyim/mollysocket/compare/1.4.1...1.5.1
Changelog: https://github.com/mollyim/mollysocket/releases/tag/1.5.1
2024-10-26 21:58:15 -07:00
K900
f21f4ca3ee
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-26 21:05:47 +03:00
Emily
7f753fb746
nixos/systemd: Enable systemd-machine-id-commit.service ( #351151 )
2024-10-26 15:56:09 +01:00
Martin Weinelt
5e10c1522b
nixos/avahi-daemon: set up sandboxing ( #348406 )
2024-10-26 16:22:04 +02:00
Martin Weinelt
ca4f13857c
nixos/coturn: set up sandboxing ( #348396 )
2024-10-26 16:21:46 +02:00
github-actions[bot]
02bb5e5201
Merge master into staging-next
2024-10-26 00:14:06 +00:00
Maciej Krüger
e907f6aa04
odoo: fix tests and update to 18.0 ( #346397 )
2024-10-26 01:21:04 +02:00
K900
7f898ed413
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-25 21:06:42 +03:00
Frédéric Christ
8f4b41cfd4
nixos/systemd: Enable systemd-machine-id-commit.service
...
Prior to this contribution, every boot with a default configuration was
considered `ConditionFirstBoot=true` by systemd, since /etc/machine-id
was not commited to disk.
This also extends the systemd with a check for subsequent boots not
being considered first boots.
2024-10-25 14:03:15 +02:00
Rémi NICOLE
0433962e5b
netbox: 3.7.8 -> 4.1.3 ( #331750 )
2024-10-25 09:09:06 +00:00
github-actions[bot]
ef782655d2
Merge master into staging-next
2024-10-24 18:04:38 +00:00
Sefa Eyeoglu
15aad9d3a1
nixos/ntpd: cleanup; add tests ( #349633 )
2024-10-24 15:21:01 +02:00
Martin Weinelt
8a2439f1c2
nixos/avahi-daemon: set up sandboxing
2024-10-24 15:04:14 +02:00
mnv
3270e162e6
etcd.nix: minor fixes
...
Adds explicit network configuration for etcd service
Waits for etcd to be fully healthy before running tests
Makes endpoint configuration explicit in etcdctl commands
2024-10-24 18:20:21 +05:30
Nicolas Jeannerod
bb9c433426
Update nixos/tests/all-tests.nix
...
Co-authored-by: Manuel Bärenz <programming@manuelbaerenz.de>
2024-10-24 11:46:02 +02:00
Ivan Mincik
9067c29c9a
qgis: add server support
2024-10-24 09:35:24 +02:00
K900
dee94df6f2
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-24 09:28:51 +03:00
Will Fancher
c1479242ad
Remove unnecessary loop in stc-ng ( #348668 )
2024-10-23 23:42:34 -04:00
Minijackson
69610ea296
netbox: switch to netbox_4_1, mark netbox_3_7 as EOL
...
also switch the netbox-upgrade test to check upgrade from 3.7 -> 4.1
2024-10-23 21:07:32 +02:00
Minijackson
c0e16ebce5
netbox_4_1: init at 4.1.3
2024-10-23 21:07:30 +02:00
Minijackson
97815535fb
netbox_4_0: init at 4.0.11
...
Migrate to pkgs/by-name,
and update the test so that it passes for all versions
This version is added as EOL, since NetBox 4.1 is out,
but it might be still useful in case of an upgrade issue.
2024-10-23 21:07:28 +02:00
github-actions[bot]
606bd3114c
Merge master into staging-next
2024-10-23 18:04:32 +00:00
Noa Aarts
15b94a95ae
nixos/tests/jibri: fix grep string
2024-10-23 18:54:03 +02:00
Noa Aarts
ad9dc85556
nixos/tests/jibri: use security.acme.default
2024-10-23 18:51:26 +02:00
Robert Hensing
868c371827
refactor: Use modular NixOS test entrypoint ( #350436 )
2024-10-23 17:48:28 +02:00
Niols
7518588df6
Add basic NixOS tests for TiMidity++
2024-10-23 13:22:44 +02:00
phanirithvij
4b7c3e65bd
odoo17: init
...
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2024-10-23 10:22:20 +05:30
github-actions[bot]
5a11b86f67
Merge master into staging-next
2024-10-22 18:04:37 +00:00
Franz Pletz
eae71219ea
nixos/wakapi; fix logical errors; add NixOS test ( #350435 )
2024-10-22 19:02:05 +02:00
Fabián Heredia Montiel
fdc64cfee0
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-22 09:14:28 -06:00
Kerstin Humm
b12bcabd24
maintainers: remove erictapen from packages that I don't really maintain anymore
2024-10-22 12:32:29 +02:00
Robert Hensing
df4376d0fd
nixosTests.nixos-rebuild-target-host: Explain fix for switch-to-configuration-ng
2024-10-22 11:39:44 +02:00
NotAShelf
05d349dd29
nixos/tests: add wakapi
2024-10-22 12:33:25 +03:00
Robert Hensing
d6ea764629
nixosTests.nixos-rebuild-specialisations: Use modular entrypoint
...
Modernize it. This allows the test to be extended, and pkgs to be
reused (later) to speed up evaluations a bit.
I believe this also makes it run on darwin hosts, but my linux-builder's
disk is too small to fit the massive closure of this test.
(cherry picked from commit 1396a03bee18a0993a4f3e97fda8938ff61c2918)
2024-10-22 11:12:35 +02:00
Robert Hensing
3362ec8692
nixosTests.nixos-rebuild-target-host: Use modular entrypoint
...
Modernize it. This allows the test to be extended, and pkgs to be
reused (later) to speed up evaluations a bit.
I believe this also makes it run on darwin hosts, but my linux-builder's
disk is too small to fit the massive closure of this test.
(cherry picked from commit 8c06d2cf667106dd440e7c140e70051dc1c321cb)
2024-10-22 11:11:50 +02:00
github-actions[bot]
f2d7c5202d
Merge master into staging-next
2024-10-21 18:04:46 +00:00
Tom Fitzhenry
692b12ceea
nixos/tests/spiped: init
2024-10-22 00:26:29 +11:00
github-actions[bot]
557897f89c
Merge master into staging-next
2024-10-21 12:06:04 +00:00
Yt
a71d327ded
ejabberd: 23.10 -> 24.07 ( #320617 )
2024-10-21 05:23:32 -04:00
github-actions[bot]
8164a7aa6d
Merge master into staging-next
2024-10-21 00:14:52 +00:00
K900
099cde3a92
Revert "nixos/ssh: disable authorizedKeysInHomedir by default"
2024-10-20 21:32:29 +03:00
Artturin
a0a7eb6616
Merge branch 'master' into staging-next
2024-10-20 19:28:48 +03:00
nicoo
06929a6fb0
nixos/ssh: disable authorizedKeysInHomedir by default ( #309025 )
2024-10-20 16:19:25 +00:00
github-actions[bot]
c38df14dc7
Merge master into staging-next
2024-10-20 06:04:33 +00:00
Pyrox
19c40f0e11
nixos/tests/ntpd: init
2024-10-19 14:26:27 -04:00
Moraxyc
8d90446d39
nixos/cyrus-imap: init module
...
Co-authored-by: jtbx <jeremy@baxters.nz>
Co-authored-by: pluiedev <hi@pluie.me>
2024-10-20 00:13:24 +08:00
K900
2ab7280fa2
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-19 15:07:50 +03:00
Guillaume Girol
739f624652
nixosTests.os-prober: fix
2024-10-19 12:00:00 +00:00
Aleksana
50e65a512b
teleport_14: remove ( #349546 )
2024-10-19 16:04:01 +08:00
K900
7907bb800e
nixos/tests/keymap: use tty2 for the VT test
...
tty1 is occupied by X and isn't always released in time,
so just use a clean one to avoid the race
2024-10-19 09:22:55 +03:00
K900
77eb05d7b3
nixos/tests/keymap: cleanup
...
- remove dead code
- pass around a lot less redundant stuff
- add a timeout to the read so it can actually fail when characters are dropped
- run the input reader in systemd-cat so we can see the errors on console
This does not actually fix the flakiness in the tests, but it should make it
easier to find.
2024-10-19 09:22:30 +03:00
K900
894462661c
Merge branch 'master' into staging-next
2024-10-19 09:09:13 +03:00
Peder Bergebakken Sundt
465201822e
nixos/mihomo: fix option type and test ( #345891 )
2024-10-19 06:58:41 +02:00
github-actions[bot]
d0c2de8c22
Merge master into staging-next
2024-10-19 00:14:00 +00:00
nicoo
1f08575e3a
nixos/sshd: Disable authorizedKeysInHomedir if stateVersion >= 24.11
...
Co-authored-by: Valentin Gagarin <valentin@gagarin.work>
2024-10-18 20:21:12 +00:00
Gary Guo
9d662d95ee
nixosTests.firewall: add tests for nixos-firewall-tool
...
Co-authored-by: Rvfg <i@rvf6.com>
2024-10-18 20:17:01 +02:00
Justinas Stankevicius
957fc1302f
teleport_14: remove
2024-10-18 17:24:12 +03:00
github-actions[bot]
7c78a608b4
Merge master into staging-next
2024-10-17 18:04:30 +00:00
Jörg Thalheim
7da0a62f4c
nixosTests.nix-upgrade: fix failing test ( #346702 )
2024-10-17 15:29:47 +02:00
github-actions[bot]
2d65a9d98d
Merge master into staging-next
2024-10-17 00:14:14 +00:00
r-vdp
65f375d172
etc: extend tests to ensure that temporary dirs are cleaned up
2024-10-16 22:24:46 +02:00
Ramses
7715240587
nixos/etc-overlay: avoid rebuilding the initrd every time the etc contents change ( #340722 )
2024-10-16 22:21:13 +02:00
Robert Schütz
a9dee7c45b
immich: 1.117.0 -> 1.118.1 ( #348890 )
2024-10-16 12:31:58 -07:00
kirillrdy
b1428c8f9f
nixosTests.timescaledb: fix build, bump postgres version ( #348214 )
2024-10-17 06:07:54 +11:00
github-actions[bot]
775bea0160
Merge master into staging-next
2024-10-16 18:04:52 +00:00
Robert Schütz
e3152f80bf
nixos/immich: change default port to 2283
...
This was always upstream's default but they also change the internal
port, i.e. behind the reverse proxy, to 2283 in
https://github.com/immich-app/immich/pull/13185 .
2024-10-16 10:30:34 -07:00
Nick Cao
8e125ab277
sing-box: 1.9.7 -> 1.10.0 ( #348787 )
2024-10-16 12:43:13 -04:00
r-vdp
a4f7868edf
nixos/etc-overlay: fix VM test for immutable overlay
2024-10-16 17:42:58 +02:00
r-vdp
24bf6e9cb8
nixos/etc-overlay: avoid rebuilding the initrd every time the etc contents change
...
Before this change, the hash of the etc metadata image was included in
the mount unit that's responsible for mounting this metadata image in the
initrd.
And because this metadata image changes with every change to the etc
contents, the initrd would be rebuild every time as well.
This can lead to a lot of rebuilds (especially when revision info is
included in /etc/os-release) and all these initrd archives use up a lot of
space on the ESP.
With this change, we instead include a symlink to the metadata image in the
top-level directory, in the same way as we already do for things like init and
prepare-root, and we deduce the store path from the init= kernel parameter,
in the same way as we already do to find the path to init and prepare-root.
Doing so avoids rebuilding the initrd all the time.
2024-10-16 17:42:58 +02:00
hellodword
a476fdb246
nixos/sing-box: test iproute2_table_index and iproute2_rule_index
2024-10-16 14:18:18 +00:00
hellodword
edd07654e4
nixos/sing-box: migration of deprecated fields
2024-10-16 13:28:06 +00:00
github-actions[bot]
05ae933cd6
Merge master into staging-next
2024-10-16 12:05:34 +00:00
Aaron Andersen
2ab323a087
nixos/github-runners: Make 'enable' functional ( #342996 )
2024-10-16 10:18:14 +02:00
Florian Klink
23f0d0153c
nixos/tests/gerrit: Drop dead hook to LFS plugin ( #347660 )
2024-10-16 08:46:51 +02:00
github-actions[bot]
961e42940f
Merge master into staging-next
2024-10-16 00:14:08 +00:00
Robert Schütz
fb2d897809
nixos/headscale: don't set deprecated options in config ( #347991 )
2024-10-15 16:22:18 -07:00
Felix Singer
501b85f3d5
nixos/tests/gerrit: Drop dead hook to LFS plugin
...
The URL scheme for downloading plugins has changed a long time ago and
the used URL is dead. Gerrit only throws an error since it can't load
the plugin but it continues to boot. However, instead of maintaining
URLs to 3rdparty plugins, which end up dead anyway, just drop it. The
test should cover Gerrit and not 3rd party plugins.
Also, while on it, drop the setting `plugins.allowRemoteAdmin = true`
since it's not needed.
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-10-15 20:56:22 +02:00
Will Fancher
a6e54f566a
nixos/networkd: support systemd-creds in WireGuard ( #346964 )
2024-10-15 14:31:27 -04:00
github-actions[bot]
e2daa3d1b0
Merge master into staging-next
2024-10-15 18:04:32 +00:00
Martin Weinelt
6d9089c67d
nixos/coturn: set up sandboxing
2024-10-15 18:31:52 +02:00
Martin Weinelt
216cb62080
Merge remote-tracking branch 'origin/staging-next' into staging
2024-10-15 18:08:42 +02:00
rnhmjoj
127dcca388
nixos/tests/networking: test nameservers via DHCP
2024-10-15 11:53:05 +02:00
Yaya
209b7f634b
nixosTests.snipe-it: fix test
2024-10-15 09:11:35 +02:00
Jared Baur
7c828e9e1a
nixosTests.amazon-init-shell: test switching during amazon-init
...
In order to emulate the `nixos-rebuild switch` that is called if the EC2
user data is a nix expression, run the switch-to-configuration script
for the current running config.
2024-10-14 20:27:16 -07:00
github-actions[bot]
31b11f1926
Merge staging-next into staging
2024-10-15 00:14:36 +00:00
Artturin
431d0a19ef
xdg-desktop-portal: Fix installedTests ( #344743 )
2024-10-14 21:36:39 +03:00
github-actions[bot]
873f258025
Merge staging-next into staging
2024-10-14 18:04:57 +00:00
Adam C. Stephens
86420f4ee8
nixos/atticd: init module ( #347749 )
2024-10-14 09:33:35 -04:00
github-actions[bot]
b9f01e6de3
Merge staging-next into staging
2024-10-14 12:06:08 +00:00
Maximilian Bosch
782b08ba3d
Merge: percona: update packages, init 8.4 ( #346027 )
2024-10-14 12:40:48 +02:00
Markus Kowalewski
812640f38a
nixos/saunafs: add module + test ( #347337 )
2024-10-14 09:24:51 +02:00
Vladimír Čunát
a3c0b3b215
Revert "nixos/tests/networking: test nameservers via DHCP"
...
This reverts commit bad5251e87 .
https://github.com/NixOS/nixpkgs/pull/348305#issuecomment-2410165312
Should've known that commit starting with `bad` will be no good.
Fixes nixosTests.networking.networkd.dhcpSimple
https://hydra.nixos.org/build/274843085/nixlog/8/tail
2024-10-14 08:48:30 +02:00
Oliver Schmidt
6d0da9a167
tests/mysql: properly specify percona packages
2024-10-13 23:04:24 +02:00
Martin Weinelt
db13b6d4c4
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/development/python-modules/mlflow/default.nix
- pkgs/development/python-modules/napari/default.nix
2024-10-13 15:36:55 +02:00
Adam Stephens
8d4f3f2b3e
nixos/atticd: init module
...
Copied from 1b29816235/nixos/atticd.nix and modified
2024-10-13 08:23:34 -04:00
Azat Bahawi
cceb5afb5c
nixosTests.endlessh-go: fix to match current module ( #347976 )
2024-10-13 09:10:04 +00:00
Kirill Radzikhovskyy
df3ae6ee5c
nixosTests.timescaledb: fix build, bump postgres version
2024-10-13 19:21:23 +11:00
Felix Singer
e7f53bf02f
nixos/tests/redmine: Limit architectures to supported ones
...
In order to avoid unnecessary CI errors regarding unsupported
architectures, limit the target architectures to the supported ones by
the Redmine package.
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-10-13 03:40:22 +02:00
github-actions[bot]
bf97df9c1c
Merge staging-next into staging
2024-10-13 00:15:51 +00:00
K900
001fb496bf
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-12 21:08:11 +03:00
Markus Kowalewski
d22d60f3ac
nixos/saunafs: add module + test
2024-10-12 19:13:00 +02:00
ghpzin
c14ec3582e
nixos/tests/docker-tools-overlay: fix test
...
- change `virtualisation.docker.storageDriver` from deprecated `overlay`
to `overlay2`. Using `overlay` dockerd fails to start with error:
`ERROR: the overlay storage-driver has been deprecated and removed`
https://docs.docker.com/engine/deprecated/#legacy-overlay-storage-driver
2024-10-12 18:58:25 +03:00
Cosima Neidahl
e58a261efb
lomiri.*: Updates ( #341377 )
2024-10-12 16:49:25 +02:00
K900
ca82458e77
nixos/tests/nixos-rebuild-target-host: fix test
...
Fixes #348043
2024-10-12 10:32:59 +03:00
Robert Schütz
b5cb8fb063
nixos/tests/headscale: set dns.base_domain
...
Otherwise the test fails with
dns.base_domain must be set when using MagicDNS
2024-10-11 20:10:31 -07:00
github-actions[bot]
9f6509c682
Merge staging-next into staging
2024-10-12 00:14:07 +00:00
github-actions[bot]
4f2eec3440
Merge master into staging-next
2024-10-12 00:13:45 +00:00
Philipp Bartsch
60eaae1d78
nixosTests.endlessh-go: fix to match current module
...
Tests were not changed according to the new prometheus firewall port
settings.
With this change we now check that the port is not accessible form the
outside, while everything still works from localhost.
2024-10-11 21:30:19 +02:00
Atemu
12ef18d2e3
nixos/systemd-boot: Simpler windows dual booting ( #344327 )
2024-10-11 20:25:08 +02:00
github-actions[bot]
a0cb562430
Merge staging-next into staging
2024-10-11 12:06:07 +00:00
github-actions[bot]
ca2d394166
Merge master into staging-next
2024-10-11 12:05:38 +00:00
Sandro
eac17593c1
croc: 10.0.11 -> 10.0.13 ( #338918 )
2024-10-11 11:38:18 +02:00
Felix Uhl
73011ba96f
nixos/systemd-boot: add windows option for easy dual-booting
...
When installing NixOS on a machine with Windows, the "easiest" solution
to dual-boot is re-using the existing EFI System Partition (ESP), which
allows systemd-boot to detect Windows automatically.
However, if there are multiple ESPs, maybe even on multiple disks,
systemd-boot is unable to detect the other OSes, and you either have to
use Grub and os-prober, or do a tedious manual configuration as
described in the wiki:
https://wiki.nixos.org/w/index.php?title=Dual_Booting_NixOS_and_Windows&redirect=no#EFI_with_multiple_disks
This commit automates and documents this properly so only a single line
like
boot.loader.systemd-boot.windows."10".efiDeviceHandle = "HD0c2";
is required.
In the future, we might want to try automatically detecting this
during installation, but finding the correct device handle while the
kernel is running is tricky.
2024-10-11 10:56:02 +02:00
Felix Uhl
f2e5b04c4e
nixos/systemd-boot: add edk2-uefi-shell boot option
...
We already have a edk2-uefi-shell package in nixpkgs, but adding it to
systemd-boot was somewhat tedious. Now it's a single line of nix.
2024-10-11 10:53:42 +02:00
Felix Uhl
548206583d
nixos/systemd-boot: autoformat
2024-10-11 10:53:38 +02:00
OPNA2608
1b660ba22a
tests/lomiri: Test keymap switch, make keymap OCR more consistent
2024-10-11 05:18:44 +02:00
OPNA2608
6037708c33
lomiri.lomiri-content-hub: Rename from lomiri.content-hub, 1.1.1 -> 2.0.0
2024-10-11 05:17:29 +02:00
github-actions[bot]
61a438a474
Merge staging-next into staging
2024-10-10 12:06:10 +00:00
github-actions[bot]
a5883bc172
Merge master into staging-next
2024-10-10 12:05:39 +00:00
Franz Pletz
1479e0c4de
nixos/frr: refactor ( #327099 )
2024-10-10 12:55:34 +02:00
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]
7bcc9dd470
Merge staging-next into staging
2024-10-09 12:07:41 +00: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]
a0b1d0baed
Merge staging-next into staging
2024-10-07 12:06:11 +00: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]
6c9d940294
Merge staging-next into staging
2024-10-07 06:05:43 +00: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
K900
84fce7e588
Merge remote-tracking branch 'origin/staging-next' into staging
2024-10-06 21:11:05 +03: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]
bbea34947c
Merge staging-next into staging
2024-10-06 06:05:02 +00: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]
480db5cf27
Merge staging-next into staging
2024-10-06 00:15:59 +00: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]
32379e1a0b
Merge staging-next into staging
2024-10-05 00:14:22 +00: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]
483deb3a04
Merge staging-next into staging
2024-10-04 12:06:05 +00: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]
19ddd24728
Merge staging-next into staging
2024-10-04 00:14:46 +00: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]
ae87c79207
Merge staging-next into staging
2024-10-03 18:05:09 +00: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]
6a5c2ed1b9
Merge staging-next into staging
2024-10-03 12:06:10 +00: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]
9b7fb37f2f
Merge staging-next into staging
2024-10-02 18:05:16 +00: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