Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | contact_groups accept listadd_ssl_tests | Alexandre Garand | 2019-07-24 | 1 | -9/+18 |
| | |||||
* | update documentation for the ssl resource | Alexandre Garand | 2019-07-09 | 3 | -1/+87 |
| | |||||
* | update go.mod | Alexandre Garand | 2019-07-01 | 2 | -1/+3 |
| | |||||
* | remove Println used for debug | Alexandre Garand | 2019-07-01 | 1 | -2/+0 |
| | |||||
* | Update go modules dependencies | Alexandre Garand | 2019-06-27 | 3 | -62/+8 |
| | |||||
* | add go-querystring | Alexandre Garand | 2019-06-27 | 8 | -0/+786 |
| | |||||
* | fix test | Alexandre Garand | 2019-06-27 | 1 | -12/+14 |
| | |||||
* | add ssl tests to terraform provider | Alexandre Garand | 2019-06-27 | 4 | -0/+509 |
| | |||||
* | update vendor/github.com/DreamItGetIT/statuscake/ to manage ssl tests | Alexandre Garand | 2019-06-27 | 23 | -2/+1854 |
| | |||||
* | Merge pull request #39 from jcalonso/update-changelog | Mat Schaffer | 2019-06-25 | 1 | -4/+8 |
|\ | | | | | Update CHANGELOG.md | ||||
| * | Update CHANGELOG.md | Juan Carlos Alonso | 2019-06-22 | 1 | -4/+8 |
|/ | |||||
* | Merge pull request #36 from nauxliu/importer | Mat Schaffer | 2019-06-22 | 2 | -0/+11 |
|\ | | | | | Add importer | ||||
| * | Add importer | Xiangxuan Liu | 2019-06-18 | 2 | -0/+11 |
| | | |||||
* | | Merge pull request #35 from ivanschwarz/feat/ssl-validation-2 | Mat Schaffer | 2019-06-22 | 15 | -14/+166 |
|\ \ | |/ |/| | Add SSL validation feature for uptime tests | ||||
| * | Add enable_ssl_alert feature for uptime tests | Ivan Schwarz | 2019-06-14 | 3 | -2/+18 |
| | | |||||
| * | Update client dependency | Ivan Schwarz | 2019-06-14 | 12 | -12/+148 |
|/ | |||||
* | Merge pull request #34 from jcalonso/fix/contact-group-backwards-compatible | Mat Schaffer | 2019-06-13 | 4 | -9/+60 |
|\ | | | | | Add support back for contact_id and mark it as deprecated | ||||
| * | Update docs reflecting contact_id deprecation | Juan Carlos Alonso | 2019-06-10 | 2 | -2/+3 |
| | | |||||
| * | 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 | ||||
* | | Merge pull request #32 from ndench/0.12-compatibility | Mat Schaffer | 2019-06-10 | 1428 | -50163/+255352 |
|\ \ | |/ |/| | Upgrade to 0.12 | ||||
| * | Merge pull request #1 from jcalonso/patch-1 | Nathan Dench | 2019-06-04 | 1 | -0/+3 |
| |\ | | | | | | | Fix acceptance tests | ||||
| | * | 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 | ||||
| * | Upgrade to 0.12 | Nathan Dench | 2019-05-24 | 1427 | -50163/+255349 |
|/ | |||||
* | Merge pull request #27 from terraform-providers/go-modules-2019-02-22 | appilon | 2019-02-27 | 1398 | -121878/+344827 |
|\ | | | | | [MODULES] Switch to Go Modules | ||||
| * | deps: github.com/hashicorp/terraform@sdk-v0.11-with-go-modules | Alex Pilon | 2019-02-22 | 1054 | -7569/+344024 |
| | | | | | | | | Updated via: go get github.com/hashicorp/terraform@sdk-v0.11-with-go-modules and go mod tidy | ||||
| * | deps: use go modules for dep mgmt | Alex Pilon | 2019-02-22 | 364 | -114611/+1104 |
| | | | | | | | | | | | | run go mod tidy remove govendor from makefile and travis config set appropriate env vars for go modules | ||||
| * | provider: Ensured Go 1.11 in TravisCI and README | Alex Pilon | 2019-02-22 | 1 | -0/+1 |
|/ | | | | | | provider: Run go fix provider: Run go fmt provider: Encode go version 1.11.5 to .go-version file | ||||
* | Merge pull request #23 from terraform-providers/go1.11-upgrade-2019-01-07 | Tom Harvey | 2019-01-09 | 3 | -5/+5 |
|\ | | | | | [AUTOMATED] Upgrade to Go 1.11 | ||||
| * | provider: Require Go 1.11 in TravisCI and README | Alex Pilon | 2019-01-07 | 3 | -5/+5 |
|/ | | | | | provider: Run go fix provider: Run go fmt | ||||
* | Update CHANGELOG.md | Mat Schaffer | 2018-08-20 | 1 | -1/+13 |
| | |||||
* | Merge pull request #18 from matschaffer/contact-groups-support | Mat Schaffer | 2018-08-20 | 7 | -71/+100 |
|\ | | | | | Add test contact group support | ||||
| * | Use linux checksum sha | Mat Schaffer | 2018-08-06 | 1 | -1/+1 |
| | | |||||
| * | Re-up vendored client | Mat Schaffer | 2018-08-06 | 2 | -4/+4 |
| | | |||||
| * | Replace contact_id with contact_group | Mat Schaffer | 2018-07-27 | 3 | -22/+25 |
| | | | | | | | | This allows for multiple contacts per test. | ||||
| * | Update test_tag handling to be a proper list of strings | Mat Schaffer | 2018-07-27 | 3 | -6/+9 |
| | | |||||
| * | Update github.com/DreamItGetIT/statuscake to PR-28 | Mat Schaffer | 2018-07-27 | 4 | -42/+65 |
|/ | | | | Will rebase this commit once the PR is merged | ||||
* | Cleanup after v0.2.0 release | tf-release-bot | 2018-07-27 | 1 | -0/+1 |
| | |||||
* | v0.2.0v0.2.0stable-website | tf-release-bot | 2018-07-27 | 1 | -3/+3 |
| | |||||
* | Update CHANGELOG.md | Radek Simko | 2018-07-27 | 1 | -1/+1 |
| | |||||
* | Update CHANGELOG.md | Radek Simko | 2018-07-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #12 from philax/patch-1 | Mat Schaffer | 2018-07-27 | 1 | -1/+1 |
|\ | | | | | Update acceptable test_type values | ||||
| * | :pencil: Update acceptable test_type values | philax | 2018-01-22 | 1 | -1/+1 |
| | | |||||
* | | Updating to include #11 | Mat Schaffer | 2018-07-20 | 1 | -0/+11 |
| | | |||||
* | | Merge pull request #11 from callstats-io/master | Mat Schaffer | 2018-07-20 | 6 | -48/+421 |
|\ \ | | | | | | | Update statuscake library to latest version and use all the features from there. | ||||
| * \ | Merge pull request #2 from matschaffer/callstats-io-fixes-2 | Andrew N Golovkov | 2018-02-05 | 2 | -18/+17 |
| |\ \ | | | | | | | | | Move template interpolation deeper into acceptance tests | ||||
| | * | | 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. | ||||
| * | | update github.com/DreamItGetIT/statuscake | Andrew N Golovkov | 2018-02-01 | 10 | -323/+2 |
| | | | |||||
| * | | Merge pull request #1 from matschaffer/callstats-io-fixes | Andrew N Golovkov | 2018-02-01 | 3 | -52/+47 |
| |\ \ | | | | | | | | | Updates to avoid perpetual node location diff | ||||
| | * | | 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 |