summary refs log tree commit diff
path: root/nixos/release.nix
Commit message (Collapse)AuthorAge
* Merge pull request #35065 from jtojnar/fwupd-1.0.5Jan Tojnar2018-02-23
|\ | | | | fwupd: 1.0.5 update & cleanups
| * Revert "nixos tests: disable fwupd for now"Jan Tojnar2018-02-22
| | | | | | | | This reverts commit 11fc2bad56bb6464b161f5ce911511a0137cfe2c.
* | rabbitmq: 3.6.10 -> 3.6.15 (and various improvements)Profpatsch2018-02-22
| | | | | | | | | | | | | | | | | | | | - split outputs (doc, man, out) - a new runtime dependency on getconf - fix up SCRIPTS_DIR in wrapper - clean output folder of stray doc files - add license & maintainer Tested with `nixos/tests/rabbitmq.nix`, inside a docker image and manually.
* | 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
| |/
* | release: only run novacomd test on x86_64-linuxWill Dietz2018-02-20
| | | | | | | | | | | | | | | | | | novacom and novacomd build on aarch64, but the daemon fails to start with something like: novacomd[547]: unhandled level 2 translation fault (11) at 0x00000000, esr 0x92000046 So, uh, nevermind that then.
* | nixos/release: Add novacomdWill Dietz2018-02-20
| | | | | | | | | | | | | | | | | | This is unlikely to break and is a cheap test. I'd like to be notified if it stops working. If this ever blocks anything and I've been notified you have my blessing to remove this as I doubt many folks depend on it.
* | nixos: rename config.system.nixos* -> config.system.nixos.*Jan Malakhovski2018-02-18
|/
* nixos tests: disable fwupd for nowVladimír Čunát2018-02-16
| | | | See https://github.com/NixOS/nixpkgs/pull/32751/files#r168736256
* 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
| |
* | nixos/release*.nix: Clean nixpkgs sources by defaultRobert Hensing2018-02-09
| | | | | | | | | | | | | | | | | | | | | | Currently, when building NixOS from a git clone, Nix has to copy the entire repo at >1GB into the store by default. That is not necessary and causes a dumping large path message. If you need the old behaviour for some reason, you will have to specify it by passing the path to your repo explicitly as the nixpkgs argument like this: --arg nixpkgs '{outPath = ./.; revCount = 56789; shortRev = "gfedcba"; }'
* | Merge pull request #34562 from griff/rspamd-workersAndreas Rammhold2018-02-09
|\ \ | | | | | | nixos/rspamd: worker configuration, socket activation and tests
| * | nixos/tests: add basic tests for services.rspamdBrian Olsen2018-02-03
| | |
* | | nixos/tests: add matrix-synapse testDavid McFarland2018-02-04
|/ /
* | home-assistant: add NixOS testRobert Schütz2018-01-31
| |
* | 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/release.nix: Use callSubTestsOnTheseSystems for ec2 testsTuomas Tynkkynen2018-01-23
| |
* | nixos/release.nix: Introduce callSubTestsOnTheseSystemsTuomas Tynkkynen2018-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The existing callSubTests seems to already have special-cased code to allow enabling subtests on a single specific system by looking at the `system` attribute in the test arguments. Replace it with a new version similar to the callTestOnTheseSystems because: - It's consistent with the existing functions for creating system-specific tests (though admittedly, the callSubTests special case for `system` predates them) - This approach allows limiting to multiple system types, the previous one inherently allows only one system type. - This also fixes the problem that if you pass in e.g. supportedSystems = [ "aarch64-linux" ], you end up with a tests.chromium job that silently runs on x86_64-linux. - Finally, this causes renames of the jobs like: tests.chromium -> tests.chromium.x86_64-linux to be consistent with the rest of the tests.
* | 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.
* | nixos/release.nix: More refactoring for multi-archTuomas Tynkkynen2018-01-19
| | | | | | | | | | | | | | | | | | | | | | Currently, even if you pass supportedSystems = [ "aarch64-linux" ] you end up with e.g. `nixos.tests.docker` which actually silently runs on x86_64-linux. Using the new callTestOnTheseSystems fixes that. As a side-effect, this also causes a rename of `nixos.tests.docker` -> `nixos.tests.docker.x86_64-linux`, which is IMHO a good thing since it's makes them consistent with the rest of the tests.
* | nixos/release.nix: Add preferLocalBuild to makeNetboot resultTuomas Tynkkynen2018-01-19
| |
* | nixos/release.nix: Clean some syntaxTuomas Tynkkynen2018-01-19
| |
* | sudo: define extra rules in Nix language (#33905)Leon Schuermann2018-01-17
| |
* | nixos/release.nix: Use forTheseSystems from release-libTuomas Tynkkynen2018-01-16
| | | | | | | | | | | | | | | | Currently, even if you pass `supportedSystems = [ "aarch64-linux" ]` you end up with e.g. `nixos.iso_graphical.x86_64-linux` job. Using forTheseSystems from release-lib avoids that. This shouldn't affect the usual x86 trunk-combined jobset.
* | nixos/release.nix: Move forAllSystems to release-libTuomas Tynkkynen2018-01-16
| | | | | | | | | | There's already a similar forTheseSystems in release-lib, so be more consistent.
* | 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.
* beegfs: init at 6.17Markus Kowalewski2017-12-31
| | | | package, kernel module, nixos module, and nixos test
* glance: ripmakefu2017-12-15
| | | | part of openstack cleanup
* keystone: ripmakefu2017-12-15
| | | | part of openstack cleanup
* Netboot: Add aarch64Graham Christensen2017-12-11
|
* 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
* | Merge pull request #31805 from gleber/make-switch-to-configuration-pureobadz2017-11-19
|\ \ | | | | | | nixos/system: make switch-to-configuration script pure
| * | nixos/release: add nixos/tests/switch-test.nix to tested jobGleb Peregud2017-11-19
| | |
* | | Merge pull request #31569 from gleber/add-mutable-users-testFranz Pletz2017-11-19
|\ \ \ | | | | | | | | nixos/tests: add a test for config.users.mutableUsers.
| * | | nixos/release: include mutableUsers test to release tests.Gleb Peregud2017-11-19
| |/ /
* | | nixos/tests: add couchdb testFranz Pletz2017-11-19
| | |