-
Notifications
You must be signed in to change notification settings - Fork 245
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
GitLab pull request formatter #232
Comments
Hi, the Merge request API should have per-line commenting soon, it is already implemented https://gitlab.com/gitlab-org/gitlab-ce/issues/20901 |
@mikes01 cool, thank you! |
Looks like implementing this feature will also close #106 |
It seems like the GitLab issue was moved to 9.3 milestone which has due date on June, 21. |
Maybe you know the reason? Not stable enough? |
@mmozuras to be honest I didn't read all the discussions because the are huge enough. UPDATE |
And it is moved to 9.4 😞 |
This API seems to be implemented in 10.8 release :-D https://docs.gitlab.com/ce/api/discussions.html |
@siebertm great news (finally 😀)! If anyone wants to take the implementation, write about it here. |
PR #308 😄 |
Looks like it can be closed now, resolved by PR #351 |
@vkotovv thanks for pointing this out. Currently I am not using Pronto, so I can't actually test behaviour. |
Hi @mmozuras,
thank you for the awesome gem!
I use it with GitLab instance.
I noticed that only commit formatter exists for GitLab. But GitLab API contains endpoints to work with comments on pull requests (merge requests as they call them).
Is it possible to enable pull request commenting for GitLab (maybe there are some restrictions I don't know about) ?
If it is I would happily start to working on it.
The text was updated successfully, but these errors were encountered: