-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GitLab Data Group #129
Conversation
+1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @matejvelikonja.
I think you forgot to edit doc arborescence website/gitlab.erb
with the new datasource.
Also, maybe it'd be better to separate group resource
changes into another PR to make this one clearer?
not really sure, why would
and acceptances tests work on my machine. Probably a temporary glitch.
|
@roidelapluie anything else to do here? |
Thanks @matejvelikonja, this feature will be very useful to us, once it gets merged. Hopefully soon.. |
This will be released in the coming days. I will merge it soon after 2.0.0 is released. |
* origin/master: Update CHANGELOG.md Add GitLab Data Group (gitlabhq#129) Cleanup after v2.0.0 release v2.0.0 Update typo Update changelog Fix Acc tests and move to TF 0.12 Fix alignment. Fix test TestAccGitlabProject_willError. Fix tests. Add missing func testAccCheckGitlabProjectAttributes SharedRunnersEnabled check. Use GitLab API documentation description of shared_runners_enabled. Cleans up "project" resource schema and testing framework add domain to project cluster Stop silently deleting objects from state Add shared_runners_enabled flag in project
@roidelapluie any news when version 2.1 will be relased? |
This PR adds a new data resource
gitlab_group
.You can access GitLab group via
group_id
orfull_path
.Fixes #103