Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 #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 | ||||
| | * | | 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 | 5 | -11/+12 |
| | | | | | | | | | | | | vendor directory | ||||
| * | | fix type casts | Andrew N Golovkov | 2018-01-17 | 1 | -3/+15 |
| | | | |||||
| * | | update documentation | Andrew N Golovkov | 2018-01-17 | 1 | -1/+20 |
| | | | |||||
| * | | `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 | ||||
| * | | update vendor/github.com/DreamItGetIT/statuscake to latest version | Andrew N Golovkov | 2018-01-16 | 12 | -23/+392 |
| |/ | |||||
* | | README.md: correct provider organization & missing repository name | kt | 2018-05-02 | 1 | -5/+5 |
| | | |||||
* | | Merge pull request #13 from terraform-providers/f-make-website | Radek Simko | 2018-04-30 | 2 | -3/+22 |
|\ \ | |/ |/| | make: Add website + website-test targets | ||||
| * | make: Add website + website-test targets | Radek Simko | 2018-04-30 | 2 | -3/+22 |
|/ | |||||
* | Make CoC and support channels more visible | Radek Simko | 2017-11-01 | 2 | -0/+10 |
| | | | | | https://help.github.com/articles/adding-a-code-of-conduct-to-your-project/ https://help.github.com/articles/adding-support-resources-to-your-project/ | ||||
* | Fixing logo | Jake Champlin | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3 from terraform-providers/vendor-tf-0.10 | Radek Simko | 2017-08-14 | 101 | -269/+19379 |
|\ | | | | | vendor: github.com/hashicorp/terraform/...@v0.10.0 | ||||
| * | vendor: github.com/hashicorp/terraform/...@v0.10.0 | Radek Simko | 2017-08-10 | 101 | -268/+19378 |
| | | |||||
| * | vendor: Ignore github.com/hashicorp/terraform/backend | Radek Simko | 2017-08-10 | 1 | -1/+1 |
|/ | | | | | | This is to avoid dependency sprawl - e.g. vendoring AWS or Azure SDK when we don't really need remote backend functionality in provider code - it's core's responsibility. | ||||
* | Fixing link in README | Jake Champlin | 2017-07-21 | 1 | -1/+1 |
| | |||||
* | Adding back the GNUmakefile test-compile step | stack72 | 2017-06-30 | 1 | -1/+9 |
| | |||||
* | Simplifying the GNUMakefile | stack72 | 2017-06-29 | 1 | -20/+1 |
| |