terraform/builtin/providers/gitlab
stack72 fd48f91876
provider/gitlab: Addition of the documentation link for gitlab to sidebar
```
% make testacc TEST=./builtin/providers/gitlab
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/04/27 05:37:02 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/gitlab -v  -timeout 120m
=== RUN   TestProvider
--- PASS: TestProvider (0.00s)
=== RUN   TestProvider_impl
--- PASS: TestProvider_impl (0.00s)
=== RUN   TestAccGitlabProject_basic
--- PASS: TestAccGitlabProject_basic (41.11s)
=== RUN   TestGitlab_validation
--- PASS: TestGitlab_validation (0.00s)
=== RUN   TestGitlab_visbilityHelpers
--- PASS: TestGitlab_visbilityHelpers (0.00s)
PASS
ok  	github.com/hashicorp/terraform/builtin/providers/gitlab	41.125s
```
2017-04-27 05:44:05 +12:00
..
config.go provider/gitlab: add gitlab provider and `gitlab_project` resource 2017-04-24 11:38:20 +01:00
provider.go provider/gitlab: Addition of the documentation link for gitlab to sidebar 2017-04-27 05:44:05 +12:00
provider_test.go provider/gitlab: add gitlab provider and `gitlab_project` resource 2017-04-24 11:38:20 +01:00
resource_gitlab_project.go provider/gitlab: Addition of the documentation link for gitlab to sidebar 2017-04-27 05:44:05 +12:00
resource_gitlab_project_test.go provider/gitlab: Addition of the documentation link for gitlab to sidebar 2017-04-27 05:44:05 +12:00
util.go provider/gitlab: add gitlab provider and `gitlab_project` resource 2017-04-24 11:38:20 +01:00
util_test.go provider/gitlab: add gitlab provider and `gitlab_project` resource 2017-04-24 11:38:20 +01:00