about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
Commit message (Collapse)AuthorAge
...
| * | | Merge pull request #70352 from wucke13/systemd-importdFlorian Klink2019-11-05
| |\ \ \ | | |/ / | |/| | systemd: add systemd-importd
| | * | nixosTests.systemd-nspawn: add testFlorian Klink2019-11-03
| | | | | | | | | | | | | | | | | | | | This adds a test downloading an nspawn container via http, and ensures sha256sum verification and gpg signature verification work.
| * | | Merge pull request #72729 from mmahut/tracMarek Mahut2019-11-04
| |\ \ \ | | | | | | | | | | nixos/trac: init
| | * | | tests: adding tracMarek Mahut2019-11-03
| | | | |
| * | | | Merge pull request #68327 from mmilata/moinMarek Mahut2019-11-03
| |\ \ \ \ | | |/ / / | |/| | | nixos/moinmoin: init module
| | * | | nixos/moin: initMartin Milata2019-10-25
| | | | |
| * | | | Merge pull request #72094 from lejonet/ceph-testsFlorian Klink2019-11-02
| |\ \ \ \ | | | | | | | | | | | | nixos/ceph: Rename old ceph test and add new multi-node test
| | * | | | nixos/ceph: Rename old ceph test and add new multi-node test to all-tests.nixDaniel Kuehn2019-11-01
| | | | | |
| * | | | | Merge pull request #72415 from 1000101/tricksterMarek Mahut2019-11-01
| |\ \ \ \ \ | | | | | | | | | | | | | | nixos/trickster: init
| | * | | | | nixos/trickster: add testJan Hrnko2019-11-01
| | |/ / / /
| * | | | | nixos/orangefs: init at 2.9.7, add modules and test (#67591)Jörg Thalheim2019-10-31
| |\ \ \ \ \ | | | | | | | | | | | | | | nixos/orangefs: init at 2.9.7, add modules and test
| | * | | | | nixos/orangefs: add testMarkus Kowalewski2019-09-25
| | | | | | |
| * | | | | | Merge pull request #69342 from Kiwi/matomo-updatesAaron Andersen2019-10-29
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Matomo (module, package) updates
| | * | | | | | nixos/matomo: add testMartin Milata2019-10-29
| | | |_|_|/ / | | |/| | | |
| * / | | | | Fancontrol: add test etc from #70933 (#72065)Evils-Devils2019-10-29
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lm_sensors: add fancontrol module + nixos test fancontrol is a small script that checks temperature sensors and adapts fan speeds accordingly. It reads a text config file that can be auto-generated by running the pwmconfig wizard on the live system.
| * | | | | nixos/yggdrasil: add serviceGemini Lasswell2019-10-26
| | | | | |
| * | | | | Merge pull request #71789 from tomfitzhenry/openarena-serverAaron Andersen2019-10-26
| |\ \ \ \ \ | | |_|/ / / | |/| | | | openarena: add module and test
| | * | | | openarena: add testTom Fitzhenry2019-10-26
| | | |/ / | | |/| |
| * / | | nixos/gotify: init module and testMaximilian Bosch2019-10-25
| |/ / /
| * | | nixos/tests/pppd: initDavid Anderson2019-10-15
| | | | | | | | | | | | | | | | | | | | This test creates a PPPoE link between two machines, and verifies that the machines can ping each other.
| * | | nixos/tests: add babeldMartin Weinelt2019-10-12
| | |/ | |/|
| * | nixos/caddy: add tests (#70778)Konrad Borowski2019-10-09
| | |
| * | Revert "Merge #67232: machinectl compliant NixOS installation"Vladimír Čunát2019-10-07
| | | | | | | | | | | | | | | | | | This reverts commit 66967ec7521d065f605795d64ddbbbd4fcd448c3, reversing changes made to fb6595eafdb90ef0bc7a31c2bfc9204e4cad11d9. Fixes #70442; discussion: https://github.com/NixOS/nixpkgs/pull/70027
| * | Merge pull request #67232 from ck3d/container-useHostResolvConfFranz Pletz2019-09-25
| |\ \ | | |/ | |/| machinectl compliant NixOS installation
| | * nixos: added machinectl testChristian Kögler2019-09-13
| | |
| * | nixos/minidlna: Allow more configuration optionsAntoine R. Dumont (@ardumont)2019-09-17
| | | | | | | | | | | | | | | | | | This commits allows the user to configure: - more minidlna options - the ones not yet disclosed in nix (extending the existing minimal subset)
| * | Merge branch 'master' into os-prober-testLéo Gaspard2019-09-16
| |\|
| * | mention the os-prober test in pkgs.os-prober.passthru.testsSymphorien Gibol2019-06-09
| | |
* | | ihatemoney: init at 4.1 plus module and testSymphorien Gibol2019-11-02
| |/ |/|
* | Merge staging into staging-nextFrederik Rietdijk2019-09-06
|\ \
| * | libgdata.tests: add installedTestsJan Tojnar2019-09-03
| | |
| * | Merge pull request #67957 from jtojnar/glib-networking-cleanupworldofpeace2019-09-03
| |\ \ | | | | | | | | glib-networking: clean up & add installed tests
| | * | glib-networking: add installed testsJan Tojnar2019-09-03
| | | |
* | | | nixos/tests: remove prometheus_1 testWilliButz2019-09-06
|/ / /
* | | nixos/redis: add testFlorian Klink2019-09-01
| | |
* | | nixos.tests.fontconfig-default-fonts: initJan Tojnar2019-09-01
|/ / | | | | | | Make sure the fonts.enableDefaultFonts option works.
* | Merge pull request #66859 from worldofpeace/xfce4-14-moduleworldofpeace2019-08-27
|\ \ | | | | | | nixos/xfce4-14: init
| * | nixosTests.xfce4-14: initworldofpeace2019-08-21
| | | | | | | | | | | | This is pretty much identical to the xfce test we currently have.
* | | nixos/moodle: init serviceAaron Andersen2019-08-25
| | |
* | | Merge pull request #67318 from jtojnar/gnome-photosJan Tojnar2019-08-23
|\ \ \ | | | | | | | | gnome-photos: 3.32.0 → 3.32.1
| * | | gnome-photos: add installed testsJan Tojnar2019-08-23
| |/ /
* | | Merge pull request #67213 from mmahut/jormungandrMarek Mahut2019-08-23
|\ \ \ | | | | | | | | nixos: adding jormungandr service
| * | | nixos/tests: adding jormungandr service testMarek Mahut2019-08-22
| | | |
* | | | Revert "nixos/containers: add unprivileged option"Marek Mahut2019-08-23
| | | |
* | | | Merge pull request #67130 from uvNikita/containers/unprivilegedMarek Mahut2019-08-23
|\ \ \ \ | | | | | | | | | | nixos/containers: add unprivileged option
| * | | | nixos/containers: add unprivileged optionNikita Uvarov2019-08-21
| |/ / / | | | | | | | | | | | | Fixes #57083.
* | | | Merge pull request #67308 from jtojnar/libxmlb-0.1.11Jan Tojnar2019-08-23
|\ \ \ \ | | | | | | | | | | libxmlb: 0.1.10 → 0.1.11
| * | | | nixos/tests/libxmlb: initJan Tojnar2019-08-23
| | |/ / | |/| |
* | | | Merge pull request #66722 from mmahut/trezord-emulatorMarek Mahut2019-08-22
|\ \ \ \ | |/ / / |/| | | trezord: adding emulator support (plus test)
| * | | tests: adding trezordMarek Mahut2019-08-16
| | | |