]>
git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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