summaryrefslogtreecommitdiff
path: root/caddyconfig/caddyfile/parse_test.go
AgeCommit message (Expand)Author
2023-08-04caddyfile: check that matched key is not a substring of the replacement key (...WeidiDeng
2023-04-20caddyfile: Stricter parsing, error for brace on new line (#5505)Francis Lavoie
2023-02-16caddyfile: Implement variadics for import args placeholders (#5249)WeidiDeng
2023-01-21httpcaddyfile: Warn on importing empty file; skip dotfiles (#5320)Y.Horie
2023-01-17chore: Fix caddyfile.replaceEnvVars return (#5311)Y.Horie
2022-04-21Make file modes consistentMatthew Holt
2022-03-23caddyfile: Prevent bad block opening tokens (#4655)Francis Lavoie
2021-09-29Move from deprecated ioutil to os and io packages (#4364)KallyDev
2021-09-16Make copyright notice more consistentMatthew Holt
2021-05-12caddyfile: Add parse error on site address with trailing `{` (#4163)Francis Lavoie
2021-04-09caddyfile: reject cyclic imports (#4022)Mohammed Al Sahaf
2020-11-23caddyfile: Add support for env var defaults; add tests (#3682)Francis Lavoie
2020-06-01caddyfile: Add args on imports (#3423)Francis Lavoie
2020-04-06tests: Remove noisy logsMatthew Holt
2020-04-01caddyfile: Export NewTestDispenser() (close #2930)Matthew Holt
2020-02-27Fix typos (#3087)Success Go
2020-01-09caddyfile: fix replacing variables on imported files (#2970)Mark Sargent
2020-01-09caddyfile: Preprocess env vars in {$THIS} format (#2963)Mark Sargent
2019-09-16httpcaddyfile: static_response -> respond; minor cleanupsMatthew Holt
2019-08-21Clean up Dispenser and filename handling a bitMatthew Holt
2019-08-21Refactor Caddyfile adapter and module registrationMatthew Holt
2019-08-09Implement config adapters and beginning of Caddyfile adapterMatthew Holt