summary refs log tree commit diff
path: root/nixos/tests/proxy.nix
Commit message (Collapse)AuthorAge
* treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl2021-01-10
| | | | | The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
* nixosTests.proxy: Port to pythonJacek Galowicz2020-01-26
|
* nixos/httpd: limit serving web content to virtual hosts, convert ↵Aaron Andersen2019-12-24
| | | | virtualHosts option type from listOf to attrsOf, add ACME integration
* Remove myself as maintainer from packagesFlorian Friesdorf2019-02-22
| | | | I'm currently not maintaining any packages.
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* Make proxy test more robustEelco Dolstra2015-08-31
| | | | http://hydra.nixos.org/build/25322489
* Fix tests that use the Valgrind docsEelco Dolstra2015-08-28
|
* all tests: added meta.maintainers sectionJoachim Schiele2015-07-12
|
* apache-httpd: Make 2.4 the defaultEelco Dolstra2014-11-06
| | | | | The NixOS 14.11 release is a good time to finally make 2.4 the default.
* name nixos tests, close #3078Florian Friesdorf2014-06-28
|
* Make it easier to run the testsEelco Dolstra2014-04-14
| | | | | | | | | | | You can now run a test in the nixos/tests directory directly using nix-build, e.g. $ nix-build '<nixos/tests/login.nix>' -A test This gets rid of having to add the test to nixos/tests/default.nix. (Of course, you still need to add it to nixos/release.nix if you want Hydra to run the test.)
* Fix tests broken due to the firewall being enabled by defaultEelco Dolstra2014-04-11
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10