summaryrefslogtreecommitdiffstats
path: root/deploy/deployConfig_test.go
AgeCommit message (Collapse)Author
2021-06-14Misc config loading fixesBjørn Erik Pedersen
The main motivation behind this is simplicity and correctnes, but the new small config library is also faster: ``` BenchmarkDefaultConfigProvider/Viper-16 252418 4546 ns/op 2720 B/op 30 allocs/op BenchmarkDefaultConfigProvider/Custom-16 450756 2651 ns/op 1008 B/op 6 allocs/op ``` Fixes #8633 Fixes #8618 Fixes #8630 Updates #8591 Closes #6680 Closes #5192
2020-10-23build: Allow optional "nodeploy" tag to exclude deploy command from binEric Hagman
Fixes #7826
2020-02-27deploy: Implement include/exclude filters for deployRobert van Gent
Fixes #6922
2019-08-12tests: Convert from testify to quicktestBjørn Erik Pedersen
2019-05-31Drop dashes in http header matcher attributes; other changes from code reviewRobert van Gent
2019-05-06deploy: Support configuration of upload orderRobert van Gent
2019-05-06deploy: Support invalidating a CloudFront CDN cacheRobert van Gent
2019-05-03Add a "deploy" commandRobert van Gent