summary refs log tree commit diff
path: root/nixos/tests
Commit message (Collapse)AuthorAge
...
* | | 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
|
* vault: add nixos testDaiderd Jordan2017-12-04
|
* tests/initrd-network-ssh: Don't build during evaluationTuomas Tynkkynen2017-11-27
| | | | Issue #29774
* Merge pull request #31048 from LumiGuide/fix-owncloudJoachim F2017-11-25
|\ | | | | Fix some but not all errors in owncloud
| * owncloud: fix some but not all errorsBas van Dijk2017-10-31
| | | | | | | | | | | | | | | | | | | | | | * Don't set timezone when it's null * Don't create the postgres role because the postgresqsl service already does that. * Fix documentation * Add a test suite
* | nixos.tests.installer.swraid: increase drive sizeVladimír Čunát2017-11-25
| | | | | | | | | | | | The latest staging caused this test not to fit anymore. I'm all for keeping closure sizes under control, but I don't think *this* is a good place.
* | nixos: run parted with --script option (3rd)Bjørn Forsman2017-11-19
| | | | | | | | | | | | | | Doh, should have included this in previous commit. Ref. 0ff4bb5f875afe8eb208bbabb3f52dc29539d2bc ("nixos: run parted with --script option").
* | nixos: run parted with --script option (2nd)Bjørn Forsman2017-11-19
| | | | | | | | | | Ref. 0ff4bb5f875afe8eb208bbabb3f52dc29539d2bc ("nixos: run parted with --script option")
* | Merge pull request #29269 from Moredread/test_crypt_with_keyfileFranz Pletz2017-11-19
|\ \ | | | | | | Test opening encrypted filesystem with keyfile
| * | Test opening encrypted filesystem with keyfileAndré-Patrick Bubel2017-09-14
| | | | | | | | | | | | | | | Checks for regression of missing cryptsetup, when no luks device without keyfile is configured
* | | Merge pull request #31805 from gleber/make-switch-to-configuration-pureobadz2017-11-19
|\ \ \ | | | | | | | | nixos/system: make switch-to-configuration script pure
| * | | nixos/system: make switch-to-configuration script pure.Gleb Peregud2017-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #28443 Fixed few invocations to `systemctl` to have an absolute path. Additionally add LOCALE_ARCHIVE so that perl stops spewing warning messages.
* | | | Merge pull request #31569 from gleber/add-mutable-users-testFranz Pletz2017-11-19
|\ \ \ \ | | | | | | | | | | nixos/tests: add a test for config.users.mutableUsers.
| * | | | nixos/tests: Add a test for config.users.mutableUsers.Gleb Peregud2017-11-19
| |/ / / | | | | | | | | | | | | It's in preparation to add an assertion for #4990.
* | | | nixos/tests: add couchdb testFranz Pletz2017-11-19
| | | |
* | | | nixos/tests/acme: update terms of service to fix testFranz Pletz2017-11-17
| | | |
* | | | Merge pull request #31753 from mbld/show-ipOrivej Desh2017-11-17
|\ \ \ \ | | | | | | | | | | nixos-container: Make show-ip work together with ipv4 + netmask
| * | | | nixos-container: Modify existing test to cover show-ip commandMartin Bornhold2017-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | Modified the existing test to check that the 'nixos-container show-ip' command can handle ipv4 addresses with submask in CIDR notation.
* | | | | Merge pull request #31618 from adisbladis/zfs-testsOrivej Desh2017-11-16
|\ \ \ \ \ | |/ / / / |/| | | | Add basic ZFS tests
| * | | | Add basic ZFS testsadisbladis2017-11-14
| | | | |
* | | | | nixos/nghttpx: add module for the nghttpx proxy server (#31680)Parnell Springmeyer2017-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nghttpx: Add a new NixOS module for the nghttpx proxy server This change also adds a global `uid` and `gid` for a `nghttpx` user and group as well as an integration test. * nixos/nghttpx: fix building manual
* | | | | nixos installer tests: Add UEFI Grub testTuomas Tynkkynen2017-11-14
|/ / / / | | | | | | | | | | | | Fixed merge conflict. Closes #22923.
* | | | tests/boot-stage1: Fix build of kcanary moduleaszlig2017-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In bfe9c928c18583d3adfb5978a55b48c392649ef5 the default kernel has been updated to version 4.14 and the declarations for allow_signal() and signal_pending() are no longer exposed via kthread.h, so let's actually use the right header files. I've added a condition for kernel 4.10 and upwards to include the linux/sched/signal.h header file, because that got introduced in version 4.10. Even if the declaration would still reside in kthread.h (I haven't checked) for version 4.10 it won't hurt and the compilation will still succeed. Tested against kernel 4.9 and 4.14 and the build now succeeds. Signed-off-by: aszlig <aszlig@nix.build>
* | | | php: Add nixos test to ensure php-pcre works in httpdSarah Brofeldt2017-11-12
|/ / /
* | | nixos/tests/gitlab.nix: Unbreak config, still times outSarah Brofeldt2017-11-06
| | |
* | | Merge pull request #31146 from NeQuissimus/kafka_updatesTim Steinbach2017-11-04
|\ \ \ | | | | | | | | Kafka: Update + Tests
| * | | kafka: Add testsTim Steinbach2017-11-02
| | | |
| * | | zookeeper: Add simple testTim Steinbach2017-11-02
| | |/ | |/|
* / | postage: replaced by pgmanage-10.0.2Bas van Dijk2017-11-03
|/ / | | | | | | | | | | | | | | | | | | | | postage is no longer maintained and has been replaced by the identical pgmanage. See: https://github.com/workflowproducts/postage#postage-has-been-replaced-with-pgmanage The following error is raised when a user enables the deprecated `services.postage.enable` option: Failed assertions: - services.postage is deprecated in favor of pgmanage. They have the same options so just substitute postage for pgmanage.
* | graphite: fix the graphiteApi serviceBas van Dijk2017-10-31
| |
* | nixos/tests/gitolite: Don't build during evaluationTuomas Tynkkynen2017-10-21
| | | | | | | | | | | | | | | | | | | | | | | | Noticed in https://hydra.nixos.org/jobset/nixos/release-17.09#tabs-errors: ```` hydra-eval-jobs returned exit code 1: building path(s) '/nix/store/wxcbjli7m98yymnxrxkf6pigr7a05zad-id_ed25519.pub' building '/nix/store/gyig2d7cry98647h0grfilq26cpc1wy8-id_ed25519.pub.drv'... ```` Issue #29774
* | Merge pull request #30166 from LumiGuide/graphite-1.0.2Peter Simons2017-10-18
|\ \ | | | | | | Fix graphite crash by upgrading from 0.9.15 -> 1.0.2
| * | graphite: 0.9.15 -> 1.0.2Bas van Dijk2017-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #29961 Also added the option: services.graphite.web.extraConfig for configuring graphite_web.