summary refs log tree commit diff
path: root/nixos/tests
Commit message (Collapse)AuthorAge
...
| * | | | | systemd-stage-1: Enable backdoor in nixos testsWill Fancher2023-11-09
| | |/ / / | |/| | |
* | | | | Merge pull request #266150 from robryk/resticnotimerLin Jian2023-11-10
|\ \ \ \ \ | | | | | | | | | | | | nixos/restic: allow timer to be disabled
| * | | | | nixos/restic: allow timer to be disabledRobert Obryk2023-11-07
| | | | | |
* | | | | | nixos/tests/sudo: check that sudo is enabled by defaultYureka2023-11-10
| |_|/ / / |/| | | |
* | | | | Merge pull request #266093 from K900/pipe-systemd-catK9002023-11-08
|\ \ \ \ \ | | | | | | | | | | | | treewide: replace `<command> | systemd-cat` with `systemd-cat <command>`
| * | | | | treewide: replace `<command> | systemd-cat` with `systemd-cat <command>`K9002023-11-07
| | |/ / / | |/| | | | | | | | | | | | | The former swallows exit codes, the latter doesn't.
* | | | | Merge pull request #260050 from 6t8k/nixos-test-openssh-wait-for-sshdArtturi2023-11-08
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | nixos/tests/openssh: wait for sshd(.socket) units, add timeout=306t8k2023-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Motivated by recently observed flakiness of this test on Hydra: [1] https://github.com/NixOS/nixpkgs/pull/259051#issuecomment-1752363951 [2] https://hydra.nixos.org/build/237478399
* | | | | nixosTests.shattered-pixel-dungeon: use wait_for_textWeijia Wang2023-11-07
| | | | |
* | | | | nixosTests.gitea: remove emilylange from maintainersemilylange2023-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I no longer contribute to this test nor do I plan to do so in the future. My contributions moved to nixosTests.forgejo, after we (nixpkgs) decided to split the gitea and forgejo nixpkgs modules.
* | | | | Merge pull request #265818 from K900/vaultwarden-1.30.0K9002023-11-07
|\ \ \ \ \ | | | | | | | | | | | | Vaultwarden 1.30.0
| * | | | | nixos/tests/vaultwarden: fix database creationK9002023-11-07
| | | | | |
* | | | | | nixos/mobilizon: fix integration test by using postgresql_14Kerstin Humm2023-11-07
| |_|/ / / |/| | | |
* | | | | Merge pull request #264882 from robryk/resticfixJanik2023-11-07
|\ \ \ \ \ | | | | | | | | | | | | nixos/restic: fix #264696 and add a regression test
| * | | | | nixos/restic: fix #264696 and add a regression testRobert Obryk2023-11-01
| | | | | | | | | | | | | | | | | | | | | | | | Make sure that preStart and postStop are included in all cases when they are nonempty.
* | | | | | Merge pull request #230380 from graham33/feature/zwave-js-server_moduleMartin Weinelt2023-11-06
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | zwave-js: module init, zwave-js-server: init at 1.33.0
| * | | | | zwave-js: module init, zwave-js-server: init at 1.33.0Graham Bennett2023-11-02
| |/ / / / | | | | | | | | | | | | | | | | | | | | Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com> Co-authored-by: h7x4 <h7x4@nani.wtf>
* | | | | nixos/prometheus.exporters.pgbouncer: migrate from connectionString to ↵Felix Buehler2023-11-05
| | | | | | | | | | | | | | | | | | | | connectionStringFile
* | | | | nixos/prometheus.exporters.knot: migrate from extraConfig to settingsFileFelix Buehler2023-11-05
| |_|_|/ |/| | |
* | | | nixos/printing: Add openFirewall option (#176539)Jonas Heinrich2023-11-05
| | | |
* | | | Merge pull request #265281 from JulienMalka/systemd-boot-maintainerRyan Lahfa2023-11-05
|\ \ \ \
| * | | | nixos/systemd-boot: add julienmalka as maintainerJulien Malka2023-11-04
| | |_|/ | |/| |
* / | | nixos/tests/home-assistant: replace ensureUsers with custom setup script for nowK9002023-11-04
|/ / / | | | | | | | | | (cherry picked from commit 30d70bf6058e2261048986b9db909ae291779d5c)
* | | Merge pull request #262347 from adamcstephens/incus/moduleLily Foster2023-11-03
|\ \ \ | | | | | | | | nixos/incus: init module and tests
| * | | nixos/tests/incus: improve test resiliency under loadAdam Stephens2023-11-02
| | | |
| * | | nixos/incus: preseed should not trigger socket-activationAdam Stephens2023-11-02
| | | |
| * | | nixos/incus: init module and testsAdam Stephens2023-11-02
| | | |
* | | | Merge pull request #264787 from katexochen/feat/xkb-extralayoutsMichele Guerini Rocco2023-11-03
|\ \ \ \ | | | | | | | | | | nixos/x11: move extraLayouts into xkb attrset
| * | | | nixos/x11: move extraLayouts into xkb attrsetPaul Meyer2023-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Motivation](NixOS#257817 (comment)) `extraLayouts` was missed in #259891, so moving it to the other xkb options with this PR. Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
* | | | | Merge pull request #261356 from l0b0/test/ssh-auditArtturi2023-11-03
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ssh-audit: add test of audited configurationVictor Engmark2023-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On current nixpkgs, no modifications to the server settings were necessary to pass the audit. However, some of the client algorithms were considered insecure. The client configuration lists all algorithms which were listed as acceptable by `ssh-audit`. This can be used as an example of a configuration currently considered acceptable by `ssh-audit`, and verifies that such a configuration results in a compatible client/server configuration. Beware that this test will continue passing when future versions of `ssh-audit` add support for new algorithms. In other words, the example configuration represents a subset of what the current version of `ssh-audit` would consider acceptable.
* | | | | nixos/tests/predictable-interface-names: fix eval for systemd-stage1K9002023-11-01
| | | | |
* | | | | nixos/nix-channnel: fix setting up the default channel againnikstur2023-11-01
| | | | |
* | | | | Merge pull request #264618 from bobby285271/upd/cinnamon-testBobby Rong2023-11-01
|\ \ \ \ \ | | | | | | | | | | | | nixosTests.cinnamon: Extend the test
| * | | | | nixosTests.cinnamon: Extend the testBobby Rong2023-11-01
| | | | | |
* | | | | | Merge pull request #264608 from nikstur/nix-channel-fix-defaultnikstur2023-10-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/nix-channel: fix subscribing to default channel
| * | | | | | nixos/nix-channel: fix subscribing to default channelnikstur2023-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/NixOS/nixpkgs/issues/264602
* | | | | | | Merge pull request #262254 from Artturin/nginxsandboxremArtturi2023-10-31
|\ \ \ \ \ \ \
| * | | | | | | nixosTests.nginx-sandbox: remove broken test and move the sandboxing test to ↵Artturin2023-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the openresty test nginx lua needs resty the enableSandbox option of nginx was removed in 535896671b66d308df3ce467c94f8a9fecfdffea the test fails with ``` vm-test-run-nginx-sandbox> machine # [ 47.753580] nginx[1142]: nginx: [alert] detected a LuaJIT version which is not OpenResty's; many optimizations will be disabled and performance will be compromised (see https://github.com/openresty/luajit2 for OpenResty's LuaJIT or, even better, consider using the OpenResty releases from https://openresty.org/en/download.html) vm-test-run-nginx-sandbox> machine # [ 47.756064] nginx[1142]: nginx: [alert] failed to load the 'resty.core' module (https://github.com/openresty/lua-resty-core); ensure you are using an OpenResty release from https://openresty.org/en/download.html (reason: module 'resty.core' not found: vm-test-run-nginx-sandbox> machine # [ 57.911766] systemd[1]: Failed to start Nginx Web Server. ```
* | | | | | | | privacyidea: removeMaximilian Bosch2023-10-31
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Related to #262907 (Django3 removal from nixpkgs). This package already required an unreasonable amount of maintenance regularly for a such small leaf-package. It has a few highly outdated dependencies (e.g. flask 1, jinja2 2.11, sqlalchemy 1.3). After at least each Python package-set update one had to fix up a lot of dependencies to fix the package itself, so it was only useful on stable branches. And having so much outdated software in a security-sensitive piece of software seems questionable. Finally, globin and I won't be available for maintaining this now that Mayflower is migrating to another solution (and we'll do that as well) and I'd expect this to bitrot extremely quick if we both bail out.
* | | | | | | Merge pull request #264084 from kirillrdy/freetubeOTABI Tomoya2023-10-31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | freetube: fix build, use latest electron
| * | | | | | | freetube: add testKirill Radzikhovskyy2023-10-31
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | This change fixes ofborg eval error
* | | | | | | livebook: add systemd user service, test, and docsAlexandru Scvortov2023-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Yt <happysalada@tuta.io>
* | | | | | | Merge pull request #264250 from Ma27/rm-postgres-11Mario Rodas2023-10-30
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | postgresql_11: remove
| * | | | | | nixos/postgresql: remove postgresql_11-backup-all testMaximilian Bosch2023-10-30
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I don't really understand why this is only for a single version, so I figured I'd just add this to the test matrix to also cover this test-case for each major. Now, there's also one thing less to take care of when removing old postgresql versions.
* | | | | | Merge pull request #227633 from ↵K9002023-10-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ElvishJerricco/systemd-stage-1-fix-initrd-commands Systemd stage 1 assert initrd commands are empty
| * | | | | | systemd-stage-1: Add assertions for unsupported options.Will Fancher2023-10-30
| |/ / / / /
* | | | | | Merge pull request #264260 from bobby285271/upd/xfceBobby Rong2023-10-30
|\ \ \ \ \ \ | |/ / / / / |/| | | | | nixosTests.xfce: Check if any coredumps are found
| * | | | | nixosTests.xfce: Check if any coredumps are foundBobby Rong2023-10-30
| | | | | | | | | | | | | | | | | | | | | | | | Adds a regression test for https://gitlab.xfce.org/xfce/xfconf/-/issues/35.
* | | | | | Merge pull request #245855 from rnhmjoj/pr-sslhMichele Guerini Rocco2023-10-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/sslh: update and refactor for RFC42