aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | 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-175-11/+12
| | | | | | | | | | | | vendor directory
| * | fix type castsAndrew N Golovkov2018-01-171-3/+15
| | |
| * | update documentationAndrew N Golovkov2018-01-171-1/+20
| | |
| * | `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
| * | update vendor/github.com/DreamItGetIT/statuscake to latest versionAndrew N Golovkov2018-01-1612-23/+392
| |/
* | README.md: correct provider organization & missing repository namekt2018-05-021-5/+5
| |
* | Merge pull request #13 from terraform-providers/f-make-websiteRadek Simko2018-04-302-3/+22
|\ \ | |/ |/| make: Add website + website-test targets
| * make: Add website + website-test targetsRadek Simko2018-04-302-3/+22
|/
* Make CoC and support channels more visibleRadek Simko2017-11-012-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 logoJake Champlin2017-08-311-1/+1
|
* Merge pull request #3 from terraform-providers/vendor-tf-0.10Radek Simko2017-08-14101-269/+19379
|\ | | | | vendor: github.com/hashicorp/terraform/...@v0.10.0
| * vendor: github.com/hashicorp/terraform/...@v0.10.0Radek Simko2017-08-10101-268/+19378
| |
| * vendor: Ignore github.com/hashicorp/terraform/backendRadek Simko2017-08-101-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 READMEJake Champlin2017-07-211-1/+1
|
* Adding back the GNUmakefile test-compile stepstack722017-06-301-1/+9
|
* Simplifying the GNUMakefilestack722017-06-291-20/+1
|
* Fix Changelog Links Script for statuscake providerJake Champlin2017-06-261-1/+1
|
* Cleanup after v0.1.0 releaseTeamCity2017-06-211-0/+1
|
* v0.1.0v0.1.0TeamCity2017-06-211-1/+1
|
* Update CHANGELOG.mdPaul Stack2017-06-201-1/+3
|
* Updating Makefile + Add gitignoreJake Champlin2017-06-091-0/+26
|
* Transfer of provider codeJake Champlin2017-06-09420-15285/+116624
|
* Merge branch 'master' of /home/ubuntu/terraform-vendorJake Champlin2017-06-090-0/+0
|\
| * Transfer statuscake providerJake Champlin2017-06-094-0/+0
| |
* | Transfer of provider website docsJake Champlin2017-06-091-0/+26
| |
* | Merge branch 'master' of /Users/jake/terraformJake Champlin2017-06-092-0/+84
|\ \
| * | Transfer statuscake provider websiteJake Champlin2017-06-092-0/+0
| | |
| * | Massively add HCL source tag in docs Markdown filesMax Riveiro2017-04-172-2/+2
| | | | | | | | | | | | Signed-off-by: Max Riveiro <kavu13@gmail.com>
| * | nuke duplicate contact_id in statuscake docs (#13528)Alex Boyd2017-04-111-1/+0
| | |
| * | provider/statuscake: Adding TriggerRate param to docs (#13503)Paul Stack2017-04-101-0/+1
| | |
| * | website/docs: Run `terraform fmt` on code examples (#12075)George Christou2017-02-192-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * docs/vsphere: Fix code block * docs: Convert `...` to `# ...` to allow `terraform fmt`ing * docs: Trim trailing whitespace * docs: First-pass run of `terraform fmt` on code examples
| * | provider/statuscake: Add support for Port in statuscake_test (#11966)Paul Stack2017-02-151-0/+1
| | | | | | | | | | | | | | | Fixes: #11923 This required the upstream library to have a PR accepted
| * | 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 ```