-
Notifications
You must be signed in to change notification settings - Fork 74
Improve api support #26
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
Conversation
|
ping @plouc ;) |
gitlab.go
Outdated
| return nil, fmt.Errorf("Client.Do error: %q", err) | ||
| } | ||
|
|
||
| if resp.StatusCode >= 400 { |
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.
don't like consts? 😃
if resp.StatusCode >= http.StatusBadRequest {
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.
It was the original code ;) I will fix it
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.
fixed
|
would be great if you update readme as well 🙏 |
README.md
Outdated
|
|
||
|
|
||
|
|
||
| * |
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.
@rande the formatting seems broken
|
@plouc I think we are ready to merge |
|
@rande, I think so :) |
|
Thanks, I can now release: https://github.com/rande/gitlab-ci-helper |
No description provided.