summaryrefslogtreecommitdiff
path: root/caddytest/caddytest.go
AgeCommit message (Expand)Author
2023-08-14ci: use gci linter (#5708)Jacob Gadikian
2023-08-07ci: Use gofumpt to format code (#5707)Jacob Gadikian
2022-12-05caddytest: internalize init config into '.go' file (#5230)Mohammed Al Sahaf
2022-10-27caddytest: Increased sleep between retries to reduce flakey tests in CI (#5160)Benjamin Chalmers
2022-10-05caddytest: Revise sleep durationsMatthew Holt
2022-09-24ci: fix integration tests (#5079)Mohammed Al Sahaf
2022-09-19caddyhttp: Honor grace period in background (#5043)Matt Holt
2022-09-13httpcaddyfile: Fix sorting of repeated directivesMatthew Holt
2022-08-02chore: Bump up to Go 1.19, minimum 1.18 (#4925)Francis Lavoie
2021-09-29Move from deprecated ioutil to os and io packages (#4364)KallyDev
2021-02-05ci: deflake integration tests (#3966)Mohammed Al Sahaf
2021-01-19caddytest: Update Caddyfile tests for formatting, HTTP-only blocksMatthew Holt
2021-01-13tests: use actual admin port value in error message (#3973)Sven Dowideit
2021-01-04caddyfile: Introduce basic linting and fmt check (#3923)Matt Holt
2020-12-10caddyhttp: Clean up internal auto-HTTPS redirect codeMatthew Holt
2020-11-22ci: Use golangci's github action for linting (#3794)Dave Henderson
2020-10-02map: Reimplement; multiple outputs; optimizeMatthew Holt
2020-05-14caddytest: Refactor Caddyfile adapt tests to separate files (#3398)Francis Lavoie
2020-05-10fix testharness, dumps the current config, only if the config was successfull...Mark Sargent
2020-05-02expose caddytest timeouts (#3329)Mark Sargent
2020-04-27refactored caddytest helpers (#3285)Mark Sargent
2020-04-08chore: make the linter happier (#3245)Mohammed Al Sahaf
2020-04-03chore: add adapt tests. fix load failure not failing tests (#3222)Mark Sargent
2020-03-25ci: exclude integration tests for now (#3188)Mark Sargent
2020-03-23report error on failed location response (#3184)Mark Sargent
2020-03-22ci: test local CA and update SNI tests (#3145)Mark Sargent
2020-03-17caddyhttp: Add default SNI tests (#3146)Mark Sargent
2020-03-13caddyhttp: Fix default SNI for default conn policy (#3141)Mark Sargent