aboutsummaryrefslogtreecommitdiffhomepage
path: root/statuscake
Commit message (Collapse)AuthorAgeFilesLines
* fix reading of testfix_read_testAlexandre Garand2019-08-091-1/+4
|
* Merge pull request #36 from nauxliu/importerMat Schaffer2019-06-221-0/+3
|\ | | | | Add importer
| * Add importerXiangxuan Liu2019-06-181-0/+3
| |
* | Add enable_ssl_alert feature for uptime testsIvan Schwarz2019-06-142-0/+15
|/
* Merge pull request #34 from jcalonso/fix/contact-group-backwards-compatibleMat Schaffer2019-06-132-7/+57
|\ | | | | Add support back for contact_id and mark it as deprecated
| * Add support for contact_id and mark it as deprecatedJuan Carlos Alonso2019-06-102-7/+57
| | | | | | | | This makes the contact_group change backwards compatible
* | Fix acceptance testsJuan Carlos Alonso2019-06-031-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 READMEAlex Pilon2019-01-071-2/+2
| | | | | provider: Run go fix provider: Run go fmt
* Replace contact_id with contact_groupMat Schaffer2018-07-272-16/+19
| | | | This allows for multiple contacts per test.
* 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