about summary refs log tree commit diff
path: root/nixos/tests
AgeCommit message (Collapse)AuthorFilesLines
2023-12-31Merge pull request #266283 from Noodlesalat/ping-exporter-1.1.0Janik1-0/+44
ping_exporter: init at 1.1.0
2023-12-31Merge pull request #276385 from majiru/drawterm-testsGuillaume Girol2-0/+59
drawterm: unstable-2023-09-03 -> unstable-2023-12-23 & nixos tests
2023-12-31Merge pull request #266332 from nbraud/nixos/tests/ssh-agent-authMaciej Krüger2-0/+52
Add NixOS test for `security.pam.enableSSHAgentAuth`
2023-12-30buildbot: 3.10.0 -> 3.10.1zowoq1-1/+1
Changelog: https://github.com/buildbot/buildbot/releases/tag/v3.10.1
2023-12-29Merge pull request #212430 from onny/nextcloud-cleanupMaximilian Bosch1-1/+1
nixos/nextcloud: Move options into now freeForm extraOptions
2023-12-29Merge pull request #267983 from nikstur/replace-simple-activation-2nikstur2-7/+9
nixos: replace activationScripts 2/x
2023-12-29Merge pull request #277153 from trofi/nixosTests.allDrivers.anbox-avoid-aliasesBobby Rong1-1/+1
nixosTests.allDrivers.anbox: avoid use of aliases
2023-12-29nixos/tests/nextcloud: replace activationScriptnikstur1-4/+6
Replace with a seprate systemd service
2023-12-29nixos/tests/incron: replace activcationScript via tmpfilesnikstur1-3/+3
2023-12-29nixos/nextcloud: Move options into now freeForm extraOptionsJonas Heinrich1-1/+1
2023-12-28Merge pull request #277235 from adamcstephens/lxd-agent/pathMartin Weinelt1-0/+3
nixos/lxd-agent: add system path for exec
2023-12-28nixos/lxd-agent: add system path for execAdam Stephens1-0/+3
2023-12-28Merge pull request #223412 from Luflosi/test-boot-from-zfsLassulus3-11/+77
nixos/tests/installer: test /boot on ZFS
2023-12-28Merge pull request #272963 from Luflosi/nixos/tests/ft2-clone-cleanupLassulus1-3/+1
nixos/tests/ft2-clone: cleanup
2023-12-28Merge pull request #277127 from bobby285271/upd/nixosTests.mateBobby Rong1-2/+25
nixosTests.mate: Extend the test
2023-12-28nixosTests.tomcat: add `lib` to imports to fix evalSergei Trofimovich1-1/+1
Without the change eval fails as: $ nix build --no-link -f. nixosTests.tomcat error: undefined variable 'lib'
2023-12-28Merge pull request #276986 from trofi/dockerTools.tests.docker-tools-no-aliasesRobert Hensing1-1/+1
dockerTools.tests.docker-tools: user `runCommand` instead of `runComm…
2023-12-27nixosTests.allDrivers.anbox: avoid use of aliasesSergei Trofimovich1-1/+1
Before the change eval of a test failed with disabled aliases as: $ nix build -f. nixosTests.allDrivers.anbox --arg config '{ allowAliases = false; }' ... error: attribute 'linuxPackages_5_15' missing
2023-12-27nixosTests.mate: Extend the testBobby Rong1-2/+25
It is always nice to have some OCR tests and a coredump check.
2023-12-27Merge pull request #261789 from onny/rspamd-trainerYt2-0/+156
nixos/rspamd-trainer: init; rspamd-trainer: init at unstable-2023-11-27
2023-12-28Merge pull request #277074 from ↵adisbladis4-5/+4
adisbladis/maintainers-treewide-various-adisbladis-remove maintainers: Remove adisbladis as maintainer from various packages
2023-12-27Merge pull request #276542 from scvalex/livebook-0_12_0Yt1-1/+1
livebook: 0.11.3 -> 0.12.0
2023-12-27maintainers: Remove adisbladis as maintainer from various packagesadisbladis4-5/+4
These are a handful of packages I no longer use or/and have lost interest in.
2023-12-27nixos/rspamd-trainer: init; rspamd-trainer: init at unstable-2023-11-27Jonas Heinrich2-0/+156
2023-12-27Merge pull request #271326 from philiptaron/shutdown.targetnikstur3-2/+7
treewide: depend on `shutdown.target` if `DefaultDependencies=no` in almost every case
2023-12-27Merge pull request #276525 from scvalex/livebook-configurable-packageYt1-1/+1
livebook: configurable package and extraPackages
2023-12-27Merge pull request #274460 from mweinelt/kea-ipc-runtimedirMartin Weinelt1-2/+2
nixos/kea: return to merged runtime directory; preserve runtime directories
2023-12-26dockerTools.tests.docker-tools: user `runCommand` instead of ↵Sergei Trofimovich1-1/+1
`runCommandNoCC` alias Noticed when evaluated tests without aliases enabled.
2023-12-26Merge pull request #276552 from r-ryantm/auto-update/freshrssFelix Bühler1-0/+1
freshrss: 1.22.1 -> 1.23.0
2023-12-25livebook: configurable package and extraPackagesAlexandru Scvortov1-1/+1
Also fix examples to not include a semicolon in the .env file.
2023-12-25Merge pull request #275895 from adamcstephens/lxcfs/5Adam C. Stephens1-0/+4
lxcfs: 4.0.12 -> 5.0.4
2023-12-25munin: fix missing Date::Parse module error & make test fail w/o a fixMidnight Veil1-0/+2
Upstream change: https://github.com/munin-monitoring/munin/pull/1502
2023-12-25nixos/freshrss: fix test http-authFelix Buehler1-0/+1
2023-12-24livebook: 0.11.3 -> 0.12.0Alexandru Scvortov1-1/+1
2023-12-24Merge pull request #275281 from eliandoran/feature/mympd-serviceDoron Behar2-0/+28
nixos/mympd: init
2023-12-24nixos/tests/prometheus-ping-exporter: initNudelsalat1-0/+44
2023-12-24nixosTests.ssh-agent-auth: Test both `sudo` and `sudo-rs`nicoo1-8/+11
2023-12-24nixosTests.ssh-agent-auth: initnicoo2-0/+49
2023-12-23drawterm: add nixos testsJacob Moody2-0/+59
2023-12-23Merge pull request #276287 from gepbird/opentabletdriver-bumpThiago Kenji Okada1-1/+3
opentabletdriver: 0.6.3.0 -> 0.6.4.0
2023-12-23opentabletdriver: 0.6.3.0 -> 0.6.4.0Gutyina Gergő1-1/+3
Co-authored-by: Thiago Kenji Okada <thiagokokada@gmail.com>
2023-12-23Merge pull request #252790 from anthonyroussel/gns3-nixos-moduleMario Rodas2-0/+56
nixos/gns3-server: init
2023-12-23Merge pull request #276060 from bobby285271/fix/cinnamon-sessionpathBobby Rong2-0/+12
nixos/cinnamon: Unbreak sessionPath option
2023-12-23nixosTests.cinnamon{,-wayland}: Add test for sessionPath optionBobby Rong2-0/+12
2023-12-21lxcfs: 4.0.12 -> 5.0.4Adam Stephens1-0/+4
Diff: https://github.com/lxc/lxcfs/compare/lxcfs-4.0.12...lxcfs-5.0.4 Changelog: https://linuxcontainers.org/lxcfs/news/
2023-12-21Merge pull request #275429 from drupol/code-server/restorePol Dellaiera2-0/+23
code-server: restore and bump (4.16.1 -> 4.19.1)
2023-12-21Merge pull request #275257 from schuelermine/update/musescore/4.2.0Doron Behar1-5/+2
musescore: 4.1.1 -> 4.2.0
2023-12-21Merge pull request #275718 from symphorien/fix-btrbk-testsJonas Heinrich1-1/+6
nixos/tests/btrbk-section-order.nix: fix test
2023-12-21nixos/mympd: add nixos testElian Doran2-0/+28
2023-12-21Merge pull request #268146 from nevivurn/feat/openvpn-2.6.8ajs1242-9/+10
openvpn: 2.5.8 -> 2.6.8