Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix reading of test | Alexandre Garand | 2019-08-07 | 1 | -1/+4 |
| | |||||
* | Merge pull request #36 from nauxliu/importer | Mat Schaffer | 2019-06-22 | 1 | -0/+3 |
|\ | | | | | Add importer | ||||
| * | Add importer | Xiangxuan Liu | 2019-06-18 | 1 | -0/+3 |
| | | |||||
* | | Add enable_ssl_alert feature for uptime tests | Ivan Schwarz | 2019-06-14 | 1 | -0/+11 |
|/ | |||||
* | Add support for contact_id and mark it as deprecated | Juan Carlos Alonso | 2019-06-10 | 1 | -6/+26 |
| | | | | This makes the contact_group change backwards compatible | ||||
* | Replace contact_id with contact_group | Mat Schaffer | 2018-07-27 | 1 | -6/+8 |
| | | | | This allows for multiple contacts per test. | ||||
* | Update test_tag handling to be a proper list of strings | Mat Schaffer | 2018-07-27 | 1 | -3/+6 |
| | |||||
* | Don't attempt to set or verify values which aren't present in the details ↵ | Mat Schaffer | 2018-02-01 | 1 | -10/+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 set | Mat Schaffer | 2018-02-01 | 1 | -8/+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 | ||||
* | Remove status codes default | Mat Schaffer | 2018-02-01 | 1 | -4/+0 |
| | | | | In my testing, the default response was `[""]` and having the default provided cause test assertion failures | ||||
* | Mark basic_pass sensitive | Mat Schaffer | 2018-02-01 | 1 | -2/+3 |
| | | | | Avoids showing the password in plan output | ||||
* | merge changes from https://github.com/DreamItGetIT/statuscake/pull/24 to ↵ | Andrew N Golovkov | 2018-01-17 | 1 | -3/+3 |
| | | | | vendor directory | ||||
* | fix type casts | Andrew N Golovkov | 2018-01-17 | 1 | -3/+15 |
| | |||||
* | `status` and `uptime` params is calculated | Andrew N Golovkov | 2018-01-17 | 1 | -8/+4 |
| | |||||
* | update statuscake provider for support all the features from the statuscake ↵ | Andrew N Golovkov | 2018-01-17 | 1 | -22/+236 |
| | | | | module | ||||
* | Transfer statuscake provider | Jake Champlin | 2017-06-06 | 1 | -0/+216 |