about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-05-02Merge #305844: add clatd module and nixos testnicoo1-0/+1
2024-05-02Merge pull request #302570 from evenbrenden/jottad-serviceSandro1-0/+1
2024-04-29nixos/tests/clatd: initGeorg Haas1-0/+1
2024-04-29swayfx-unwrapped: add basic nixos testéclairevoyant1-0/+1
2024-04-29nixos/jotta-cli: init jotta-cliEven Brenden1-0/+1
See https://github.com/NixOS/nixpkgs/issues/300063.
2024-04-27Merge pull request #305853 from virchau13s-forks/isolate-moduleGuillaume Girol1-0/+1
isolate: add module and module tests
2024-04-27Merge pull request #306054 from Sigmanificient/qtile-testsAleksana1-0/+1
qtile: add passthru tests
2024-04-26Merge pull request #305925 from trofi/redlib.tests-fix-evalMaxine Aubrey1-0/+1
redlib.tests: fix eval
2024-04-24Merge pull request #305572 from wolfgangwalther/remove-promscale-pgxMario Rodas1-1/+0
promscale_extension,buildPgxExtension: remove
2024-04-22qtile: add passthru testsSigmanificient1-0/+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 Chaudhury1-0/+1
2024-04-20Merge pull request #294641 from devusb/sunshine-moduleSandro1-0/+1
nixos/sunshine: init
2024-04-20postgresqlPackages.promscale_extension: remove deprecated and broken packageWolfgang Walther1-1/+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 Dellaiera1-0/+1
firefly-iii: init at 6.1.13, nixos/firefly-iii: init
2024-04-18Merge pull request #292472 from Janik-Haag/networkmanager-testsLily Foster1-0/+1
nixosTests.networking: refactor and add NetworkManager support
2024-04-17Merge pull request #304052 from mattchrist/freshrss-authtype-noneFelix Bühler1-0/+1
nixos/freshrss: fix startup when authType = "none"
2024-04-17nixosTests.networking: refactor and add NetworkManager supportJanik H.1-0/+1
2024-04-16nixos/freshrss: fix startup when authType = "none"Matt Christ1-0/+1
Prior to this patch, FreshRSS fails to load with an initial `authType = "none"` setting, instead providing an error: "Error during context user init!" To fix this, this patch changes the freshrss-config service to setup the initial `defaultUser` when `authType = "none"` is configured.
2024-04-16nixos/db-rest: initMarie Ramlow1-0/+1
2024-04-15Merge pull request #304117 from ifd3f/systemd-networkd-bridge-configFlorian Klink1-0/+1
nixos/networkd: add [Bridge] section to netdev conf
2024-04-14nixos/networkd: add [Bridge] section to netdev confAstrid Yu1-0/+1
This setting was missing from netdev. This commit additionally adds a test using the new section, ensuring that STP can be enabled.
2024-04-14nixos/tests/lomiri: initOPNA26081-0/+1
2024-04-13Merge pull request #300917 from Tom-Hubrecht/crabfitlassulus1-0/+1
crabfit: init at unstable-2023-08-02
2024-04-13nixos/crabfit: initTom Hubrecht1-0/+1
2024-04-13firefly-iii: init at 6.1.13Savyasachee Jha1-0/+1
2024-04-12Merge pull request #296500 from Janik-Haag/networking-testsPol Dellaiera1-2/+2
nixosTests.networking: split router into a separate file and remove `with lib;` antipattern
2024-04-11nixos/movim: add service moduletoastal1-0/+1
2024-04-10Merge pull request #296459 from MinerSebas/restic-rest-server-hardeningPascal Bach1-0/+1
nixos/restic-rest-server: Add additional service hardening
2024-04-08Merge pull request #258520 from Benjamin-L/soju-admin-socketSandro1-0/+1
2024-04-07nixos/soju: add testsBenjamin Lee1-0/+1
For now, just try creating a user with sojuctl. Actually connecting an irc client is pretty annoying.
2024-04-07nixosTests.oddjobd: initAnthony Roussel1-0/+1
2024-04-06Merge pull request #297517 from kira-bruneau/nixos-containersKira Bruneau1-0/+1
nixos/nixos-containers: require mounts for bind mount host paths
2024-04-05Merge pull request #291346 from aorith/init-silverbulletWeijia Wang1-0/+1
silverbullet: init at 0.7.6
2024-04-04nixos/nixos-containers: require mounts for bind mount host pathsKira Bruneau1-0/+1
Fixes starting containers before bind mount host paths are mounted
2024-04-04Merge pull request #296718 from Rutherther/mautrix-meta-initKevin Cox1-0/+2
mautrix-meta: init at 0.2.0
2024-04-04nixos/modules: add `technitium-dns-server` testsPol Dellaiera1-0/+1
2024-04-03nixos/ocis: init at 5.0.0Payas Relekar1-0/+1
Co-authored-by: Casey Link <unnamedrambler@gmail.com>
2024-04-02mautrix-meta: init serviceRutherther1-0/+2
Acked-by: Rutherther <rutherther@proton.me>
2024-04-02nixosTests.networking: split router into a separate file and remove `with ↵Janik H.1-2/+2
lib;` antipattern this commit also does a tiny bit more, namely: - removing unnecessary ping's to the hosts own ip - and simplifying a few pieces of code like changing `{ inherit (pkgs) lib pkgs; };` to `{ inherit lib pkgs; };`
2024-04-01nixos/davis: initCasey Link1-0/+1
2024-04-01nixosTests.kernel-rust.linux_testing: init for aarch64Alyssa Ross1-1/+1
Older kernels do not support Rust on aarch64, so we have to move the platform check from all-tests.nix into the test itself.
2024-04-01wastebin: init at 2.4.3 (#287455)Pablo Ovelleiro Corral1-0/+1
* wastebin: init at 2.4.3 * nixos/wastebin: init Add module and test for wastebin
2024-03-31Merge pull request #296361 from bhankas/workout-trackerWeijia Wang1-0/+1
workout-tracker: init at 0.10.5
2024-03-30nixos/sunshine: initMorgan Helton1-0/+1
2024-03-28Merge pull request #278981 from dotlambda/mollysocket-initRobert Schütz1-0/+1
mollysocket: init at 1.3.0, nixos/mollysocket: init
2024-03-28nixos/mollysocket: initRobert Schütz1-0/+1
2024-03-28nixos/workout-tracker: initPayas Relekar1-0/+1
2024-03-27Merge pull request #298737 from MatthewCroughan/mc/scion-moduleslassulus1-0/+1
nixos/scion: init
2024-03-27nixos/tests/ustreamer: initmatthewcroughan1-0/+1