aboutsummaryrefslogtreecommitdiffhomepage
path: root/statuscake
Commit message (Collapse)AuthorAgeFilesLines
* Update test_tag handling to be a proper list of stringsMat Schaffer2018-07-272-5/+8
|
* Move template interpolation deeper into acceptance testsMat Schaffer2018-02-012-18/+17
| | | | Since it was failing `make test` on travis. Must be a better way to go about this, but I couldn't come up with a better way that defaulting the value to avoid the error when running non-acceptance tests.
* Don't attempt to set or verify values which aren't present in the details ↵Mat Schaffer2018-02-012-28/+5
| | | | | | response The `TestCheckResourceAttr` tests can stay since they rely on the state from the previous apply.
* Switch node locations to a set and consider empty string to be empty setMat Schaffer2018-02-012-11/+17
| | | | Note that we also don't check the individual locations anymore. The key numbers will be randomized and not testing content seems to be the method employed by the AWS provider as well https://github.com/terraform-providers/terraform-provider-aws/blob/81bba6b1f567aed561c6a6a30916504ee0886c68/aws/resource_aws_autoscaling_group_test.go#L404
* Fix status & uptime assertionsMat Schaffer2018-02-011-2/+2
| | | | They were present in the details but the values were different during my testing. Hopefully this proves true for all future testing.
* Remove status codes defaultMat Schaffer2018-02-011-4/+0
| | | | In my testing, the default response was `[""]` and having the default provided cause test assertion failures
* Mark basic_pass sensitiveMat Schaffer2018-02-011-2/+3
| | | | Avoids showing the password in plan output
* Parameterize the contact ID used for acceptance testingMat Schaffer2018-02-012-5/+20
| | | | This allowed me to run acceptance tests on my own account.
* merge changes from https://github.com/DreamItGetIT/statuscake/pull/24 to ↵Andrew N Golovkov2018-01-172-6/+6
| | | | vendor directory
* fix type castsAndrew N Golovkov2018-01-171-3/+15
|
* `status` and `uptime` params is calculatedAndrew N Golovkov2018-01-172-14/+4
|
* update statuscake provider for support all the features from the statuscake ↵Andrew N Golovkov2018-01-172-26/+335
| | | | module
* Transfer statuscake providerJake Champlin2017-06-064-0/+496