about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-06-15Merge pull request #292857 from SuperSandro2000/vaultwarden-backup-testSandro1-1/+1
nixos/vaultwarden: add test for backup script
2024-06-12Merge pull request #303429 from timhae/aria2-modulePol Dellaiera1-0/+1
Aria2 module settings
2024-06-12Merge pull request #318384 from NyCodeGHG/nixos/renovateOTABI Tomoya1-0/+1
nixos/renovate: init
2024-06-11nixosTests.renovate: init vm testMarie Ramlow1-0/+1
2024-06-11nixos/vaultwarden: add test for backup script, fix flaky sqlite testh7x41-1/+1
2024-06-11nixos/shadow: introduce security.shadow.enableTom Fitzhenry1-0/+1
Allow users to disable the shadow authentication suite. My primary motivation is to reduce the attack surface via setuid binaries, which shadow understandably introduces many. I realised, however, that I don't use any of these. The test demonstrates login working without needing the shadow suite.
2024-06-11Merge pull request #269460 from tie/pgheroSandro1-0/+1
pghero: init at 3.4.1
2024-06-10nixosTests.alloy: init VM testFlorian Klink1-0/+1
This adds a VM test, starting up Grafana Alloy and ensuring it comes up healthy.
2024-06-07tests/lomiri-filemanager-app: initOPNA26081-0/+1
2024-06-06nixos/quickwit: Added testcaseJonathan Davies1-0/+1
2024-06-04Merge pull request #316248 from shivaraj-bh/open-webuiPol Dellaiera1-0/+1
open-webui: init at 0.2.4
2024-06-04nixos/open-webui: initshivaraj-bh1-0/+1
2024-06-04Merge pull request #315927 from Artturin/movetestsnix1Jörg Thalheim1-0/+1
nixosTests.nix-misc: split from nixosTests.misc
2024-05-30nixosTests.nix-misc: Split from `nixosTests.misc`Artturin1-0/+1
Bit weird to have nix tests in misc Add `artturin` to maintainers
2024-05-30nixos/tests/qtile: Run only on linuxSigmanificient1-1/+1
2024-05-29nixos/pghero: initIvan Trubach1-0/+1
2024-05-28Merge pull request #308090 from mogeko/service-rke2Jonas Chevalier1-0/+1
nixos/rke2: add rke2 service
2024-05-28nixos/tests/rke2: add tests for single-node and multi-nodeMogeko1-0/+1
For multi-node test, create a 3-node cluster (2 server nodes and 1 agent node) to test the connection between nodes. Setup `passthru.tests`.
2024-05-24Merge pull request #313146 from malteneuss/add-nextjs-ollama-llm-uiPol Dellaiera1-0/+1
Add nextjs ollama llm UI frontend for Ollama
2024-05-23nixos/nextjs-ollama-llm-ui: init moduleMalte Neuss1-0/+1
NixOS already has good support for the Ollama backend service. Now we can benefit from having a convenient web frontend as well for it.
2024-05-23Merge pull request #304322 from ElvishJerricco/sd-s1-resolvedFlorian Klink1-0/+1
nixos/systemd-stage-1: Support resolved
2024-05-22nixos/filesender: init modulenhnn1-0/+1
2024-05-21nixos/vector: Moved existing test to subdirectoryJonathan Davies1-1/+1
2024-05-21nixos/tests: systemd-resolvedWill Fancher1-0/+1
2024-05-19Merge pull request #308423 from Moraxyc/add-artalkSandro1-0/+1
artalk: init at 2.8.6
2024-05-19Merge pull request #304257 from Raroh73/add/commafeedSandro1-0/+1
commafeed: init at 4.3.3
2024-05-19Merge pull request #308813 from anthonyroussel/update-nagiosMarcus Ramberg1-1/+1
nagios: 4.5.1 -> 4.5.2
2024-05-18Merge pull request #263375 from lorenzleutgeb/benchexecSandro1-0/+1
benchexec: init at 3.21
2024-05-17nixos/benchexec: initLorenz Leutgeb1-0/+1
2024-05-18nixos/artalk: init moduleMoraxyc1-0/+1
2024-05-13nixosTests.your_spotify: initPatrick1-0/+1
2024-05-13Merge pull request #303745 from quantenzitrone/ydotoolCosima Neidahl1-0/+1
ydotool: refactor ; nixos/ydotool: init module & nixosTest
2024-05-13Merge pull request #308801 from jmbaur/switch-to-configuration-rsFlorian Klink1-1/+2
nixos/switch-to-configuration: add new implementation
2024-05-13Merge pull request #305286 from cafkafk/devpi-server-initChristina Rust1-0/+1
nixos/devpi-server: init
2024-05-13nixosTests.ydotool: initQuantenzitrone1-0/+1
Co-authored-by: Cosima Neidahl <opna2608@protonmail.com>
2024-05-13nixos/devpi-server: initChristina Sørensen1-0/+1
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-05-13nixos/tests/confinement: Move to dedicated diraszlig1-1/+1
When experimenting on ways how to refactor the test, I wrote a significant enough amount of Python to warrant a dedicated Python file. This commit is mainly to prepare for that and make it easier to track renames. Signed-off-by: aszlig <aszlig@nix.build>
2024-05-11nixos/private-gpt: initPol Dellaiera1-0/+1
2024-05-10nixos/switch-to-configuration: add new implementationJared Baur1-1/+2
This adds an implementation of switch-to-configuration that allows for closer interaction with the lifecycle of systemd units by using DBus APIs directly instead of using systemctl. It is disabled by default, but can be enabled by specifying `{ system.switch = { enable = false; enableNg = true; }; }`.
2024-05-09nixos/tests/incus: enable testing both LTS and non-LTSAdam Stephens1-1/+2
2024-05-03varnish75: init at 7.5.0 (#308604)Thomas Gerbet1-0/+1
Changes: https://varnish-cache.org/docs/7.5/whats-new/changes-7.5.html
2024-05-03nagios: enable darwin supportAnthony Roussel1-1/+1
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