summary refs log tree commit diff
path: root/nixos/tests
Commit message (Collapse)AuthorAge
* nixosTests.nginx*: review fixesRobin Gloster2019-12-26
| | | | Co-Authored-By: Florian Klink <flokli@flokli.de>
* nixosTests.nginx*: port to pythonRobin Gloster2019-12-26
|
* Merge pull request #73113 from aanderse/httpd-vhostAaron Andersen2019-12-26
|\ | | | | nixos/httpd: support overridable virtual hosts
| * nixos/httpd: limit serving web content to virtual hosts, convert ↵Aaron Andersen2019-12-24
| | | | | | | | virtualHosts option type from listOf to attrsOf, add ACME integration
* | Merge pull request #76410 from nh2/mumble-test-pythonMaximilian Bosch2019-12-26
|\ \ | | | | | | nixosTests.mumble: port to python
| * | nixosTests.mumble: port to pythonNiklas Hambüchen2019-12-24
| | |
* | | net-snmp: split outputs (#76155)Jörg Thalheim2019-12-25
|\ \ \ | |_|/ |/| | net-snmp: split outputs
| * | nixos/keepalived: add testJörg Thalheim2019-12-22
| | |
* | | Merge pull request #76425 from r-ryantm/auto-update/slurmmarkuskowa2019-12-24
|\ \ \ | |_|/ |/| | slurm: 19.05.4.1 -> 19.05.5.1
| * | nixos/slurm: fix perl->python conversion bugMarkus Kowalewski2019-12-24
| | |
* | | Merge pull request #75103 from sternenseemann/spacecookieFlorian Klink2019-12-23
|\ \ \ | | | | | | | | services/spacecookie: init
| * | | nixos/spacecookie: add service module and teststernenseemann2019-12-17
| | | |
* | | | Merge pull request #75047 from kampka/trilium-serverAaron Andersen2019-12-22
|\ \ \ \ | | | | | | | | | | Add trilium server and module
| * | | | trilium: Pin platforms to x86_64 linuxChristian Kampka2019-12-22
| | | | |
| * | | | trilium-server: Add nginx reverse proxy configuration to moduleChristian Kampka2019-12-19
| | | | |
| * | | | trilium-server: Add moduleChristian Kampka2019-12-19
| | |/ / | |/| |
* | | | nixos/tests/hydra: port to pythonMaximilian Bosch2019-12-22
| |_|/ |/| |
* | | Merge pull request #75464 from mmilata/rspamd-python-testMaximilian Bosch2019-12-21
|\ \ \ | | | | | | | | nixosTests.rspamd: port to python
| * | | nixosTests.rspamd: port to pythonMartin Milata2019-12-11
| | | |
* | | | Merge pull request #75703 from kampka/port-tests-3Dmitry Kalinkin2019-12-20
|\ \ \ \ | | | | | | | | | | Port NixOS tests to python
| * | | | nixosTests.mutable-users: Port tests to pythonChristian Kampka2019-12-15
| | | | |
| * | | | nixosTests.mxisd: Port tests to pythonChristian Kampka2019-12-15
| | | | |
| * | | | nixosTests.nesting: Port tests to pythonChristian Kampka2019-12-15
| | | | |
| * | | | nixosTests.nghttpx: Port tests to pythonChristian Kampka2019-12-15
| | | | |
| * | | | nixosTests.novacomd: Port tests to pythonChristian Kampka2019-12-15
| | | | |
| * | | | nixosTests.nzbget: Port tests to pythonChristian Kampka2019-12-15
| | | | |
| * | | | nixosTest.orangefs: Port tests to pythonChristian Kampka2019-12-15
| | | | |
| * | | | nixosTests.osrm-backend: Port tests to pythonChristian Kampka2019-12-15
| | | | |
| * | | | nixosTests.overlayfs: Port tests to pythonChristian Kampka2019-12-15
| | |_|/ | |/| |
* | | | Merge pull request #75721 from kampka/port-tests-networkingFlorian Klink2019-12-19
|\ \ \ \ | | | | | | | | | | nixosTests.networking: Port tests to python
| * | | | nixosTests.networking: Port tests to pythonChristian Kampka2019-12-17
| |/ / /
* | | | Merge pull request #67507 from misuzu/package-3proxyMichael Raskin2019-12-19
|\ \ \ \ | |_|_|/ |/| | | 3proxy: init at 0.8.13
| * | | nixos/3proxy: initmisuzu2019-11-11
| | | |
* | | | Merge master into staging-nextFrederik Rietdijk2019-12-19
|\ \ \ \
| * \ \ \ Merge pull request #53843 from hedning/session-defaultJan Tojnar2019-12-18
| |\ \ \ \ | | | | | | | | | | | | nixos/displayManager: introduce defaultSession
| | * | | | nixos/displayManager: deprecate separate options for default wm/dmJan Tojnar2019-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The upstream session files display managers use have no concept of sessions being composed from desktop manager and window manager. To be able to set upstream session files as default session, we need a single option. Having two different ways to set default session would be confusing, though, so we decided to deprecate the old method. We also created separate script for each session, just like we already had a separate desktop file for each one, and started using displayManager.sessionPackages mechanism to make the session handling more uniform.
| | * | | | nixos/displayManager: introduce defaultSessionTor Hedin Brønner2019-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's two ways of providing graphical sessions now: - `displayManager.session` via. `desktopManager.session` and `windowManager.session` - `displayManager.sessionPackages` `sessionPackages` doesn't make a distinction between desktop and window managers. This makes selecting a session provided by a package using `desktopManager.default` nonsensical. We therefor introduce `displayManager.defaultSession` which can select a session from either `displayManager.session` or `displayManager.sessionPackages`. It will default to `desktopManager.default + windowManager.default` as before. If the dm default is "none" it will select the first provided session from `sessionPackages`.
| * | | | | Merge pull request #75701 from kampka/port-tests-2Dmitry Kalinkin2019-12-17
| |\ \ \ \ \ | | | | | | | | | | | | | | Port NixOS tests to python
| | * | | | | nixosTests.paperless: Port tests to pythonChristian Kampka2019-12-15
| | | | | | |
| | * | | | | nixosTests.pdns-recursor: Port tests not pythonChristian Kampka2019-12-15
| | | | | | |
| | * | | | | nixosTests.peerflix: Port tests to pythonChristian Kampka2019-12-15
| | | | | | |
| | * | | | | nixosTests.pgmanage: Port tests to pythonChristian Kampka2019-12-15
| | | | | | |
| | * | | | | nixosTests.php-pcre: Port tests to pythonChristian Kampka2019-12-15
| | | | | | |
| | * | | | | nixosTests.postgis: Port tests to pythonChristian Kampka2019-12-15
| | | | | | |
| | * | | | | nixosTests.quagga: Port tests to pythonChristian Kampka2019-12-15
| | | | | | |
| | * | | | | nixosTests.sonarr: Port tests to pythonChristian Kampka2019-12-15
| | | | | | |
| | * | | | | nixosTests.switch-test: Port tests to pythonChristian Kampka2019-12-15
| | | | | | |
| | * | | | | nixosTests.systemd-timesyncd: Port tests to pythonChristian Kampka2019-12-15
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #75695 from kampka/port-testsDmitry Kalinkin2019-12-17
| |\ \ \ \ \ | | | | | | | | | | | | | | Port NixOS tests to python
| | * | | | | nixosTests.initrd-network: Port tests to pythonChristian Kampka2019-12-16
| | | | | | |