about summary refs log tree commit diff
path: root/nixos/tests/caddy.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-04-21maintainers: remove KamilaBorowskaKamila Borowska1-1/+1
2023-12-06nixos/caddy: Use caddyfile adapter by default when explicitly specifying ↵sohalt1-0/+15
configFile
2023-08-23Merge pull request #244626 from Sohalt/caddy-rfc42Emily1-0/+22
nixos/caddy: Add rfc42 settings option
2023-08-22nixos/caddy: Add rfc42 settings optionsohalt1-0/+22
2023-08-07nixosTests.caddy: remove etag subtestemilylange1-44/+0
Caddy 2.7.x does no longer return etags for files with unix modtimes of 0 and 1. Files in /nix/store have a modtime of 1. This is something that has been specifically implemented for nix. For now, we decided to remove the test. But I might reimplement a similar etag subtest some time in the future.
2023-07-04nixos/caddy: add support for reloadSylvain Fankhauser1-3/+6
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