about summary refs log tree commit diff
path: root/nixos/tests
AgeCommit message (Collapse)AuthorFilesLines
2024-04-27Merge pull request #304902 from SuperSandro2000/libinput-xserverSandro1-1/+1
nixos/libinput: move out of xserver
2024-04-27Merge pull request #305853 from virchau13s-forks/isolate-moduleGuillaume Girol2-0/+39
isolate: add module and module tests
2024-04-27maintainers: remove andrew-d as a maintainerAndrew Dunham1-1/+1
I am deeply saddened at the fact that I need to do this. I have no interest in re-litigating everything that has happened over the past weeks and months, but I want to make my position(s) extremely clear: The thought of any of my work contributing to someone's death by drone makes me feel physically ill. Recent communications from senior members of the NixOS community have made it clear that leadership is unaware or uninterested in the basics of how to run and moderate a community in a way that is resilient to bad actors. The recent post by @edolstra is tone-deaf and gives me no confidence that the Nix/NixOS community is a place that I want to remain involved in going forward. I am thus choosing to remove myself from such a community. I also hereby resign from the ACME team. See also: #307033 Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
2024-04-27nginx-sso: add ambroisie as maintainerBruno BELANYI1-1/+1
This includes the NixOS test as well.
2024-04-27Merge pull request #306054 from Sigmanificient/qtile-testsAleksana2-0/+35
qtile: add passthru tests
2024-04-27maintainers: remove delrothPierre Bourdon2-2/+2
2024-04-27Merge pull request #306046 from misuzu/maintainersWeijia Wang2-2/+2
{gotosocial,castopod,swapspace,psi-plus,kmon}: remove misuzu from maintainers
2024-04-26Merge pull request #306341 from adamcstephens/forgejo/7Adam C. Stephens1-3/+3
forgejo: 1.21.11-1 -> 7.0.0
2024-04-26Merge pull request #305925 from trofi/redlib.tests-fix-evalMaxine Aubrey1-0/+1
redlib.tests: fix eval
2024-04-25Merge pull request #306640 from pyrox0/prometheus-exporter-with-removalMartin Weinelt1-1/+1
nixos/prometheus/exporters: Remove all `with lib;` usage
2024-04-24Merge pull request #305572 from wolfgangwalther/remove-promscale-pgxMario Rodas2-61/+0
promscale_extension,buildPgxExtension: remove
2024-04-24nixos/tests/prometheus-exporters: Fix test failurePyrox1-1/+1
This fixes an issue with the test where olcDbDirectory must be a subdirectory of /var/lib/openldap, but is not configured as such, so the test fails. All other tests pass properly.
2024-04-24Merge pull request #305742 from tomfitzhenry/ssh-no-pamThomas Gerbet1-13/+43
nixos/ssh: expose UsePAM and PrintMotd as options
2024-04-23forgejo: 1.21.11-1 -> 7.0.0Adam Stephens1-3/+3
2024-04-23Merge pull request #306239 from mweinelt/incus-vtpmAdam C. Stephens1-1/+10
nixos/incus: add support for software TPMs
2024-04-23nixos/ssh: allow UsePAM to be disabledTom Fitzhenry1-0/+28
2024-04-23tests/openssh: tidy up testsTom Fitzhenry1-17/+19
This test renames server_allowedusers to server-allowed-users. As a side-effect, since IPs are allocated to machines in alphabetical order, the IP assigned to server-lazy-socket changed, so the corresponding test had its IP updated.
2024-04-23nixos/incus: add support for software TPMsMartin Weinelt1-1/+10
Was previously broken due to a missing runtime dependency. > Error: Failed to start device "vtpm": Failed to validate environment: Required tool 'swtpm' is missing
2024-04-23Merge pull request #297726 from r-vdp/systemd-unit-namesFlorian Klink1-2/+11
systemd: add a name option to all systemd units
2024-04-22qtile: add passthru testsSigmanificient2-0/+35
2024-04-22castopod: remove misuzu from maintainersmisuzu1-1/+1
2024-04-22gotosocial: remove misuzu from maintainersmisuzu1-1/+1
2024-04-22redlib.tests: fix evalSergei Trofimovich1-0/+1
Without the change the eval fails as: $ nix build --no-link -f. redlib.tests error: attribute 'redlib' missing at pkgs/by-name/re/redlib/package.nix:50:26: 49| passthru.tests = { 50| inherit (nixosTests) redlib; | ^ 51| }; Did you mean redis?
2024-04-22nixos/isolate: add testsVir Chaudhury2-0/+39
2024-04-22Merge pull request #305826 from KamilaBorowska/maintainers-remove-kamilaborowskaWeijia Wang1-1/+1
maintainers: remove KamilaBorowska
2024-04-22Merge pull request #300556 from dotlambda/python3Packages.recurring-ical-eventsRobert Schütz1-1/+1
python312Packages.recurring-ical-events: 2.1.3 -> 2.2.0
2024-04-21maintainers: remove KamilaBorowskaKamila Borowska1-1/+1
2024-04-22nixos/tests/phosh: check phosh-mobile-settings startsTom Fitzhenry1-1/+10
2024-04-21Merge pull request #305689 from rnhmjoj/pr-fix-wpa-secretsMichele Guerini Rocco1-1/+4
nixos/wireless: correctly handle secrets containing &
2024-04-21nixos/wireless: correctly handle secrets containing &rnhmjoj1-1/+4
In the replacement arg of gsub() the & symbol is a special character that need to be escaped. To avoid this, and further issues due to the variable name possibly being interpreted as a regex, we do a normal substring replacement. This fixes issues #279803.
2024-04-21nixos/tests/wpa_supplicant: test allowAuxiliaryImperativeNetworksrnhmjoj1-0/+24
2024-04-20Merge pull request #304527 from atorres1985-contrib/earlyoomWeijia Wang1-1/+1
earlyoom: 1.7 -> 1.8
2024-04-20Merge pull request #294641 from devusb/sunshine-moduleSandro2-0/+71
nixos/sunshine: init
2024-04-20postgresqlPackages.promscale_extension: remove deprecated and broken packageWolfgang Walther2-61/+0
postgresql14Packages.promscale_extension breaks with: Error: 0: `pgx-0.6.1` shouldn't be used with `cargo-pgx-0.7.4`, please use `pgx = "~0.7.4"` in your `Cargo.toml`. However, pinning cargo-pgx to 0_6_1 via the following buildPgxExtension.override { cargo-pgx = cargo-pgx_0_6_1; } does not work either, because the build then fails with: thread 'main' panicked at /build/promscale_extension-0.8.0-vendor.tar.gz/proc-macro2/src/fallback.rs:756:9: "__mbstate_t_union_(unnamed_at_/nix/store/ij144ma6vs8acil8r9hgr8xkb1dp9azg-glibc-2_39-5-dev/include/bits/types/__mbstate_t_h_16_3)" is not a valid Ident This seems to be related to [1], which indicates that this is a problem with newer LLVM / clang toolchains. At the same time th upstream package is deprecated / archived since the 2nd of April 2024 [2]. Additionally this package is unfree and thus very unlikely to be forked. Since we can't expect this to be fixed, the only sensible thing to do is to remove the package. [1]: https://github.com/rust-lang/rust-bindgen/issues/2312 [2]: https://github.com/timescale/promscale/issues/1836
2024-04-20Merge pull request #302136 from savyajha/firefly-iiiPol Dellaiera2-0/+27
firefly-iii: init at 6.1.13, nixos/firefly-iii: init
2024-04-19Merge pull request #305359 from Janik-Haag/drop-piegames-from-gnome-pluginsMaxine Aubrey1-1/+1
gnomeExtensions: drop piegames from maintainers
2024-04-19gnomeExtensions: drop piegames from maintainersJanik H.1-1/+1
upon request of @piegamesde
2024-04-19nixosTests.earlyoom: add AndersonTorres as maintainerAnderson Torres1-1/+1
2024-04-19Merge pull request #305267 from e1mo/paperless-always-engLeona Maroni1-0/+1
nixos/paperless: Always buidl tesseract with english
2024-04-19nixosTests.paperless: Test tesseract compiles when english is not stagede1mo1-0/+1
Tests for the regression introduced in #303388 and fixed in f0721f377955.
2024-04-19Merge pull request #298680 from gvolpe/lib/transposeMapRick van Schijndel1-1/+1
lib/attrsets: add mapCartesianProduct function
2024-04-18Merge pull request #304880 from OPNA2608/fix/lomiri/network-indicator-workWeijia Wang1-2/+15
lomiri.lomiri-network-indicator: Make it work, add it to Lomiri module
2024-04-18Merge pull request #304919 from adamcstephens/lxd/cpu-hotplugAdam C. Stephens1-0/+9
nixos/lxd-virtual-machine: enable CPU hotplug for x86_64
2024-04-18nixos/lxd-virtual-machine: enable CPU hotplug for x86 VMsAdam Stephens1-0/+9
2024-04-18Merge pull request #292472 from Janik-Haag/networkmanager-testsLily Foster2-0/+173
nixosTests.networking: refactor and add NetworkManager support
2024-04-18nixos/dockerRegistry: add `configFile` optionChristina Sørensen1-1/+1
defaultText based on how nixos/modules/services/development/athens.nix does it. Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-04-18Merge pull request #299762 from autrimpo/gonic-0.16.3Peder Bergebakken Sundt1-2/+10
gonic: 0.15.2 -> 0.16.4
2024-04-18nixosTests.networking: start network-online.target manuallyJanik H.1-0/+3
this is done to avoid future problems for when `network-online.target` doesn't depend on `multi-user.target`
2024-04-18nixosTests.gonic: set up all necessary paths using tmpfilesMichal Koutenský1-2/+10
2024-04-17treewide: reanme renamed libinput optionsSandro Jäckel1-1/+1