about summary refs log tree commit diff
path: root/nixos/tests
Commit message (Collapse)AuthorAge
* 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
* | | Merge pull request #33331 from cransom/netdata-moduleJörg Thalheim2018-01-19
|\ \ \ | | | | | | | | netdata service: fix permissions for apps.plugin
| * | | netdata service: fix permissions for apps.pluginCasey Ransom2018-01-02
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apps.plugin requires capabilities for full process monitoring. with 1.9.0, netdata allows multiple directories to search for plugins and the setuid directory can be specified here. the module is backwards compatible with older configs. a test is included that verifies data gathering for the elevated privileges. one additional attribute is added to make configuration more generic than including configuration in string form.
* | / sudo: define extra rules in Nix language (#33905)Leon Schuermann2018-01-17
| |/ |/|
* | Merge pull request #32822 from LumiGuide/elk6Sarah Brofeldt2018-01-14
|\ \ | | | | | | ELK: 5.6.1 -> 5.6.5 & add ELK 6.1.0
| * | elk: add elasticsearch6, logstash6, kibana6 and the beats at v6.1.0Bas van Dijk2018-01-02
| |/ | | | | | | | | | | | | This change is backwards compatible since the ELK tools at version 5.x remain unchanged. The test suite now both tests ELK-5 and ELK-6.
* | Merge pull request #33755 from srhb/keymap-test-disable-xterm-dmJörg Thalheim2018-01-13
|\ \ | | | | | | nixos/tests/keymap: disable xterm DM
| * | nixos/tests/keymap: disable xterm DMSarah Brofeldt2018-01-11
| | |
* | | Revert "nixos/dnscrypt-proxy: remove"rnhmjoj2018-01-08
|/ / | | | | | | | | This reverts commit 5dc2853981b6e9287668dd17477375adfeb60ebf. The project has a new maintainer.
* / nixos/dnscrypt-proxy: removeJoachim Fasting2018-01-07
|/ | | | | | The upstream project ceased. See https://github.com/NixOS/nixpkgs/issues/33540
* beegfs: init at 6.17Markus Kowalewski2017-12-31
| | | | package, kernel module, nixos module, and nixos test
* nixos/tests/virtualbox: remove mknod /dev/vda1 callFlorian Klink2017-12-23
| | | | | | | With devtmpfs introduced in 0d27df280f7ed502bba65e2ea13469069f9b275a it is created automatically. See https://github.com/NixOS/nixpkgs/pull/32983#issuecomment-353703083
* Merge pull request #32637 from makefu/pkgs/openstack/nukeJörg Thalheim2017-12-15
|\ | | | | nuke openstack (again)
| * glance: ripmakefu2017-12-15
| | | | | | | | part of openstack cleanup
| * keystone: ripmakefu2017-12-15
| | | | | | | | part of openstack cleanup
* | nixos/tests/jenkins: check if jenkins is availableFranz Pletz2017-12-14
|/
* nixos/tests: correct comment in radicale.nix (#32574)Linus Heckemann2017-12-11
| | | | The secrets are in fact also stored unhashed, as part of the .drv file which produces the htpasswd.
* cups: 2.2.2 -> 2.2.6Peter Hoeg2017-12-07
|
* services.statsd: add simple testMaximilian Bosch2017-12-04
|