about summary refs log tree commit diff
path: root/nixos/tests
AgeCommit message (Collapse)AuthorFilesLines
2024-05-12Merge pull request #307051 from hax404/modules/tayga/mappingsAndreas Rammhold1-3/+16
nixos/tayga: add mappings option
2024-05-12Merge pull request #311085 from mweinelt/knot-test-xfrMartin Weinelt1-0/+4
nixos/tests/knot: wait for successful zone transfers
2024-05-12nixos/tests/misc: call the tester `test` to be `callTest`-edRaito Bezarius1-1/+4
Otherwise, this will destroy the release machinery to collect all the systems. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-05-12nixos/tests/knot: wait for successful zone transfersMartin Weinelt1-0/+4
Depending on the startup order of the two machines it might take a few moments to get both zones transfered, which can lead to SERVFAIL responses on busy machines.
2024-05-12Merge pull request #310194 from RaitoBezarius/lixRyan Lahfa1-161/+179
lix: init at 2.90-beta.1
2024-05-11nixos/private-gpt: initPol Dellaiera2-0/+28
2024-05-11nixos/tests/misc: rework and take ownershipRaito Bezarius1-161/+179
`nixosTests.misc` is an interesting smoketest as a last (cheap) line of defense against Nix regressions. We rework it to accept any arbitrary package manager for Lix. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-05-10Merge pull request #309904 from superherointj/k3s-format-rfcsuperherointj4-229/+354
k3s: enforce rfc 0166 format
2024-05-11Merge pull request #310645 from gepbird/fix-firefox-testMartin Weinelt1-2/+2
nixosTests.firefox-{beta,devedition,esr,esr-115}: unbreak
2024-05-10k3s: format with nixfmt-rfc-stylesuperherointj4-229/+354
2024-05-10nixosTests.firefox-{beta,devedition,esr,esr-115}: unbreakGutyina Gergő1-2/+2
2024-05-10Merge pull request #310341 from adamcstephens/incus/6.1.0Adam C. Stephens10-26/+68
incus: 6.0.0 -> 6.1.0, enable non-LTS testing
2024-05-10Merge pull request #310366 from mweinelt/pretix-pretalx-homemodeMartin Weinelt1-0/+4
pretix, pretalx: fixes, hardening
2024-05-10Merge pull request #310452 from fpletz/nginx-acme-servernameFranz Pletz1-12/+20
nixos/nginx: fix reference to acme cert hostname
2024-05-10Merge pull request #267880 from Izorkin/update-nixos-tests-logrotateFranz Pletz1-41/+49
2024-05-10nixos/nginx: fix reference to acme cert hostnameFranz Pletz1-12/+20
The change introduced in #308303 refers to the virtualHosts attrset key which can be any string. The servername is the actual primary hostname used for the certificate. This fixes use cases like: services.nginx.virualHosts.foobar.serverName = "my.fqdn.org";
2024-05-09nixos/tests/pretalx: test cli wrapper and print systemd unit securityMartin Weinelt1-0/+4
2024-05-09nixos/tests/incus: enable testing both LTS and non-LTSAdam Stephens10-26/+68
2024-05-09Merge pull request #307039 from adamcstephens/nixos-unstableAdam C. Stephens5-110/+166
nixos/incus: add support for soft daemon restarts
2024-05-09nixos/incus: add support for soft daemon restartAdam Stephens5-110/+166
This is a feature supported out of the box by upstream and allows the incusd service to be restarted without impacting running instances. While this does give up a bit of reproducibility, qemu and lxc for example, there are clear benefits in allowing the host to apply updates without impacting instances. Modeled after the zabbly implementation: https://github.com/zabbly/incus/blob/2a67c3e260de5a5d1259ce598d7b4423c49403be/systemd/incus-startup.service This will now be the default.
2024-05-08Merge pull request #302814 from paumr/auto-update/archiPeder Bergebakken Sundt1-1/+3
archi: 5.2.0 -> 5.3.0
2024-05-07Merge pull request #309099 from rorosen/package-k3s-kilallsuperherointj1-0/+12
k3s: package k3s-killall script
2024-05-07k3s: package k3s-killall scriptRobert Rose1-0/+12
Provide the k3s-killall.sh script for orderly shutdown of k3s.
2024-05-07Merge pull request #309534 from getchoo/nixos/fish/package-optionPol Dellaiera1-0/+2
nixos/fish: add `package` option
2024-05-07nixos/fish: disable logrotate service in module testseth1-0/+2
headstart on https://github.com/NixOS/nixpkgs/pull/267880
2024-05-07archi: removed OCR welcome checkpaumr1-1/+3
2024-05-06Merge pull request #309363 from adamcstephens/patroni/3.3.0Adam C. Stephens1-1/+1
patroni: 2.1.3 -> 3.3.0
2024-05-06nixos/tests: disable logrotate service by default in testsIzorkin1-41/+49
2024-05-05patroni: 2.1.3 -> 3.3.0Adam Stephens1-1/+1
https://github.com/zalando/patroni/blob/v3.3.0/docs/releases.rst#version-330
2024-05-05nixos/tayga: add mappings optionGeorg Haas1-3/+16
2024-05-05nixos/jotta-cli: move to services.jotta-cliEven Brenden1-1/+1
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-02Merge master into staging-nextgithub-actions[bot]2-0/+190
2024-05-02Merge #305844: add clatd module and nixos testnicoo2-0/+190
2024-05-02Merge master into staging-nextgithub-actions[bot]3-11/+34
2024-05-02Merge pull request #308286 from adamcstephens/kanidm/1.2.0Ilan Joselevich1-11/+8
kanidm: 1.1.0-rc.16 -> 1.2.0
2024-05-02Merge pull request #302570 from evenbrenden/jottad-serviceSandro2-0/+26
2024-05-02Merge branch 'master' into staging-nextVladimír Čunát4-5/+53
2024-05-02Merge pull request #308277 from bobby285271/upd/homepageBobby Rong1-1/+1
treewide: Move away from wiki.gnome.org (part 2)
2024-05-01Merge pull request #308241 from rnhmjoj/pr-libreswanMichele Guerini Rocco1-3/+3
libreswan: 4.15 -> 5.0
2024-05-01Merge pull request #307464 from tomfitzhenry/ssh-minimalThomas Gerbet2-1/+49
openssh: fix linkOpenSSL=false by linking libxcrypt
2024-05-01kanidm: 1.1.0-rc.16 -> 1.2.0Adam Stephens1-11/+8
https://github.com/kanidm/kanidm/releases/tag/v1.2.0 Added updatescript, and removed Cargo.lock as no more git deps. New release process documented here: https://github.com/kanidm/kanidm/blob/a67d1f51607d92338dd17f62c2b29cabeed18953/book/src/support.md Re-ordered test and removed anonymous login as logout no longer works: [info]: Ignoring request to logout session - these sessions are not recorded
2024-05-01treewide: Move away from wiki.gnome.orgBobby Rong1-1/+1
The wiki.gnome.org site is planned for retirement.
2024-05-01Merge master into staging-nextgithub-actions[bot]1-1/+1
2024-05-01libreswan: 4.15 -> 5.0rnhmjoj1-3/+3
Notes: - barf went into contrib/ and officially unsupported. - verify was removed entirely. - the makefile is a bit smarter now and doesn't require many of the previous workarounds.
2024-05-01Merge pull request #306595 from RaitoBezarius/nc29Maximilian Bosch1-1/+1
nextcloud29: init at 29.0.0, nextcloud27: 27.1.8 -> 27.1.9, nextcloud28: 28.0.4 -> 28.0.5
2024-05-01nextcloud26: removeMaximilian Bosch1-1/+1
2024-05-01Merge branch 'master' into staging-nextK9003-43/+250
2024-04-30Merge pull request #307813 from eclairevoyant/swayfx-uncoupleéclairevoyant2-0/+208
scenefx: init at 0.1; swayfx-unwrapped: 0.3.2 -> 0.4, decouple from sway-unwrapped and other cleanup
2024-04-30Merge pull request #247828 from rhoriguchi/nixos/adguardhomeWeijia Wang1-43/+42
nixos/adguardhome: update config to match new schema, update package and fix update script