Skip to content
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

Ability to comment on lines of code in a pull request #1644

Open
hhenkel opened this issue Sep 15, 2015 · 46 comments
Open

Ability to comment on lines of code in a pull request #1644

hhenkel opened this issue Sep 15, 2015 · 46 comments
Labels
⛔ do not send pull request Don't ever think about it! 🎯 feature Categorizes as related to a new feature

Comments

@hhenkel
Copy link

hhenkel commented Sep 15, 2015

It would be nice to have the possibility to comment on specific lines of a code in a pull request - as it is possible in github:

2015-09-15 13_51_58-added possibility to manage group members of a group by hhenkel pull request

Gitbucket (another github clone written in scala) has it already implemented.

@unknwon unknwon added the 🎯 feature Categorizes as related to a new feature label Sep 15, 2015
@unknwon unknwon added this to the 0.8.0 milestone Sep 15, 2015
@unknwon
Copy link
Member

unknwon commented Sep 15, 2015

This is what I'm wanting, but take some time to clean up previous tasks. 😃

@bhchew
Copy link

bhchew commented Sep 16, 2015

+1

1 similar comment
@nicolai86
Copy link
Contributor

+1

@john-hu
Copy link

john-hu commented Oct 14, 2015

+1

@roidelapluie
Copy link
Contributor

It would be great to be able to comment at the pull request level but also on individual commits.

@danielskowronski
Copy link

+1

1 similar comment
@wsantos
Copy link

wsantos commented Dec 30, 2015

+1

@DarthMDev
Copy link

+9000000000000000000000000000000000001

@unknwon unknwon removed this from the 0.10.0 milestone Feb 7, 2016
@mikehaertl
Copy link

+1
For us this is one of the final main parts to make it basically feature complete. Having comments on code lines (and commits #796) is really a must. Would be a nice bonus for 0.10.0 ;)

@jonlundy
Copy link
Contributor

+1

3 similar comments
@redpist
Copy link

redpist commented Mar 30, 2016

+1

@Chipsoid
Copy link

+1

@shah-dhaval
Copy link

+1

@estan
Copy link

estan commented Apr 26, 2016

@unknwon: Any update on this? We're thinking of switching from an SVN based workflow to Git + Gogs, but we'd really need this feature. We currently do code review using a very manual process (patches + e-mail), but even there we can comment on sections of code inline :) In fact, I would say most comments are inline.

Great work on Gogs btw!

@unknwon unknwon added this to the 0.11.0 milestone Apr 26, 2016
@lostsnow
Copy link

+1 It is useful for review code in pull request

@ivanguajana
Copy link

+1

@theredcat
Copy link

@ work We use gitlab but I'm looking for an alternative since their update and deployment process was written by crazy monkey in lack of caffeine.

But since pull request code line comments feature is missing we won't be able to switch to gogs since this is mandatory to do easy code review

@patrickreck
Copy link

+1

@strk
Copy link
Contributor

strk commented Jun 14, 2016

May be possibly implemented via git-appraise ( #2210 )

@theredcat
Copy link

@strk As an ops, using the git-appraise cli would be fine for me. But some of my devs would like to have a nice UI to do this.

Frontend developpers, you know....

@strk
Copy link
Contributor

strk commented Jun 16, 2016

@theredcat yes I understand that, what I'm saying is that Gogs could just add a GUI to the git-appraise tool. That way users have a choice to either use the commandline or the GUI, and peer reviews would go togheter with the code when repository is cloned.

@theredcat
Copy link

@strk Thx for the clarification. This would be, indeed, a very nice approach

@tgy
Copy link

tgy commented Jun 16, 2016

👍 git-appraise with a GUI sounds like the perfect road to follow

@stilet
Copy link

stilet commented Aug 28, 2016

+1

@hhenkel
Copy link
Author

hhenkel commented Aug 29, 2016

@strk I think git-appraise would do the job but from what I recall (not sure if it was on gitter or in an issue discussion) @unknwon wants to keep the way gogs handles the pull request stuff. From my understanding that does result in haveing this implemented for the gogs native way of handling pull request and if someone does the git-appraise way of storing data it has to be handled differently. If the later is done I expect that a user/admin has to choose which implementation of PRs he wants to use.

@unknwon unknwon modified the milestones: 0.13, 0.12 Apr 7, 2017
@unknwon unknwon changed the title Add possibility to comment on lines of code in a pull request Ability to comment on lines of code in a pull request Apr 7, 2017
@unknwon
Copy link
Member

unknwon commented Apr 7, 2017

Planned after #2109

richmahn referenced this issue in unfoldingWord/dcs May 1, 2017
* Limit clone depth when drone-building

* sign drone
@federicobond
Copy link

Hi! Any updates on this issue?

@gogs gogs deleted a comment from snoozemoose Aug 15, 2017
@gogs gogs deleted a comment from danielskowronski Aug 16, 2017
@OsmeDiegoGH
Copy link

OsmeDiegoGH commented Sep 22, 2017

Hi, any updates to this request?

@kdrag0n
Copy link

kdrag0n commented Dec 18, 2017

Any updates now? It's almost 2018, and this issue was opened in 2015.

@kathiouchka
Copy link

Hello - Will this feature be implemented at all?

@gogs gogs deleted a comment from tgy Mar 4, 2018
@gogs gogs deleted a comment from ekermawi Mar 4, 2018
@gogs gogs deleted a comment from kathiouchka Mar 4, 2018
@unknwon
Copy link
Member

unknwon commented Mar 4, 2018

Choose GitLab if you need feature-rich Git hosting! Seriously! Or just pay GitHub, it's just $7/month with unlimited private repositories. Or fork it, and do whatever you want!

Programmers, create the world with your own hands! Only managers ask features and just wait every single day!

@adventurist
Copy link

but a maintained Gogs with code comments is so much better than GitLab

@unknwon unknwon modified the milestones: 0.13, 0.12 Apr 9, 2018
@gogs gogs deleted a comment from Freddis May 23, 2018
@forestbelton
Copy link

What needs to be done so that this can become a reality? I see that there may be a dependency on #2109, but I don't see any progress on that issue.

@ptman
Copy link
Contributor

ptman commented Nov 27, 2018

@forestbelton at the risk of getting this comment deleted, gitea has comments available in the 1.6.0 release

@minias
Copy link

minias commented Nov 6, 2019

Are you going to update it?

@lcalaresu
Copy link

I'm interested into this. Is anyone already wordking on it ?

@christopherstock
Copy link

christopherstock commented Mar 28, 2020

Any updates on this major missing feature in Gogs? 👍

@ivanbogomoloff
Copy link
Contributor

ivanbogomoloff commented Jun 14, 2020

i start made this feature, but my progress is slow
my progress and discussion will be here for public https://discuss.gogs.io/t/line-number-commenting-on-pull-request/2668/3

branch here https://github.com/ivanbogomoloff/gogs/commits/feature/1644/ability-comment-pr

nowaday i implemented:

  • simple ui on html+js (add, delete, markdown render)
  • http post endpoint with send comment data and response rendered code comment
    but now it very raw

i plan finish this feature in very very simple implementation to august, i hope do it

@unknwon unknwon added the ⛔ do not send pull request Don't ever think about it! label Jun 15, 2020
@Aleksei-Badyaev
Copy link

The developers of Gogs have no plans at all to implement this great feature?

@timstableford
Copy link

timstableford commented May 4, 2021 via email

@unknwon unknwon removed this from the Triaging priority milestone Mar 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⛔ do not send pull request Don't ever think about it! 🎯 feature Categorizes as related to a new feature
Projects
None yet
Development

No branches or pull requests