summary refs log tree commit diff
path: root/nixos/tests
Commit message (Collapse)AuthorAge
* cups service: fix client socketsNikolay Amiantov2018-02-23
| | | | | | Use systemd to create the directory for UNIX socket. Also use localhost instead of 127.0.0.1 as is done in default cupsd.conf so that IPv6 is enabled when available.
* Revert "cups service: fix client sockets"Nikolay Amiantov2018-02-23
| | | | This reverts commit cf4c07734364e7e59414f486381360b42a9f88ea.
* cups service: fix client socketsNikolay Amiantov2018-02-23
| | | | | | Use systemd to create the directory for UNIX socket. Also use localhost instead of 127.0.0.1 as is done in default cupsd.conf so that IPv6 is enabled when available.
* Merge pull request #35243 from FRidh/postgisFrederik Rietdijk2018-02-22
|\ | | | | postgis: get rid of composableDerivation
| * postgis: get rid of composableDerivationFrederik Rietdijk2018-02-20
| | | | | | | | | | In this change composableDerivation is removed in favor of stdenv.mkDerivation.
* | nixos.tests.boot-stage1: fix missing libelfVladimír Čunát2018-02-22
| |
* | Merge pull request #35078 from Mic92/powerdnsJörg Thalheim2018-02-20
|\ \ | | | | | | powerdns: 4.0.5 -> 4.1.1
| * | nixos/powerdns: add testJörg Thalheim2018-02-17
| | |
* | | nixos: Add basic test of novacomdWill Dietz2018-02-20
| |/ |/|
* | Merge pull request #27688 from rnhmjoj/routesMichael Raskin2018-02-19
|\ \ | | | | | | nixos/networking-interfaces: make static routes configurable
| * | nixos/tests: rename IP addresses/routes optionsrnhmjoj2018-02-17
| | |
| * | nixos/networking-interfaces: rename IP addresses/routes optionsrnhmjoj2018-02-17
| | |
| * | nixos/tests: add test for static routesrnhmjoj2018-02-17
| |/
* | Merge #35169: nixos/tests: fix ipv6 test failureVladimír Čunát2018-02-19
|\ \
| * | nixos/tests: fix test failure due to preferTempAddress changesrnhmjoj2018-02-19
| | |
* | | Merge pull request #35084 from dotlambda/home-assistantFrederik Rietdijk2018-02-18
|\ \ \ | |/ / |/| | nixos/home-assistant: test MQTT configuration
| * | nixos/home-assistant: test MQTT configurationRobert Schütz2018-02-17
| | |
* | | nixos/tests: fix random failures of privacy testrnhmjoj2018-02-17
| |/ |/|
* | Merge pull request #35048 from nlewo/test.dockerToolsJörg Thalheim2018-02-17
|\ \ | | | | | | nixos.test.dockerTools: add more tests
| * | nixos.test.dockerTools: add more testsAntoine Eiche2018-02-16
| | |
* | | Merge pull request #34492 from rnhmjoj/privacyJoachim F2018-02-17
|\ \ \ | |/ / |/| | nixos/networking-interfaces: add preferTempAddress option
| * | nixos/tests: add test for temporary IPv6 addressesrnhmjoj2018-02-01
| | |
* | | Merge pull request #33954 from kuznero/pr/kubernetesTim Steinbach2018-02-16
|\ \ \ | |_|/ |/| | kubernetes: 1.7.9 -> 1.9.1
| * | nixos/k8s: Enable Node authorizer and NodeRestriction by defaultSarah Brofeldt2018-02-04
| | |
* | | Merge pull request #32751 from jtojnar/fwupd-1.0.2Jan Tojnar2018-02-15
|\ \ \ | | | | | | | | fwupd: 1.0.1 → 1.0.4
| * | | nixos/fwupd: add testJan Tojnar2018-02-15
| | | |
* | | | Merge pull request #34979 from jtojnar/gjs-1.50.4Jan Tojnar2018-02-14
|\ \ \ \ | |/ / / |/| | | gnome3.gjs: 1.50.2 → 1.50.4
| * | | nixos/gjs: add testJan Tojnar2018-02-14
| | | |
* | | | nixos/plotinus: add module to enable plotinusSam Parkinson2018-02-14
|/ / /
* | | nixos/tests: add simple dockerTools testProfpatsch2018-02-14
| | |
* | | nixos/rdma-core: add module for soft RoCE and test (#34607)markuskowa2018-02-10
| | |
* | | Merge pull request #32582 from Ma27/yabar-moduleFranz Pletz2018-02-09
|\ \ \ | | | | | | | | yabar: add module
| * | | yabar: add moduleMaximilian Bosch2018-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To make the configuration of `yabar` more pleasant and easier to validate, a NixOS module will be quite helpful. An example config could look like this: ``` { programs.yabar = { enable = true; bars.top.indicators.exec = "YA_DATE"; }; } ``` The module adds a user-controlled systemd service which runs `yabar` after starting up X.
* | | | nixos/tests: add predictable-interface-names.nix (#34305)symphorien2018-02-09
| | | |
* | | | Merge pull request #34562 from griff/rspamd-workersAndreas Rammhold2018-02-09
|\ \ \ \ | | | | | | | | | | nixos/rspamd: worker configuration, socket activation and tests
| * | | | nixos/rspamd: options for worker configuration and socket activationBrian Olsen2018-02-09
| | | | |
| * | | | nixos/tests: add basic tests for services.rspamdBrian Olsen2018-02-03
| | | | |
* | | | | nixos/tests: add matrix-synapse testDavid McFarland2018-02-04
|/ / / /
* | | | Merge pull request #34494 from dotlambda/home-assistantFrederik Rietdijk2018-02-03
|\ \ \ \ | | | | | | | | | | home-assistant: compute extraComponents from config
| * | | | home-assistant: compute extraComponents from configRobert Schütz2018-02-02
| | | | |
* | | | | nixos/tests/make-test.nix: Fix eval erroraszlig2018-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Regression introduced by 943592f69850fd07dd2422da062b1c1ebc45974d. The lib attribute isn't in scope here, so we need to use pkgs.lib instead for isFunction. Signed-off-by: aszlig <aszlig@nix.build> Cc: @shlevy
* | | | | Merge branch 'dynamic-function-args'Shea Levy2018-02-02
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add setFunctionArgs lib function.Shea Levy2018-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Among other things, this will allow *2nix tools to output plain data while still being composable with the traditional callPackage/.override interfaces.
* | | | | Merge pull request #34442 from rnhmjoj/virtualJörg Thalheim2018-02-01
|\ \ \ \ \ | |_|/ / / |/| | | | Fix virtualType for network-interfaces-scripted
| * | | | nixos/tests: add test for virtual interfacesrnhmjoj2018-01-31
| |/ / /
* | | | Merge pull request #34188 from dotlambda/home-assistantFrederik Rietdijk2018-02-01
|\ \ \ \ | |/ / / |/| | | home-assistant: init at 0.62.1
| * | | home-assistant: add NixOS testRobert Schütz2018-01-31
| | | |
* | | | nixos/tests: Drop unnecessary qemu-flags.nix includeTuomas Tynkkynen2018-01-30
|/ / / | | | | | | | | | None of these files are using anything from there.
* | | nixos/borgbackup: add testJörg Thalheim2018-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We had problems to get borg's own test suite running. This test is intended to perform a quick smoke test to see whether we have missed not any important dependency necessary to create backups with borg. tested with: $ nix-build nixos/release.nix -A tests.borgbackup.x86_64-linux
* | | nixos/tests: Fix statsd test evaluationTuomas Tynkkynen2018-01-26
| | | | | | | | | | | | | | | | | | Fixes: error: anonymous function at nixos/tests/statsd.nix:1:25 called with unexpected argument ‘system’, at nixos/tests/make-test.nix:5:41