summary refs log tree commit diff
path: root/nixos/release.nix
Commit message (Collapse)AuthorAge
* solr: 4.10.3 -> 7.5.0, refactor service to reflect major changes in version ↵Aaron Andersen2018-11-03
| | | | bump, NixOS test included
* Merge pull request #49658 from mayflower/gitlab-refactorFlorian Klink2018-11-03
|\ | | | | gitlab: refactor and fix test
| * gitlab: refactor and fix testRobin Gloster2018-11-02
| |
* | nixos/dockerPreloader: preload docker images (#49379)lewo2018-11-03
|/ | | | | | | | | | | | | | | | | | | | | | | This module permits to preload Docker image in a VM in order to reduce OIs on file copies. This module has to be only used in testing environments, when the test requires several Docker images such as in Kubernetes tests. In this case, `virtualisation.dockerPreloader.images` can replace the `services.kubernetes.kubelet.seedDockerImages` options. The idea is to populate the /var/lib/docker directory by mounting qcow files (we uses qcow file to avoid permission issues) that contain images. For each image specified in config.virtualisation.dockerPreloader.images: 1. The image is loaded by Docker in a VM 2. The resulting /var/lib/docker is written to a QCOW file This set of QCOW files can then be used to populate the /var/lib/docker: 1. Each QCOW is mounted in the VM 2. Symlink are created from these mount points to /var/lib/docker 3. A /var/lib/docker/image/overlay2/repositories.json file is generated 4. The docker daemon is started.
* postgresql*: use underscores in version numbersAlyssa Ross2018-10-30
|
* nixos/rsyslogd & nixos/syslog-ng: fix broken module (#47306)aanderse2018-10-27
| | | | | | | | * journald: forward message to syslog by default if a syslog implementation is installed * added a test to ensure rsyslog is receiving messages when expected * added rsyslogd tests to release.nix
* buildbot: add Python 3 supportBen Wolsieffer2018-10-11
|
* Merge pull request #48189 from aanderse/redmineMichael Raskin2018-10-11
|\ | | | | redmine: refactor, cleanup, bug fix, and add functionality
| * added test to nixos/release.nix so it will be run on hydraAaron Andersen2018-10-10
| |
* | nixos/tests: add test for prometheus exportersWilliButz2018-10-08
|/
* Merge pull request #46443 from bobvanderlinden/pr-test-upnpMatthew Bauer2018-10-05
|\ | | | | Miniupnpd and bittorrent improvements
| * tests: upnp: init test for upnp using miniupnpd / miniupnpcBob van der Linden2018-09-15
| |
* | Merge pull request #47159 from eqyiel/nextcloudJörg Thalheim2018-10-03
|\ \ | | | | | | nextcloud module: init
| * | nixos/nextcloud: initFranz Pletz2018-10-01
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de> Co-authored-by: Robin Gloster <mail@glob.in> Co-authored-by: Janne Heß <janne@hess.ooo> Co-authored-by: Florian Klink <flokli@flokli.de>
* | | Merge pull request #46400 from oxij/nixos/release-configxeji2018-09-30
|\ \ \ | |/ / |/| | nixos: release.nix: add `configuration` parameter
| * | nixos/release.nix: add `configuration` parameterJan Malakhovski2018-09-08
| | |
| * | nixos/release.nix: import lib onceJan Malakhovski2018-09-08
| | |
| * | nixos/release.nix: make `makeNetboot` more like `makeIso`Jan Malakhovski2018-09-08
| |/
* | nixos: doc: rename `manual` to `manualHTML`, cleanup referencesJan Malakhovski2018-09-23
| | | | | | | | | | | | Because when I see "config.system.build.manual.manual" after I forgot what it means I ask "Why do I need that second `.manual` there again?". Doesn't happen with `config.system.build.manual.manualHTML`.
* | nixos/release.nix: run test for pgjwt (#47181)WilliButz2018-09-22
| |
* | nixos/release.nix: disable tests.ec2-config (#46830)xeji2018-09-18
| | | | | | | | | | This test doesn't work in a sandbox and never succeeded on Hydra. It simulates an EC2 instance reconfiguring itself at runtime, which needs network access.
* | nixos/tests: add test for codimdWilliButz2018-09-17
|/
* statsd: mark broken, disable nixos test (#46097)xeji2018-09-05
| | | | | It's broken with node v8 and the upstream project is dead (last commit Nov. 2016), see #45946 and https://github.com/etsy/statsd/issues/646
* kernel: Remove CopperheadTim Steinbach2018-09-03
| | | | The patches are unmaintained and suggest a false sense of security
* nixos/release.nix: disable blivet test (#45931)xeji2018-09-02
| | | | | - has been broken since 2017-07-24 - no attempts to fix it - it tests an outdated blivet version (Oct 2014)
* nixos/tests/bcachefs: initOkina Matara2018-08-31
|
* systemd: ensure fsck Requires/After links are created in mount unitsMatt McHenry2018-08-28
| | | | | | | systemd-fsck-generator only produces these lines if it can find the necessary fsck executable in its PATH. fixes #29139.
* treewide: Purge `stdenv.platform` and top-level `platform`John Ericson2018-08-20
| | | | Progress towards #27069
* Merge pull request #44556 from johanot/certmgr-module-initSilvan Mosberger2018-08-10
|\ | | | | nixos/certmgr: init
| * nixos/certmgr: initJohan Thomsen2018-08-10
| |
* | nixos/release.nix: add docker-registry testRobin Gloster2018-08-06
|/
* Merge pull request #44127 from johanot/nixos-cfsslSilvan Mosberger2018-08-03
|\ | | | | nixos/cfssl: Add new module for cfssl
| * nixos/cfssl: initJohan Thomsen2018-08-03
| | | | | | | | | | | | | | - based on module originally written by @srhb - complies with available options in cfssl v1.3.2 - uid and gid 299 reserved in ids.nix - added simple nixos test case
* | Merge pull request #44089 from lheckemann/netboot-channel-v2Matthew Bauer2018-07-30
|\ \ | | | | | | nixos/release: use real paths of netboot files
| * | nixos/release: use real paths of netboot filesLinus Heckemann2018-07-25
| |/
* / Revert "nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1"Tuomas Tynkkynen2018-07-28
|/ | | | | | | | | | | This reverts commit 095fe5b43def40279a243e663c662b02caac5318. Pointless renames considered harmful. All they do is force people to spend extra work updating their configs for no benefit, and hindering the ability to switch between unstable and stable versions of NixOS. Like, what was the value of having the "nixos." there? I mean, by definition anything in a NixOS module has something to do with NixOS...
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* Merge pull request #42118 from emmanuelrosa/mpd-nixos-testsSilvan Mosberger2018-07-04
|\ | | | | mpd: add NixOS tests
| * mpd: add NixOS testsEmmanuel Rosa2018-06-19
| | | | | | | | | | | | | | | | | | | | | | | | This change adds NixOS tests for the MPD (Music Player Daemon) module. Tests include: - Playing audio locally using ALSA directly. - Playing audio locally using PulseAudio (backed by ALSA). - Playing audio from an external client. - Rejecting an external client when it's not explicitly allowed (default configuration). refs #41772
* | Merge pull request #41381 from aespinosa/hadoop-modulesMatthew Bauer2018-06-30
|\ \ | | | | | | nixos/hadoop: add hadoop module (hdfs, yarn)
| * | nixos/hadoop: add hadoop module (hdfs, yarn)Allan Espinosa2018-06-29
| | |
* | | Merge pull request #42326 from Ekleog/opensmtpd-testMatthew Bauer2018-06-28
|\ \ \ | |/ / |/| | opensmtpd package and module: add nixos test
| * | opensmtpd package and module: add nixos testLéo Gaspard2018-06-21
| | |
* | | ostree: 2018.4 → 2018.6Jan Tojnar2018-06-24
| | | | | | | | | | | | Update, clean-up dependencies and add installed tests.
* | | nixos/tests/tor: a minimal testJoachim Fasting2018-06-21
| |/ |/| | | | | | | | | | | | | | | | | For now check that the default client config boots. Ideas for the future: - Expand on control via netcat - Configure a circuit of nodes exercise various configs (e.g., check that a client node can access a hidden www service). Needs setting up authoritative directory servers &c.
* | nixos/memcached: added simple set/get testAndreas Rammhold2018-06-09
| | | | | | | | The test ensures that the services comes up and accepts/provides values.
* | Merge pull request #41466 from andir/haproxy-1.8.9Andreas Rammhold2018-06-08
|\ \ | | | | | | Haproxy 1.8.9
| * | nixos/tests; add haproxyAndreas Rammhold2018-06-08
| | |
* | | nixos/tests/hydra: add it in nixos/release.nixAntoine Eiche2018-06-06
|/ /
* | Merge pull request #34886 from leenaars/mortyproxyJoachim F2018-06-02
|\ \ | | | | | | morty: init -> 0.2.0