about summary refs log tree commit diff
path: root/nixos/lib
AgeCommit message (Expand)AuthorFilesLines
2024-05-23nixosTests.nixos-test-driver: fix ruff checkGaetan Lepage1-2/+1
2024-05-22nixos/test-driver: adjust to ruff changesDawid Dziurla2-3/+3
2024-05-21Merge pull request #301772 from hertrste/junit-xml-prodnikstur9-65/+310
2024-05-14nixos/testing: fix markdown link in enableOCR descriptionDonovan Glover1-1/+1
2024-05-07nixos/test-driver: rm global loggerStefan Hertrampf6-44/+64
2024-05-07nixos/test-driver: enable XML log selectivelyStefan Hertrampf1-6/+3
2024-05-07nixos/test-driver: add junit-xml loggerStefan Hertrampf2-3/+90
2024-05-07nixos/test-driver: Separate XML and Terminal logStefan Hertrampf2-25/+116
2024-05-07nixos/test-driver: add AbstractLogger interfaceStefan Hertrampf1-2/+39
2024-05-06nixos/systemd-lib: fix assertRangeOrOneOf when value is not comparableJared Baur1-1/+2
2024-04-29nixos/lib/qemu-common: add riscv{32,64}-linux to qemu guest matrixstove1-0/+2
2024-04-23Merge pull request #297726 from r-vdp/systemd-unit-namesFlorian Klink4-35/+88
2024-04-22nixos/test-driver: use function instead of varStefan Hertrampf2-2/+5
2024-04-22nixos/test-driver: add junit-xml python packageStefan Hertrampf2-0/+5
2024-04-22nixos/test-driver: separate the subtest log callStefan Hertrampf2-1/+6
2024-04-21Merge pull request #298983 from illustris/mysqlRyan Hendrickson1-2/+13
2024-04-21nixos/systemd-lib: fix restart/reloadTriggers when passing pathsillustris1-2/+13
2024-04-15systemd: add a name option to all systemd unitsr-vdp4-35/+88
2024-04-14nixos/networkd: add [Bridge] section to netdev confAstrid Yu2-0/+7
2024-04-12NixOS Integration tests: Re-enable for macOSJacek Galowicz1-1/+1
2024-04-10Revert "NixOS Integration Tests: Enable again for darwin"Cole Helbling1-1/+1
2024-04-10NixOS Integration Tests: Enable again for darwinJacek Galowicz1-1/+1
2024-04-08Merge pull request #302590 from nikstur/repart-image-label-lengthnikstur1-0/+5
2024-04-08systemd-lib: include GPTMaxLabelLength constantnikstur1-0/+5
2024-04-05Merge pull request #301799 from alyssais/QEMU_OPTSJacek Galowicz1-2/+0
2024-04-05nixos/test-driver: don't add QEMU_OPTS twiceAlyssa Ross1-2/+0
2024-04-03nixos/tests/installer: avoid create_machine, clean upK9001-0/+7
2024-04-01nixos/lib, doc: remove references to mdDoc (#300738)Philip Taron11-100/+94
2024-04-01Merge pull request #299652 from philiptaron/issue-208242/nixos/lib/systemdFlorian Klink5-114/+261
2024-03-28Merge pull request #296384 from pennae/remove-docbook-docs-supportSilvan Mosberger1-15/+1
2024-03-28nixos/doc: remove optionsDocBookpennae1-15/+1
2024-03-27Avoid top-level `with ...;` in nixos/lib/utils.nixPhilip Taron1-13/+48
2024-03-27Avoid top-level `with ...;` in nixos/lib/systemd-unit-options.nixPhilip Taron1-57/+81
2024-03-27Avoid top-level `with ...;` in nixos/lib/systemd-types.nixPhilip Taron1-32/+76
2024-03-27Avoid top-level `with ...;` in nixos/lib/systemd-network-units.nixPhilip Taron1-2/+7
2024-03-27Avoid top-level `with ...;` in nixos/lib/systemd-lib.nixPhilip Taron1-10/+49
2024-03-26nixos/tests: Remove unnecesary wait from initrdBackdoorWill Fancher1-1/+0
2024-03-23nixos/lib: Support derivations in escapeSystemdExecArgMartin Weinelt1-2/+2
2024-03-21doc: write improved documentation for nixosOptionsDoc (#295279)Johannes Kirschbauer1-12/+87
2024-03-17Merge pull request #293710 from B4dM4n/networkd-policy-rule-port-rangeWill Fancher1-1/+14
2024-03-12nixos/iso-image: extremely cursed performance optimization for HydraK9002-2/+28
2024-03-08nixos/lib/test-driver: fix mypy errors after staging-next mergeK9001-7/+5
2024-03-06nixos/networkd: allow RoutingPolicyRule port rangesFabian Möller1-1/+14
2024-03-02macOS support for NixOS tests (#282401)Gabriella Gonzalez3-3/+29
2024-03-01nixos/lib/make-disk-image.nix: fix systemd-boot-builder clobbering /homeless-...Arian van Putten1-0/+7
2024-03-01nixos/lib/test-driver: make the warning message more noticeableK9001-1/+6
2024-02-29Merge pull request #292189 from nagisa/fixes-systemd-upheldBy-propagationFranz Pletz1-8/+8
2024-02-29systemd: fix propagation of upheldBy option to unitsSimonas Kazlauskas1-8/+8
2024-02-28Merge pull request #291544 from K900/ovmf-oofK9003-105/+58
2024-02-28nixos/lib/test-driver: provide legacy path for create_machine({"startCommand"...K9002-2/+38