]>
git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
tf-release-bot [Fri, 27 Jul 2018 05:39:39 +0000 (05:39 +0000)]
v0.2.0
Radek Simko [Fri, 27 Jul 2018 05:35:18 +0000 (06:35 +0100)]
Update CHANGELOG.md
Radek Simko [Fri, 27 Jul 2018 05:25:48 +0000 (06:25 +0100)]
Update CHANGELOG.md
Mat Schaffer [Fri, 27 Jul 2018 02:54:13 +0000 (11:54 +0900)]
Merge pull request #12 from philax/patch-1
Update acceptable test_type values
Mat Schaffer [Fri, 20 Jul 2018 07:15:13 +0000 (16:15 +0900)]
Updating to include #11
Mat Schaffer [Fri, 20 Jul 2018 07:14:02 +0000 (16:14 +0900)]
Merge pull request #11 from callstats-io/master
Update statuscake library to latest version and use all the features from there.
kt [Wed, 2 May 2018 18:03:00 +0000 (11:03 -0700)]
README.md: correct provider organization & missing repository name
Radek Simko [Mon, 30 Apr 2018 15:11:27 +0000 (16:11 +0100)]
Merge pull request #13 from terraform-providers/f-make-website
make: Add website + website-test targets
Radek Simko [Fri, 27 Apr 2018 16:01:12 +0000 (17:01 +0100)]
make: Add website + website-test targets
Andrew N Golovkov [Mon, 5 Feb 2018 08:17:59 +0000 (10:17 +0200)]
Merge pull request #2 from matschaffer/callstats-io-fixes-2
Move template interpolation deeper into acceptance tests
Mat Schaffer [Thu, 1 Feb 2018 13:53:16 +0000 (22:53 +0900)]
Move template interpolation deeper into acceptance tests
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.
Andrew N Golovkov [Wed, 31 Jan 2018 11:45:28 +0000 (13:45 +0200)]
update github.com/DreamItGetIT/statuscake
Andrew N Golovkov [Thu, 1 Feb 2018 11:24:08 +0000 (13:24 +0200)]
Merge pull request #1 from matschaffer/callstats-io-fixes
Updates to avoid perpetual node location diff
Mat Schaffer [Thu, 1 Feb 2018 07:15:21 +0000 (16:15 +0900)]
Don't attempt to set or verify values which aren't present in the details response
The `TestCheckResourceAttr` tests can stay since they rely on the state from the previous apply.
Mat Schaffer [Thu, 1 Feb 2018 07:14:33 +0000 (16:14 +0900)]
Switch node locations to a set and consider empty string to be empty set
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
Mat Schaffer [Thu, 1 Feb 2018 07:10:53 +0000 (16:10 +0900)]
Fix status & uptime assertions
They were present in the details but the values were different during my testing. Hopefully this proves true for all future testing.
Mat Schaffer [Thu, 1 Feb 2018 07:10:15 +0000 (16:10 +0900)]
Remove status codes default
In my testing, the default response was `[""]` and having the default provided cause test assertion failures
Mat Schaffer [Thu, 1 Feb 2018 07:08:10 +0000 (16:08 +0900)]
Mark basic_pass sensitive
Avoids showing the password in plan output
Mat Schaffer [Thu, 1 Feb 2018 07:07:31 +0000 (16:07 +0900)]
Parameterize the contact ID used for acceptance testing
This allowed me to run acceptance tests on my own account.
philax [Mon, 22 Jan 2018 22:00:21 +0000 (17:00 -0500)]
:pencil: Update acceptable test_type values
Andrew N Golovkov [Wed, 17 Jan 2018 14:55:18 +0000 (16:55 +0200)]
merge changes from https://github.com/DreamItGetIT/statuscake/pull/24 to vendor directory
Andrew N Golovkov [Wed, 17 Jan 2018 14:54:57 +0000 (16:54 +0200)]
fix type casts
Andrew N Golovkov [Tue, 16 Jan 2018 14:11:47 +0000 (16:11 +0200)]
update documentation
Andrew N Golovkov [Tue, 16 Jan 2018 14:11:43 +0000 (16:11 +0200)]
`status` and `uptime` params is calculated
Andrew N Golovkov [Tue, 16 Jan 2018 13:07:28 +0000 (15:07 +0200)]
update statuscake provider for support all the features from the statuscake module
Andrew N Golovkov [Tue, 16 Jan 2018 13:05:10 +0000 (15:05 +0200)]
update vendor/github.com/DreamItGetIT/statuscake to latest version
Radek Simko [Wed, 1 Nov 2017 22:06:20 +0000 (23:06 +0100)]
Make CoC and support channels more visible
https://help.github.com/articles/adding-a-code-of-conduct-to-your-project/
https://help.github.com/articles/adding-support-resources-to-your-project/
Jake Champlin [Thu, 31 Aug 2017 15:08:07 +0000 (11:08 -0400)]
Fixing logo
Radek Simko [Mon, 14 Aug 2017 14:10:17 +0000 (16:10 +0200)]
Merge pull request #3 from terraform-providers/vendor-tf-0.10
vendor: github.com/hashicorp/terraform/...@v0.10.0
Radek Simko [Thu, 10 Aug 2017 12:38:14 +0000 (14:38 +0200)]
vendor: github.com/hashicorp/terraform/...@v0.10.0
Radek Simko [Thu, 10 Aug 2017 12:37:14 +0000 (14:37 +0200)]
vendor: Ignore github.com/hashicorp/terraform/backend
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.
Jake Champlin [Fri, 21 Jul 2017 15:44:05 +0000 (11:44 -0400)]
Fixing link in README
stack72 [Fri, 30 Jun 2017 08:19:13 +0000 (11:19 +0300)]
Adding back the GNUmakefile test-compile step
stack72 [Thu, 29 Jun 2017 13:50:30 +0000 (16:50 +0300)]
Simplifying the GNUMakefile
Jake Champlin [Mon, 26 Jun 2017 18:00:40 +0000 (14:00 -0400)]
Fix Changelog Links Script for statuscake provider
TeamCity [Wed, 21 Jun 2017 09:19:46 +0000 (09:19 +0000)]
Cleanup after v0.1.0 release
TeamCity [Wed, 21 Jun 2017 09:14:16 +0000 (09:14 +0000)]
v0.1.0
Paul Stack [Tue, 20 Jun 2017 15:43:43 +0000 (18:43 +0300)]
Update CHANGELOG.md
Jake Champlin [Fri, 9 Jun 2017 18:37:05 +0000 (14:37 -0400)]
Updating Makefile + Add gitignore
Jake Champlin [Fri, 9 Jun 2017 17:54:32 +0000 (17:54 +0000)]
Transfer of provider code
Jake Champlin [Fri, 9 Jun 2017 17:53:46 +0000 (17:53 +0000)]
Merge branch 'master' of /home/ubuntu/terraform-vendor
Jake Champlin [Fri, 9 Jun 2017 17:53:46 +0000 (17:53 +0000)]
Transfer statuscake provider
Jake Champlin [Fri, 9 Jun 2017 15:32:24 +0000 (11:32 -0400)]
Transfer of provider website docs
Jake Champlin [Fri, 9 Jun 2017 15:32:24 +0000 (11:32 -0400)]
Merge branch 'master' of /Users/jake/terraform
Jake Champlin [Fri, 9 Jun 2017 15:32:22 +0000 (11:32 -0400)]
Transfer statuscake provider website
Jake Champlin [Tue, 6 Jun 2017 20:29:54 +0000 (16:29 -0400)]
Updating Makefile + Add gitignore
Jake Champlin [Tue, 6 Jun 2017 16:40:07 +0000 (12:40 -0400)]
Initial transfer of provider code
Jake Champlin [Tue, 6 Jun 2017 16:40:02 +0000 (12:40 -0400)]
Merge branch 'master' of /Users/jake/terraform
Jake Champlin [Tue, 6 Jun 2017 16:40:02 +0000 (12:40 -0400)]
Transfer statuscake provider
Jake Champlin [Tue, 6 Jun 2017 13:19:45 +0000 (09:19 -0400)]
Add Issue Template
Jake [Mon, 5 Jun 2017 20:54:15 +0000 (20:54 +0000)]
initial commit
Max Riveiro [Mon, 17 Apr 2017 10:17:54 +0000 (13:17 +0300)]
Massively add HCL source tag in docs Markdown files
Signed-off-by: Max Riveiro <kavu13@gmail.com>
Alex Boyd [Tue, 11 Apr 2017 09:07:33 +0000 (03:07 -0600)]
nuke duplicate contact_id in statuscake docs (#13528)
Paul Stack [Mon, 10 Apr 2017 12:58:41 +0000 (15:58 +0300)]
provider/statuscake: Adding TriggerRate param to docs (#13503)
Rui Gonçalves [Tue, 4 Apr 2017 15:58:11 +0000 (16:58 +0100)]
Add support for StatusCake trigger rate
Andre Silva [Sun, 5 Mar 2017 13:44:22 +0000 (13:44 +0000)]
provider/statuscake: use default status code list when updating test (#12375)
George Christou [Sat, 18 Feb 2017 22:48:50 +0000 (22:48 +0000)]
website/docs: Run `terraform fmt` on code examples (#12075)
* 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
Paul Stack [Thu, 16 Feb 2017 14:20:23 +0000 (16:20 +0200)]
provider/statuscake: Fixing up the StatusCake acceptance tests (#12006)
```
% 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
```
Paul Stack [Wed, 15 Feb 2017 23:29:05 +0000 (23:29 +0000)]
provider/statuscake: Add support for Port in statuscake_test (#11966)
Fixes: #11923
This required the upstream library to have a PR accepted
Paul Stack [Wed, 15 Feb 2017 23:29:05 +0000 (23:29 +0000)]
provider/statuscake: Add support for Port in statuscake_test (#11966)
Fixes: #11923
This required the upstream library to have a PR accepted
Rui Gonçalves [Tue, 31 Jan 2017 12:44:06 +0000 (12:44 +0000)]
Fix statuscake test timeout schema (#11541)
stack72 [Tue, 17 Jan 2017 16:11:23 +0000 (16:11 +0000)]
Merge branch 'statuscake_adding_contact_group' of https://github.com/ldjohnson/terraform into ldjohnson-statuscake_adding_contact_group
stack72 [Tue, 17 Jan 2017 16:11:23 +0000 (16:11 +0000)]
Merge branch 'statuscake_adding_contact_group' of https://github.com/ldjohnson/terraform into ldjohnson-statuscake_adding_contact_group
Sam Crang [Fri, 13 Jan 2017 11:35:15 +0000 (11:35 +0000)]
Add support for StatusCake confirmation servers (#11179)
* Add support for StatusCake confirmation servers
* Add documentation for new StatusCake confirmations argument
Sam Crang [Fri, 13 Jan 2017 11:35:15 +0000 (11:35 +0000)]
Add support for StatusCake confirmation servers (#11179)
* Add support for StatusCake confirmation servers
* Add documentation for new StatusCake confirmations argument
Rui Gonçalves [Sun, 11 Dec 2016 19:41:49 +0000 (19:41 +0000)]
provider/statuscake: fix StatusCake tests (#10660)
* Update vendored statuscake SDK
* Set all attributes when upserting statuscake tests
Lee Johnson [Tue, 29 Nov 2016 21:03:58 +0000 (16:03 -0500)]
simplifying tests by removing tests and test data that is no longer needed
Lee Johnson [Tue, 29 Nov 2016 20:27:04 +0000 (15:27 -0500)]
Merge remote-tracking branch 'origin/master' into statuscake_adding_contact_group
Lee Johnson [Tue, 29 Nov 2016 20:27:04 +0000 (15:27 -0500)]
Merge remote-tracking branch 'origin/master' into statuscake_adding_contact_group
stack72 [Sun, 28 Aug 2016 23:00:27 +0000 (00:00 +0100)]
docs/statuscake: Adding the parameter to the docs
vagrant [Tue, 23 Aug 2016 14:43:31 +0000 (14:43 +0000)]
enable contact-group id in statuscake test
Lee Johnson [Fri, 10 Jun 2016 17:37:44 +0000 (13:37 -0400)]
Updating the documentation on the website source to reflect the addition.
Lee Johnson [Fri, 10 Jun 2016 16:38:56 +0000 (12:38 -0400)]
Adding ability to add and update contact groups using the terraform statuscake provider
Trevor Pounds [Sat, 13 Feb 2016 05:38:15 +0000 (21:38 -0800)]
Fix `go vet -unreachable` warnings.
stack72 [Sat, 28 Nov 2015 01:03:15 +0000 (01:03 +0000)]
Adding some documentation for the StatusCake provider
stack72 [Thu, 8 Oct 2015 14:36:11 +0000 (15:36 +0100)]
Added some acceptance tests for the statuscake provider
stack72 [Thu, 8 Oct 2015 07:52:15 +0000 (08:52 +0100)]
Migrating the statuscake_test resource to use the new version of the statuscake client
stack72 [Sat, 3 Oct 2015 22:11:26 +0000 (23:11 +0100)]
Adding the update and read functionality for the statuscake client
stack72 [Thu, 1 Oct 2015 22:09:13 +0000 (23:09 +0100)]
Using the latest version of the statuscake client
stack72 [Mon, 28 Sep 2015 10:39:32 +0000 (11:39 +0100)]
Created the initial scaffolding for the statuscake provider