-
-
Notifications
You must be signed in to change notification settings - Fork 400
Missing templates (gitignores, gitlab_ci_ymls, dockerfiles, licenses)… #444
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
Missing templates (gitignores, gitlab_ci_ymls, dockerfiles, licenses)… #444
Conversation
… and project level templates for the same
NARKOZ
left a comment
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.
Thank you for the PR. I've left a comment.
lib/gitlab/client.rb
Outdated
| include Environments | ||
| include Events | ||
| include GitignoreTemplates | ||
| include GitlabCiYmlTemplates |
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.
Can we merge all these modules into one Templates module? Because technically it's one endpoint: /templates. Except ProjectTemplates module - it's methods should go to Projects module.
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.
Made changes. Need review.
|
Kind reminder @akkee |
|
@NARKOZ , will update will the requested changes soon. |
2. Moved projects templates to Projects
|
Thank you. |
… and project level templates for the same
Closes #432 and closes #226