aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* contact_groups accept listadd_ssl_testsAlexandre Garand2019-07-241-9/+18
|
* update documentation for the ssl resourceAlexandre Garand2019-07-093-1/+87
|
* update go.modAlexandre Garand2019-07-012-1/+3
|
* remove Println used for debugAlexandre Garand2019-07-011-2/+0
|
* Update go modules dependenciesAlexandre Garand2019-06-273-62/+8
|
* add go-querystringAlexandre Garand2019-06-278-0/+786
|
* fix testAlexandre Garand2019-06-271-12/+14
|
* add ssl tests to terraform providerAlexandre Garand2019-06-274-0/+509
|
* update vendor/github.com/DreamItGetIT/statuscake/ to manage ssl testsAlexandre Garand2019-06-2723-2/+1854
|
* Merge pull request #39 from jcalonso/update-changelogMat Schaffer2019-06-251-4/+8
|\ | | | | Update CHANGELOG.md
| * Update CHANGELOG.mdJuan Carlos Alonso2019-06-221-4/+8
|/
* Merge pull request #36 from nauxliu/importerMat Schaffer2019-06-222-0/+11
|\ | | | | Add importer
| * Add importerXiangxuan Liu2019-06-182-0/+11
| |
* | Merge pull request #35 from ivanschwarz/feat/ssl-validation-2Mat Schaffer2019-06-2215-14/+166
|\ \ | |/ |/| Add SSL validation feature for uptime tests
| * Add enable_ssl_alert feature for uptime testsIvan Schwarz2019-06-143-2/+18
| |
| * Update client dependencyIvan Schwarz2019-06-1412-12/+148
|/
* Merge pull request #34 from jcalonso/fix/contact-group-backwards-compatibleMat Schaffer2019-06-134-9/+60
|\ | | | | Add support back for contact_id and mark it as deprecated
| * Update docs reflecting contact_id deprecationJuan Carlos Alonso2019-06-102-2/+3
| |
| * Add support for contact_id and mark it as deprecatedJuan Carlos Alonso2019-06-102-7/+57
| | | | | | | | This makes the contact_group change backwards compatible
* | Merge pull request #32 from ndench/0.12-compatibilityMat Schaffer2019-06-101428-50163/+255352
|\ \ | |/ |/| Upgrade to 0.12
| * Merge pull request #1 from jcalonso/patch-1Nathan Dench2019-06-041-0/+3
| |\ | | | | | | Fix acceptance tests
| | * 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
| * Upgrade to 0.12Nathan Dench2019-05-241427-50163/+255349
|/
* Merge pull request #27 from terraform-providers/go-modules-2019-02-22appilon2019-02-271398-121878/+344827
|\ | | | | [MODULES] Switch to Go Modules
| * deps: github.com/hashicorp/terraform@sdk-v0.11-with-go-modulesAlex Pilon2019-02-221054-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 mgmtAlex Pilon2019-02-22364-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 READMEAlex Pilon2019-02-221-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-07Tom Harvey2019-01-093-5/+5
|\ | | | | [AUTOMATED] Upgrade to Go 1.11
| * provider: Require Go 1.11 in TravisCI and READMEAlex Pilon2019-01-073-5/+5
|/ | | | | provider: Run go fix provider: Run go fmt
* Update CHANGELOG.mdMat Schaffer2018-08-201-1/+13
|
* Merge pull request #18 from matschaffer/contact-groups-supportMat Schaffer2018-08-207-71/+100
|\ | | | | Add test contact group support
| * Use linux checksum shaMat Schaffer2018-08-061-1/+1
| |
| * Re-up vendored clientMat Schaffer2018-08-062-4/+4
| |
| * Replace contact_id with contact_groupMat Schaffer2018-07-273-22/+25
| | | | | | | | This allows for multiple contacts per test.
| * Update test_tag handling to be a proper list of stringsMat Schaffer2018-07-273-6/+9
| |
| * Update github.com/DreamItGetIT/statuscake to PR-28Mat Schaffer2018-07-274-42/+65
|/ | | | Will rebase this commit once the PR is merged
* Cleanup after v0.2.0 releasetf-release-bot2018-07-271-0/+1
|
* v0.2.0v0.2.0stable-websitetf-release-bot2018-07-271-3/+3
|
* Update CHANGELOG.mdRadek Simko2018-07-271-1/+1
|
* Update CHANGELOG.mdRadek Simko2018-07-271-1/+1
|
* Merge pull request #12 from philax/patch-1Mat Schaffer2018-07-271-1/+1
|\ | | | | Update acceptable test_type values
| * :pencil: Update acceptable test_type valuesphilax2018-01-221-1/+1
| |
* | Updating to include #11Mat Schaffer2018-07-201-0/+11
| |
* | Merge pull request #11 from callstats-io/masterMat Schaffer2018-07-206-48/+421
|\ \ | | | | | | Update statuscake library to latest version and use all the features from there.
| * \ Merge pull request #2 from matschaffer/callstats-io-fixes-2Andrew N Golovkov2018-02-052-18/+17
| |\ \ | | | | | | | | Move template interpolation deeper into acceptance tests
| | * | 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.
| * | update github.com/DreamItGetIT/statuscakeAndrew N Golovkov2018-02-0110-323/+2
| | |
| * | Merge pull request #1 from matschaffer/callstats-io-fixesAndrew N Golovkov2018-02-013-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 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