about summary refs log tree commit diff
path: root/nixos/tests
AgeCommit message (Collapse)AuthorFilesLines
2020-11-19Merge pull request #96371 from asdf8dfafjk/fcitx_commitRobert Hensing4-0/+159
fcitx: Add test (Unicode input, table input, m17n)
2020-11-18nixos/telegraf: fix testJörg Thalheim1-2/+2
2020-11-17Merge pull request #104018 from NeQuissimus/xterm_updateTim Steinbach2-0/+24
xterm: 353 -> 362, add test, add update script
2020-11-17Merge pull request #103988 from NeQuissimus/nano_updateTim Steinbach2-0/+45
nano: Update script, test
2020-11-17maintainers: rename filalex77 -> Br1ght0neOleksii Filonenko2-2/+2
2020-11-16xterm: Add testTim Steinbach2-0/+24
2020-11-16nano: Add testTim Steinbach2-0/+45
2020-11-14nixos/telegraf: allow multiple env filesJörg Thalheim1-2/+2
2020-11-14nixos/telegraf: switch to setting typesJörg Thalheim1-1/+4
This allows to split up configuration into multiple modules
2020-11-12postfix: add passthru testsMartin Weinelt1-3/+3
2020-11-12nixos/tests/postfix: migrate test to use tlsTrustedAuthoritiesMartin Weinelt1-1/+1
Fixes: 632104e ("postfix: deprecated `sslCACert` in favour of `tlsTrustedAuthorities`")
2020-11-11nixos/tests/zfs: Test boot.zfs.forceImportAllSarah Brofeldt1-1/+34
2020-11-11sbt-extras: Add testTim Steinbach2-0/+17
2020-11-10nixos/promtail: fix access to journalJörg Thalheim1-0/+2
2020-11-09fwupd: 1.4.6 → 1.5.1Jan Tojnar1-1/+1
* https://github.com/fwupd/fwupd/releases/tag/1.5.0 * https://github.com/fwupd/fwupd/releases/tag/1.5.1 * The changelog mentions removed dependency on efivar but we still need the package because it also contains efiboot required dependency. https://github.com/fwupd/fwupd/pull/2485 * Blacklist options were renamed. * Test firmware was moved to a separate repo. We need to install it or some tests will be skipped. https://github.com/fwupd/fwupd/pull/2330 * Initially, there was an option to configure dbx but in the end, it was removed in favour of bespoke dbxtool. https://github.com/fwupd/fwupd/pull/2061, https://github.com/fwupd/fwupd/pull/2318, https://github.com/fwupd/fwupd/pull/2329 * Fwupd now checks hashes of plug-ins and will complain loudly that it is tainted when “invalid” plug-in is loaded (during testing). * Installed tests complain about not being able to access cdn, even though we are not setting CI_NETWORK env var. We need a patch to fix that.
2020-11-09Merge master into staging-nextFrederik Rietdijk4-0/+372
2020-11-08Merge pull request #101218 from andir/unbound-systemdNinjatrappeur2-0/+279
2020-11-06nar-serve: init at 0.3.0 (#95420)Andika Demas Riyandi2-0/+49
* nar-serve: init at 0.3.0 * nixos/nar-serve: add new module Co-authored-by: zimbatm <zimbatm@zimbatm.com>
2020-11-06Merge pull request #94673 from justinas/prom-sql-exporterMaximilian Bosch1-0/+44
prometheus-sql-exporter: init at 0.3.0
2020-11-06nixos/prometheus-exporters: fix `sql` testMaximilian Bosch1-1/+1
2020-11-06nixos/prometheus-sql-exporter: new moduleJustinas Stankevicius1-0/+44
2020-11-06Merge master into staging-nextFrederik Rietdijk3-0/+53
2020-11-05scala: Refactor, add testsTim Steinbach2-0/+34
Abstract over Scala derivation, add tests for individual versions
2020-11-05Merge pull request #102850 from NeQuissimus/oh-my-zsh_updateTim Steinbach2-0/+19
oh-my-zsh: Update script, test
2020-11-05Merge branch 'master' into staging-nextJan Tojnar3-1/+21
2020-11-04oh-my-zsh: Add testTim Steinbach2-0/+19
2020-11-04Merge pull request #102817 from NeQuissimus/ammonite_updateTim Steinbach2-1/+2
ammonite: Add test reference, update script
2020-11-04ammonite: Add test reference, update scriptTim Steinbach2-1/+2
2020-11-04Merge pull request #102642 from NeQuissimus/sbt_1_4_2Tim Steinbach2-0/+19
SBT: Add test, update script, 1.4.0 -> 1.4.2
2020-11-04sbt: Add testTim Steinbach2-0/+19
2020-11-04Merge staging-next into stagingFrederik Rietdijk4-9/+171
2020-11-04Merge pull request #102530 from Ma27/fix-initrd-network-ssh-testMaximilian Bosch1-0/+4
nixos/initrd-network-ssh: fix test
2020-11-03nixos/unbound: add option to configure the local control socket pathAndreas Rammhold1-15/+35
This option allows users to specify a local UNIX control socket to "remote control" the daemon. System users, that should be permitted to access the daemon, must be in the `unbound` group in order to access the socket. When a socket path is configured we are also creating the required group. Currently this only supports the UNIX socket mode while unbound actually supports more advanced types. Users are still able to configure more complex scenarios via the `extraConfig` attribute. When this option is set to `null` (the default) it doesn't affect the system configuration at all. The unbound defaults for control sockets apply and no additional groups are created.
2020-11-03nixos/tests/unbound: add test to verify control sockets workAndreas Rammhold1-0/+11
2020-11-03nixos/tests/unbound: initAndreas Rammhold2-0/+248
2020-11-03Merge pull request #99906 from talyz/keycloakKim Lindberger2-0/+145
nixos/keycloak: Init
2020-11-03nixos/promtail: Add a promtail moduleJanne Heß1-9/+22
2020-11-03Merge staging-next into stagingFrederik Rietdijk3-1/+48
2020-11-02nixos/initrd-network-ssh: fix testMaximilian Bosch1-0/+4
The test relied on moving `initrd` secrets from the store into the `initrd` which was fine here as it's only an integration test and not a production environment. However, this broke in 20.09 when support for this was dropped[1]. To make sure that the snakeoil key used as hostkey for `sshd` here actually gets copied into the VM, I added a small script for this that takes care of this process while building the initial ramdisk. [1] d930466b7728e5515991cb73c060fc3f32bdc001
2020-11-02Merge pull request #101192 from grahamc/nixpkgs-location-basic-authGraham Christensen2-0/+48
nginx: support basic auth in location blocks
2020-11-02nginx: test basic authGraham Christensen2-0/+48
2020-11-02nixos.tests.systemd-journal: add basic systemd-journal-gatewayd testAntoine Eiche2-0/+21
This test allows to ensure the systemd-journal-gatewayd service is responding correcly when the NixOS option `enableHttpGateway` is set. The test has not been added into the main systemd test because a graphical stack is not required (and rebuilding the graphical stack on systemd change is huge).
2020-11-01nixos/tests/prometheus: remove invalid thanos config flagAndreas Rammhold1-1/+0
Upstream has apparently changed the configuration format and is now throwing an error when the `encrypt_sse` option is set. According to the current version of the documentation encryption moved to the `sse_config` option that (is optional and) offers all the features we do not use or care about for this test.
2020-11-01Merge staging-next into stagingFrederik Rietdijk1-6/+85
2020-10-31nixos/tests/firefox: add audio subtestrnhmjoj1-6/+85
2020-10-29nixos/keycloak: Add support for MySQL and external DBs with SSLtalyz2-9/+14
- Add support for using MySQL as an option to PostgreSQL. - Enable connecting to external DBs with SSL - Add a database port config option
2020-10-29nixos/keycloak: Add testtalyz2-0/+140
2020-10-28Merge branch 'staging-next' into stagingVladimír Čunát8-32/+148
2020-10-28Merge pull request #101370 from m1cr0man/ssl-test-certsLinus Heckemann8-32/+148
nixos/acme: Permissions and tests fixes
2020-10-28Merge branch master into staging to fix eval errorAndreas Rammhold46-71/+76
This fixes the eval error of the small (and "big"?) NixOS test set that was fixed in 1088f05 & eba8f542.