Commit 4bd90e0
author Ringo De Smet <ringo@de-smet.name> 1592760067 +0200
committer sfang97 <sfang@gitlab.com> 1600137187 -0500
parent 1cbab81
author Ringo De Smet <ringo@de-smet.name> 1592760067 +0200
committer sfang97 <sfang@gitlab.com> 1600137111 -0500
parent 1cbab81
author Ringo De Smet <ringo@de-smet.name> 1592760067 +0200
committer sfang97 <sfang@gitlab.com> 1600136946 -0500
Fix required Go version
Add instance clusters to Terraform provider
Add support for instance level cluster management via the Gitlab
Terraform provider.
Add instance cluster to provider
Add instance cluster go file
Add instance clusters to website
Only test read instance cluster for now
Add functionality to CRUD
Tests mostly passing now, except a weird invalid URL escape thing, will
investigate this
Remove instance_clusters.go from this PR
Contributed the instance API file to the upstream repo
github.com/xanzy/go-gitlab, so removing from this PR
Readding instance_clusters for failed pipeline
Replace required libary in go mod
Replace vendor with upstream in go mod
Remove vendor files
Remove changes to gitlab go
Remove instance clusters from README
Add management project param back in
Rerun CI build
Removing line for CI build
Rerun CI pipeline
Undo change to xanzy README
Undo another change to README
Change the commit to replace go-gitlab requirement
Add go mod vendor to travis
Move go mod vendors command to lint stage
Change function names based on vendor change
Remove replace package
feat: Add support to create projects from templates
Undo cherry pick
This reverts commit 5191839.
Update go mod to latest go-gitlab
Remove changes to travis
Remove newline for new pipeline
Update docs, no instance ID
Add backlashes so no italics
Remove instance from example usage
Remove white space, change instance link
Address PR comments
Add forcenew back to auth type
run make fmt
Prepare changelog for release
v2.11.0
Cleanup after v2.11.0 release
Fix Jira Service error handling (#363)
Fix nil pointer dereferences during error handling (#364)
* Fix error handling when deleting deploy key
There was the possibility of a panic if response was nil, and the GitLab client already treats the 204 code as a success, so the extra check was not needed.
* Fix nil pointer dereference issues in error messages
correct management_project_id argument in documentation (#368)
Fix incorrect description of valid access levels (#342)
This minor change corrects a mistake showing `master` as a valid level
of `group_access_level`.
Import group labels (#339)
* add support for importing gitlab group labels
* fix resource name in the acceptance test
* convert group ID to string
Co-authored-by: David Townshend <david.townshend@allangray.co.za>
Add importer to resource_gitlab_project_push_rules (#360)
* Add importer to resource_gitlab_project_push_rules
* Fix apparent copy-paste problem and inconsistency in push rules debug logs
Bump go-gitlab to v.0.34.1 (#378)
* Fix variable passed to ListLabelsOptions
Needed to fix nested struct format
* Don't need go mod changes
* Add back go mod
* Bump to 0.34.1
* Add 0.34.1 to modules.txt
* Revert "Add 0.34.1 to modules.txt"
This reverts commit 2ac4e3e.
* Add vendor files for bump
Co-authored-by: sfang97 <sfang@gitlab.com>
Renamed the Github organization after the migration to https://github.com/gitlabhq
Change isRunningInEE test
Fix import packages
Call configure in provider test
Only initialize provider in acceptance tests
Remove undefined resource reference
Add undefined testenvvar
Had to run make fmt
Remove unused variable
Reference testenvvar resource correctly
Add group_ldap_link to index
Signed-off-by: Sune Keller <absukl@almbrand.dk>
Adding project miorror and tests
responding to PR comments, removing import state verify for acceptance test
Setting all properties in SetToState
removed commented out ignore
adding docs page
adding to index
Store more attributes into the state
Fix missing test checks in the resource user
Allow to change user email address without creating a new resource
Fix the external flag being mapped to admin instead
Switching the external flag makes tests fail
Add new data source gitlab_group_membership
Allow to filter members by their access_level
Add new doc page to gitlab.erb
Update website/gitlab.erb
Co-authored-by: Adam Snyder <armsnyder@gmail.com>
Added Quotes in the example for group cluster
Prepare changelog for release
Cleanup after v2.11.0 release
Fix Jira Service error handling (#363)
Fix nil pointer dereferences during error handling (#364)
* Fix error handling when deleting deploy key
There was the possibility of a panic if response was nil, and the GitLab client already treats the 204 code as a success, so the extra check was not needed.
* Fix nil pointer dereference issues in error messages
correct management_project_id argument in documentation (#368)
Fix incorrect description of valid access levels (#342)
This minor change corrects a mistake showing `master` as a valid level
of `group_access_level`.
Import group labels (#339)
* add support for importing gitlab group labels
* fix resource name in the acceptance test
* convert group ID to string
Co-authored-by: David Townshend <david.townshend@allangray.co.za>
Add importer to resource_gitlab_project_push_rules (#360)
* Add importer to resource_gitlab_project_push_rules
* Fix apparent copy-paste problem and inconsistency in push rules debug logs
Bump go-gitlab to v.0.34.1 (#378)
* Fix variable passed to ListLabelsOptions
Needed to fix nested struct format
* Don't need go mod changes
* Add back go mod
* Bump to 0.34.1
* Add 0.34.1 to modules.txt
* Revert "Add 0.34.1 to modules.txt"
This reverts commit 2ac4e3e.
* Add vendor files for bump
Co-authored-by: sfang97 <sfang@gitlab.com>
Change isRunningInEE test
Fix import packages
Call configure in provider test
Only initialize provider in acceptance tests
Remove undefined resource reference
Add undefined testenvvar
Had to run make fmt
Remove unused variable
Reference testenvvar resource correctly
Add group_ldap_link to index
Signed-off-by: Sune Keller <absukl@almbrand.dk>
Adding project miorror and tests
responding to PR comments, removing import state verify for acceptance test
Setting all properties in SetToState
removed commented out ignore
adding docs page
adding to index
Store more attributes into the state
Fix missing test checks in the resource user
Allow to change user email address without creating a new resource
Fix the external flag being mapped to admin instead
Switching the external flag makes tests fail
Allow to filter members by their access_level
Update website/gitlab.erb
Co-authored-by: Adam Snyder <armsnyder@gmail.com>
Added Quotes in the example for group cluster
Remove redundant test func
Add managed test
Address PR comments
Revert "Address PR comments"
This reverts commit a963eaf.
Remove managed and enabled for now
Co-authored-by: Ringo De Smet <ringo@de-smet.name>
1 parent bd16b81 commit 4bd90e0
File tree
6 files changed
+598
-0
lines changed- gitlab
- website
- docs/r
6 files changed
+598
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
0 commit comments