terraform/builtin/providers/github
Raphaël Pinson e7bfdea274 Add github_team data source (#14614)
* Add github_team data source

* github_team: add doc

* github_team data source: fix acceptance test
2017-05-22 16:29:18 +03:00
..
config.go provider/github: Log HTTP requests and responses in DEBUG mode (#14363) 2017-05-11 13:06:05 +02:00
data_source_github_team.go Add github_team data source (#14614) 2017-05-22 16:29:18 +03:00
data_source_github_team_test.go Add github_team data source (#14614) 2017-05-22 16:29:18 +03:00
data_source_github_user.go Use username instead of Id in log 2017-05-17 16:53:32 +02:00
data_source_github_user_test.go github_user: add acceptance tests 2017-05-17 17:07:15 +02:00
provider.go Add github_team data source (#14614) 2017-05-22 16:29:18 +03:00
provider_test.go provider/github: Randomize repository collaborator acc tests 2017-05-13 11:11:41 +02:00
resource_github_branch_protection.go Clears branch protection from state only if error is an HTTP 404 (#13887) 2017-04-24 18:19:27 +01:00
resource_github_branch_protection_test.go provider/github: Randomize branch protection acc tests 2017-05-13 11:08:51 +02:00
resource_github_issue_label.go Check for potentially nil response from GitHub API client. 2017-05-19 15:19:54 -04:00
resource_github_issue_label_test.go provider/github: Randomize issue label acc tests 2017-05-13 11:11:38 +02:00
resource_github_membership.go Updates google/go-github to the latest revision (#12604) 2017-03-12 16:05:18 +02:00
resource_github_membership_test.go Updates google/go-github to the latest revision (#12604) 2017-03-12 16:05:18 +02:00
resource_github_organization_webhook.go Check for potentially nil response from GitHub API client. 2017-05-19 15:19:54 -04:00
resource_github_organization_webhook_test.go provider/github: add repository_webhook resource (#12924) 2017-03-23 11:21:45 +02:00
resource_github_repository.go Check for potentially nil response from GitHub API client. 2017-05-19 15:19:54 -04:00
resource_github_repository_collaborator.go Updates google/go-github to the latest revision (#12604) 2017-03-12 16:05:18 +02:00
resource_github_repository_collaborator_test.go provider/github: Randomize repository collaborator acc tests 2017-05-13 11:11:41 +02:00
resource_github_repository_test.go provider/github: Improve test failure message (#12978) 2017-03-23 09:19:03 +00:00
resource_github_repository_webhook.go Check for potentially nil response from GitHub API client. 2017-05-19 15:19:54 -04:00
resource_github_repository_webhook_test.go provider/github: add repository_webhook resource (#12924) 2017-03-23 11:21:45 +02:00
resource_github_team.go Updates google/go-github to the latest revision (#12604) 2017-03-12 16:05:18 +02:00
resource_github_team_membership.go Updates google/go-github to the latest revision (#12604) 2017-03-12 16:05:18 +02:00
resource_github_team_membership_test.go provider/github: Randomize repo and team names in acc tests (#12802) 2017-03-17 10:47:43 +00:00
resource_github_team_repository.go Updates google/go-github to the latest revision (#12604) 2017-03-12 16:05:18 +02:00
resource_github_team_repository_test.go provider/github: Randomize team repository acc tests 2017-05-13 11:11:39 +02:00
resource_github_team_test.go provider/github: Randomize repo and team names in acc tests (#12802) 2017-03-17 10:47:43 +00:00
util.go Updates google/go-github to the latest revision (#12604) 2017-03-12 16:05:18 +02:00
util_permissions.go Updates google/go-github to the latest revision (#12604) 2017-03-12 16:05:18 +02:00
util_test.go Adding privacy argument for GitHub teams for #6015 (#6116) 2016-04-11 13:09:25 +01:00