Andy Lindeman
85f759f296
Updates google/go-github to the latest revision ( #12604 )
...
* Updates to the latest go-github
* `github_repository_collaborator` uses invitations API
2017-03-12 16:05:18 +02:00
Andy Lindeman
5ddf83907c
provider/github: supports importing resources ( #10382 )
...
```
=== RUN TestProvider
--- PASS: TestProvider (0.00s)
=== RUN TestProvider_impl
--- PASS: TestProvider_impl (0.00s)
=== RUN TestAccGithubIssueLabel_basic
--- PASS: TestAccGithubIssueLabel_basic (0.91s)
=== RUN TestAccGithubIssueLabel_importBasic
--- PASS: TestAccGithubIssueLabel_importBasic (0.41s)
=== RUN TestAccGithubMembership_basic
--- PASS: TestAccGithubMembership_basic (0.84s)
=== RUN TestAccGithubMembership_importBasic
--- PASS: TestAccGithubMembership_importBasic (0.53s)
=== RUN TestAccGithubRepositoryCollaborator_basic
--- PASS: TestAccGithubRepositoryCollaborator_basic (0.64s)
=== RUN TestAccGithubRepositoryCollaborator_importBasic
--- PASS: TestAccGithubRepositoryCollaborator_importBasic (0.74s)
=== RUN TestAccGithubRepository_basic
--- PASS: TestAccGithubRepository_basic (1.54s)
=== RUN TestAccGithubRepository_importBasic
--- PASS: TestAccGithubRepository_importBasic (0.77s)
=== RUN TestAccGithubTeamMembership_basic
--- PASS: TestAccGithubTeamMembership_basic (1.59s)
=== RUN TestAccGithubTeamMembership_importBasic
--- PASS: TestAccGithubTeamMembership_importBasic (0.95s)
=== RUN TestAccGithubTeamRepository_basic
--- PASS: TestAccGithubTeamRepository_basic (1.45s)
=== RUN TestAccGithubTeamRepository_importBasic
--- PASS: TestAccGithubTeamRepository_importBasic (0.75s)
=== RUN TestAccCheckGetPermissions
--- PASS: TestAccCheckGetPermissions (0.00s)
=== RUN TestAccGithubTeam_basic
--- PASS: TestAccGithubTeam_basic (0.79s)
=== RUN TestAccGithubTeam_importBasic
--- PASS: TestAccGithubTeam_importBasic (0.54s)
=== RUN TestAccGithubUtilRole_validation
--- PASS: TestAccGithubUtilRole_validation (0.00s)
=== RUN TestAccGithubUtilTwoPartID
--- PASS: TestAccGithubUtilTwoPartID (0.00s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/github 12.455s
```
2016-11-28 17:30:24 +00:00
Paul Stack
dc0cb70e95
provider/github: Creating a github repository before adding a label ( #10213 )
2016-11-18 13:38:46 +02:00
Ian L
f584d53ba9
provider/github: add GitHub labels resource ( #10142 )
...
* provider/github: add GitHub labels resource
Provides a GitHub issue label resource.
This resource allows easy management of issue labels for an
organisation's repositories. A name, and a color can be set.
These attributes can be updated without creating a new resource.
* provider/github: add documentation for GitHub issue labels resource
2016-11-18 13:24:37 +02:00
Martin Atkins
f4ecf72125
provider/github: github_repository resource
...
Allows creation of repositories within the organization configured on the
provider.
2016-10-13 08:04:17 -07:00
Radek Simko
1c12ead951
provider/github: Remove unsafe ptr dereferencing ( #8512 )
2016-08-28 17:15:03 +01:00
Michael Handler
a1e92c6f77
+github_repository_collaborator ( #6861 )
2016-06-02 01:06:35 +01:00
Kevin DeJong
0cec1c19d7
Add support for the Base URL endpoint so the GitHub provider can support GitHub Enterprise ( #6434 )
2016-05-09 19:22:53 +01:00
James Nugent
f2fef2556a
Fix import formatting across code base
2016-04-18 17:28:46 -07:00
Jacob Severson
7721348b0b
Adding privacy argument for GitHub teams for #6015 ( #6116 )
...
Added the ability to set the "privacy" of a github_team resource so all teams won't automatically set to private.
* Added the privacy argument to github_team
* Refactored parameter validation to be general for any argument
* Updated testing
2016-04-11 13:09:25 +01:00
Jacob Severson
b1e7065878
Pulling out the hardcoded test user
2016-03-18 21:55:33 -05:00
Jacob Severson
c1b373ad5f
Add Github Organization provider.
...
Allows for managing organization membership, teams, team membership, and
team repositories.
2016-03-08 23:06:30 +01:00