about summary refs log tree commit diff
path: root/nixos/tests/caddy.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-06-11nixos/tests: fix type mismatch in wait_for_open_portrnhmjoj1-4/+4
Fix some fallout from de3e423 (PR #171280).
2022-03-18nixos/tests: fix some evaluation errorsNaïm Favier1-3/+3
Fixes errors caught by "nixos/testing: restrict arguments to makeTest" as well as some unrelated errors and warnings.
2021-09-01caddy: build with default go and fix testsNick Cao1-47/+48
2021-08-20caddy: add virtualHosts stubhappysalada1-37/+52
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-11-17maintainers: rename filalex77 -> Br1ght0neOleksii Filonenko1-1/+1
2020-10-25nixos/tests/caddy: Use curl --failScott Worley1-2/+4
2020-09-08caddy: address remaining MR comments for v2Sylvain Fankhauser1-2/+6
2020-09-05nixosTests.caddy: update to v2Oleksii Filonenko1-5/+5
- Update configuration syntax - Add filalex77 as a maintainer
2020-04-12specialisation: replace nesting with named configurationsGraham Christensen1-23/+21
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-11-07nixos/caddy: port test to pythonMarijan1-26/+31
2019-10-09nixos/caddy: add tests (#70778)Konrad Borowski1-0/+82