Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix reading of testfix_read_test | Alexandre Garand | 2019-08-09 | 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 | 2 | -0/+15 |
|/ | |||||
* | Merge pull request #34 from jcalonso/fix/contact-group-backwards-compatible | Mat Schaffer | 2019-06-13 | 2 | -7/+57 |
|\ | | | | | Add support back for contact_id and mark it as deprecated | ||||
| * | Add support for contact_id and mark it as deprecated | Juan Carlos Alonso | 2019-06-10 | 2 | -7/+57 |
| | | | | | | | | This makes the contact_group change backwards compatible | ||||
* | | Fix acceptance tests | Juan Carlos Alonso | 2019-06-03 | 1 | -0/+3 |
|/ | | | | | | | This was making the acceptance test to fail since it was using the hardcoded contact group in the code which doesn't exist any other account except for the initial developer. https://github.com/ndench/terraform-provider-statuscake/commit/4efdab4181cd2bfd243600def27f70f0580942a3#diff-74acd2515ee5ecd44424d7a31439989eR221 This change now explicitly prompts the user to include the contact group | ||||
* | provider: Require Go 1.11 in TravisCI and README | Alex Pilon | 2019-01-07 | 1 | -2/+2 |
| | | | | | provider: Run go fix provider: Run go fmt | ||||
* | Replace contact_id with contact_group | Mat Schaffer | 2018-07-27 | 2 | -16/+19 |
| | | | | This allows for multiple contacts per test. | ||||
* | Update test_tag handling to be a proper list of strings | Mat Schaffer | 2018-07-27 | 2 | -5/+8 |
| | |||||
* | Move template interpolation deeper into acceptance tests | Mat Schaffer | 2018-02-01 | 2 | -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 Schaffer | 2018-02-01 | 2 | -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 set | Mat Schaffer | 2018-02-01 | 2 | -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 assertions | Mat Schaffer | 2018-02-01 | 1 | -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 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 | ||||
* | Parameterize the contact ID used for acceptance testing | Mat Schaffer | 2018-02-01 | 2 | -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 Golovkov | 2018-01-17 | 2 | -6/+6 |
| | | | | 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 | 2 | -14/+4 |
| | |||||
* | update statuscake provider for support all the features from the statuscake ↵ | Andrew N Golovkov | 2018-01-17 | 2 | -26/+335 |
| | | | | module | ||||
* | Transfer statuscake provider | Jake Champlin | 2017-06-06 | 4 | -0/+496 |