]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/log
github/fretlink/terraform-provider-statuscake.git
6 years agov0.1.0 v0.1.0
TeamCity [Wed, 21 Jun 2017 09:14:16 +0000 (09:14 +0000)] 
v0.1.0

6 years agoUpdate CHANGELOG.md
Paul Stack [Tue, 20 Jun 2017 15:43:43 +0000 (18:43 +0300)] 
Update CHANGELOG.md

6 years agoUpdating Makefile + Add gitignore
Jake Champlin [Fri, 9 Jun 2017 18:37:05 +0000 (14:37 -0400)] 
Updating Makefile + Add gitignore

6 years agoTransfer of provider code
Jake Champlin [Fri, 9 Jun 2017 17:54:32 +0000 (17:54 +0000)] 
Transfer of provider code

6 years agoMerge branch 'master' of /home/ubuntu/terraform-vendor
Jake Champlin [Fri, 9 Jun 2017 17:53:46 +0000 (17:53 +0000)] 
Merge branch 'master' of /home/ubuntu/terraform-vendor

6 years agoTransfer statuscake provider
Jake Champlin [Fri, 9 Jun 2017 17:53:46 +0000 (17:53 +0000)] 
Transfer statuscake provider

6 years agoTransfer of provider website docs
Jake Champlin [Fri, 9 Jun 2017 15:32:24 +0000 (11:32 -0400)] 
Transfer of provider website docs

6 years agoMerge branch 'master' of /Users/jake/terraform
Jake Champlin [Fri, 9 Jun 2017 15:32:24 +0000 (11:32 -0400)] 
Merge branch 'master' of /Users/jake/terraform

6 years agoTransfer statuscake provider website
Jake Champlin [Fri, 9 Jun 2017 15:32:22 +0000 (11:32 -0400)] 
Transfer statuscake provider website

6 years agoUpdating Makefile + Add gitignore
Jake Champlin [Tue, 6 Jun 2017 20:29:54 +0000 (16:29 -0400)] 
Updating Makefile + Add gitignore

6 years agoInitial transfer of provider code
Jake Champlin [Tue, 6 Jun 2017 16:40:07 +0000 (12:40 -0400)] 
Initial transfer of provider code

6 years agoMerge branch 'master' of /Users/jake/terraform
Jake Champlin [Tue, 6 Jun 2017 16:40:02 +0000 (12:40 -0400)] 
Merge branch 'master' of /Users/jake/terraform

6 years agoTransfer statuscake provider
Jake Champlin [Tue, 6 Jun 2017 16:40:02 +0000 (12:40 -0400)] 
Transfer statuscake provider

6 years agoAdd Issue Template
Jake Champlin [Tue, 6 Jun 2017 13:19:45 +0000 (09:19 -0400)] 
Add Issue Template

6 years agoinitial commit
Jake [Mon, 5 Jun 2017 20:54:15 +0000 (20:54 +0000)] 
initial commit

7 years agoMassively add HCL source tag in docs Markdown files
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>
7 years agonuke duplicate contact_id in statuscake docs (#13528)
Alex Boyd [Tue, 11 Apr 2017 09:07:33 +0000 (03:07 -0600)] 
nuke duplicate contact_id in statuscake docs (#13528)

7 years agoprovider/statuscake: Adding TriggerRate param to docs (#13503)
Paul Stack [Mon, 10 Apr 2017 12:58:41 +0000 (15:58 +0300)] 
provider/statuscake: Adding TriggerRate param to docs (#13503)

7 years agoAdd support for StatusCake trigger rate
Rui Gonçalves [Tue, 4 Apr 2017 15:58:11 +0000 (16:58 +0100)] 
Add support for StatusCake trigger rate

7 years agoprovider/statuscake: use default status code list when updating test (#12375)
Andre Silva [Sun, 5 Mar 2017 13:44:22 +0000 (13:44 +0000)] 
provider/statuscake: use default status code list when updating test (#12375)

7 years agowebsite/docs: Run `terraform fmt` on code examples (#12075)
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

7 years agoprovider/statuscake: Fixing up the StatusCake acceptance tests (#12006)
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
```

7 years agoprovider/statuscake: Add support for Port in statuscake_test (#11966)
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

7 years agoprovider/statuscake: Add support for Port in statuscake_test (#11966)
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

7 years agoFix statuscake test timeout schema (#11541)
Rui Gonçalves [Tue, 31 Jan 2017 12:44:06 +0000 (12:44 +0000)] 
Fix statuscake test timeout schema (#11541)

7 years agoMerge branch 'statuscake_adding_contact_group' of https://github.com/ldjohnson/terraf...
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

7 years agoMerge branch 'statuscake_adding_contact_group' of https://github.com/ldjohnson/terraf...
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

7 years agoAdd support for StatusCake confirmation servers (#11179)
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

7 years agoAdd support for StatusCake confirmation servers (#11179)
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

7 years agoprovider/statuscake: fix StatusCake tests (#10660)
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

7 years agosimplifying tests by removing tests and test data that is no longer needed
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

7 years agoMerge 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

7 years agoMerge 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

7 years agodocs/statuscake: Adding the parameter to the docs
stack72 [Sun, 28 Aug 2016 23:00:27 +0000 (00:00 +0100)] 
docs/statuscake: Adding the  parameter to the docs

7 years agoenable contact-group id in statuscake test
vagrant [Tue, 23 Aug 2016 14:43:31 +0000 (14:43 +0000)] 
enable contact-group id in statuscake test

7 years agoUpdating the documentation on the website source to reflect the addition.
Lee Johnson [Fri, 10 Jun 2016 17:37:44 +0000 (13:37 -0400)] 
Updating the documentation on the website source to reflect the addition.

7 years agoAdding ability to add and update contact groups using the terraform statuscake provider
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

8 years agoFix `go vet -unreachable` warnings.
Trevor Pounds [Sat, 13 Feb 2016 05:38:15 +0000 (21:38 -0800)] 
Fix `go vet -unreachable` warnings.

8 years agoAdding some documentation for the StatusCake provider
stack72 [Sat, 28 Nov 2015 01:03:15 +0000 (01:03 +0000)] 
Adding some documentation for the StatusCake provider

8 years agoAdded some acceptance tests for the statuscake provider
stack72 [Thu, 8 Oct 2015 14:36:11 +0000 (15:36 +0100)] 
Added some acceptance tests for the statuscake provider

8 years agoMigrating the statuscake_test resource to use the new version of the statuscake client
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

8 years agoAdding the update and read functionality for 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

8 years agoUsing the latest version of the statuscake client
stack72 [Thu, 1 Oct 2015 22:09:13 +0000 (23:09 +0100)] 
Using the latest version of the statuscake client

8 years agoCreated the initial scaffolding for the statuscake provider
stack72 [Mon, 28 Sep 2015 10:39:32 +0000 (11:39 +0100)] 
Created the initial scaffolding for the statuscake provider