aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge branch 'statuscake_adding_contact_group' of ↵stack722017-01-172-5/+8
| |\ \ | | | | | | | | | | | | https://github.com/ldjohnson/terraform into ldjohnson-statuscake_adding_contact_group
| | * \ Merge remote-tracking branch 'origin/master' into ↵Lee Johnson2016-11-291-0/+1
| | |\ \ | | | | | | | | | | | | | | | statuscake_adding_contact_group
| | * | | Updating the documentation on the website source to reflect the addition.Lee Johnson2016-06-102-0/+3
| | | | |
| * | | | Add support for StatusCake confirmation servers (#11179)Sam Crang2017-01-131-3/+4
| | |/ / | |/| | | | | | | | | | | | | | | | | | * Add support for StatusCake confirmation servers * Add documentation for new StatusCake confirmations argument
| * | | docs/statuscake: Adding the parameter to the docsstack722016-08-291-0/+1
| |/ /
| * / Adding some documentation for the StatusCake providerstack722015-11-302-0/+78
| /
* | Updating Makefile + Add gitignoreJake Champlin2017-06-062-1/+32
| |
* | Initial transfer of provider codeJake Champlin2017-06-06576-3/+124297
| |
* | Merge branch 'master' of /Users/jake/terraformJake Champlin2017-06-064-0/+496
|\ \
| * | Transfer statuscake providerJake Champlin2017-06-064-0/+0
| |/
| * Add support for StatusCake trigger rateRui Gonçalves2017-04-102-0/+16
| |
| * provider/statuscake: use default status code list when updating test (#12375)Andre Silva2017-03-051-0/+8
| |
| * provider/statuscake: Fixing up the StatusCake acceptance tests (#12006)Paul Stack2017-02-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` % make testacc TEST=./builtin/providers/statuscake 2 ↵ ✹ ==> Checking that code complies with gofmt requirements... go generate $(go list ./... | grep -v /terraform/vendor/) 2017/02/16 15:30:40 Generated command/internal_plugin_list.go TF_ACC=1 go test ./builtin/providers/statuscake -v -timeout 120m === RUN TestProvider --- PASS: TestProvider (0.00s) === RUN TestProvider_impl --- PASS: TestProvider_impl (0.00s) === RUN TestAccStatusCake_basic --- PASS: TestAccStatusCake_basic (2.14s) === RUN TestAccStatusCake_tcp --- PASS: TestAccStatusCake_tcp (1.66s) === RUN TestAccStatusCake_withUpdate --- PASS: TestAccStatusCake_withUpdate (3.62s) PASS ok github.com/hashicorp/terraform/builtin/providers/statuscake 7.435s ```
| * provider/statuscake: Add support for Port in statuscake_test (#11966)Paul Stack2017-02-152-12/+54
| | | | | | | | | | Fixes: #11923 This required the upstream library to have a PR accepted
| * Fix statuscake test timeout schema (#11541)Rui Gonçalves2017-01-312-1/+6
| |
| * Merge branch 'statuscake_adding_contact_group' of ↵stack722017-01-171-4/+8
| |\ | | | | | | | | | https://github.com/ldjohnson/terraform into ldjohnson-statuscake_adding_contact_group
| | * simplifying tests by removing tests and test data that is no longer neededLee Johnson2016-11-292-88/+0
| | |
| | * Merge remote-tracking branch 'origin/master' into ↵Lee Johnson2016-11-292-9/+19
| | |\ | | | | | | | | | | | | statuscake_adding_contact_group
| | * | Adding ability to add and update contact groups using the terraform ↵Lee Johnson2016-06-102-0/+92
| | | | | | | | | | | | | | | | statuscake provider
| * | | Add support for StatusCake confirmation servers (#11179)Sam Crang2017-01-132-7/+20
| | | | | | | | | | | | | | | | | | | | | | | | * Add support for StatusCake confirmation servers * Add documentation for new StatusCake confirmations argument
| * | | provider/statuscake: fix StatusCake tests (#10660)Rui Gonçalves2016-12-112-4/+54
| | |/ | |/| | | | | | | | | | | | | * Update vendored statuscake SDK * Set all attributes when upserting statuscake tests
| * | enable contact-group id in statuscake testvagrant2016-08-232-9/+19
| |/
| * Fix `go vet -unreachable` warnings.Trevor Pounds2016-02-171-1/+0
| |
| * Added some acceptance tests for the statuscake providerstack722015-11-273-32/+72
| |
| * Migrating the statuscake_test resource to use the new version of the ↵stack722015-11-271-3/+3
| | | | | | | | statuscake client
| * Adding the update and read functionality for the statuscake clientstack722015-11-272-24/+67
| |
| * Using the latest version of the statuscake clientstack722015-11-273-6/+167
| |
| * Created the initial scaffolding for the statuscake providerstack722015-11-273-0/+105
|
* Add Issue TemplateJake Champlin2017-06-061-0/+43
|
* initial commitJake2017-06-0510-0/+1118