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

Inline comments on commits and pull files #124

Closed
lunny opened this Issue Nov 9, 2016 · 28 comments

Comments

@lunny
Member

lunny commented Nov 9, 2016

Before we can start a review, we can implement comment on one line of PRs at first.
I think this includes two sub issues.

@lunny lunny added this to the 1.1.0 milestone Nov 9, 2016

@bkcsoft

This comment has been minimized.

Show comment
Hide comment
@bkcsoft

bkcsoft Nov 9, 2016

Member

well, If we implement comments on commits we should get this "for free" 🙂

Member

bkcsoft commented Nov 9, 2016

well, If we implement comments on commits we should get this "for free" 🙂

@metalmatze

This comment has been minimized.

Show comment
Hide comment
@metalmatze

metalmatze Nov 9, 2016

Contributor

I'm not sure. I don't know the internals, but the comment may go onto a commit page. Then you can discuss this commit.
But this issue targets a bigger picture. A PR might have multiple commits and those can change over time. So I agree that comments on commits might benefit comments on PR with some work already done nevertheless I feel that there's more to it.

Contributor

metalmatze commented Nov 9, 2016

I'm not sure. I don't know the internals, but the comment may go onto a commit page. Then you can discuss this commit.
But this issue targets a bigger picture. A PR might have multiple commits and those can change over time. So I agree that comments on commits might benefit comments on PR with some work already done nevertheless I feel that there's more to it.

@lunny

This comment has been minimized.

Show comment
Hide comment
@lunny

lunny Nov 10, 2016

Member

Yes, comment on commits.

Member

lunny commented Nov 10, 2016

Yes, comment on commits.

@lunny lunny changed the title from Inline comments on prs to Inline comments on commits Nov 10, 2016

@bkcsoft

This comment has been minimized.

Show comment
Hide comment
@bkcsoft

bkcsoft Dec 6, 2016

Member

I can probably make a proof of concept for this sometime during the weekend or next week

Member

bkcsoft commented Dec 6, 2016

I can probably make a proof of concept for this sometime during the weekend or next week

@lunny

This comment has been minimized.

Show comment
Hide comment
@lunny

lunny Jan 26, 2017

Member

@bkcsoft any update?

Member

lunny commented Jan 26, 2017

@bkcsoft any update?

@strk

This comment has been minimized.

Show comment
Hide comment
@strk

strk Jan 26, 2017

Member

Aren't we going to do this with git-appraise ? See #733

Member

strk commented Jan 26, 2017

Aren't we going to do this with git-appraise ? See #733

@sokolovstas

This comment has been minimized.

Show comment
Hide comment
@sokolovstas

sokolovstas Jan 26, 2017

I can look at this, but this will be not so fast

sokolovstas commented Jan 26, 2017

I can look at this, but this will be not so fast

@lunny lunny modified the milestones: 1.2.0, 1.1.0 Feb 14, 2017

@lunny

This comment has been minimized.

Show comment
Hide comment
@lunny

lunny Feb 14, 2017

Member

Move this v1.2 since #733 has moved.

Member

lunny commented Feb 14, 2017

Move this v1.2 since #733 has moved.

@lunny

This comment has been minimized.

Show comment
Hide comment
@lunny

lunny Feb 14, 2017

Member

I have tried to do something. Comments on PR is not the same as comments on commits. These are two similar PRs. For comments on PR, all the comments should be indexed by the IssueID, treePath, lineNum and actionType(add line or del line). But for comments on commits, all the comments should be indexed by commitSHA, treePath, lineNum and actionType(add line or del line).

Member

lunny commented Feb 14, 2017

I have tried to do something. Comments on PR is not the same as comments on commits. These are two similar PRs. For comments on PR, all the comments should be indexed by the IssueID, treePath, lineNum and actionType(add line or del line). But for comments on commits, all the comments should be indexed by commitSHA, treePath, lineNum and actionType(add line or del line).

@lunny lunny referenced this issue Feb 23, 2017

Open

Gitea hosted Gitea #1029

6 of 8 tasks complete

@lunny lunny modified the milestones: 1.x.x, 1.2.0 Apr 20, 2017

@lunny lunny referenced this issue Sep 1, 2017

Closed

Comments of code #2443

@lcges

This comment has been minimized.

Show comment
Hide comment
@lcges

lcges Sep 12, 2017

I send the draft as seen to comment on the code.
For some time I will show demo work.
1

lcges commented Sep 12, 2017

I send the draft as seen to comment on the code.
For some time I will show demo work.
1

@lcges

This comment has been minimized.

Show comment
Hide comment
@lcges

lcges Sep 22, 2017

Hello.
I send you a preview of the model of action.
This is a static implementation - proof of concept

gitea_comment_code.zip

lcges commented Sep 22, 2017

Hello.
I send you a preview of the model of action.
This is a static implementation - proof of concept

gitea_comment_code.zip

@daviian

This comment has been minimized.

Show comment
Hide comment
@daviian

daviian Sep 22, 2017

Member

@qdbdbp Looks great but I think a button to cancel the comment is missing. How does it look in unified mode?

Member

daviian commented Sep 22, 2017

@qdbdbp Looks great but I think a button to cancel the comment is missing. How does it look in unified mode?

@lcges

This comment has been minimized.

Show comment
Hide comment
@lcges

lcges Sep 22, 2017

gitea_c_o_c.zip

I send updated versions.
I'm waiting for comments on this.

pasted image at 2017_09_22 03_04 pm

lcges commented Sep 22, 2017

gitea_c_o_c.zip

I send updated versions.
I'm waiting for comments on this.

pasted image at 2017_09_22 03_04 pm

@lunny

This comment has been minimized.

Show comment
Hide comment
@lunny

lunny Sep 22, 2017

Member

@qdbdbp I am working on a branch about this, I will send a PR today or last two days. I will copy your code to that PR.

Member

lunny commented Sep 22, 2017

@qdbdbp I am working on a branch about this, I will send a PR today or last two days. I will copy your code to that PR.

@lunny

This comment has been minimized.

Show comment
Hide comment
@lunny

lunny Sep 22, 2017

Member

@qdbdbp It seems only the first comment on the code line. how to show the second or third comment on the same line?

Member

lunny commented Sep 22, 2017

@qdbdbp It seems only the first comment on the code line. how to show the second or third comment on the same line?

@lunny

This comment has been minimized.

Show comment
Hide comment
@lunny

lunny Sep 23, 2017

Member

@qdbdbp I have sent a PR #2583 but I think maybe I have lost something from your zip. Please review the code and help me with the UI.

Member

lunny commented Sep 23, 2017

@qdbdbp I have sent a PR #2583 but I think maybe I have lost something from your zip. Please review the code and help me with the UI.

@lunny lunny changed the title from Inline comments on commits to Inline comments on commits and pull files Sep 23, 2017

@lcges

This comment has been minimized.

Show comment
Hide comment
@lcges

lcges Sep 25, 2017

no problem. I will do what I need
I'll take your code and I'm already working on the correct code.

pasted image at 2017_09_25 08_30 am
pasted image at 2017_09_25 08_35 am

lcges commented Sep 25, 2017

no problem. I will do what I need
I'll take your code and I'm already working on the correct code.

pasted image at 2017_09_25 08_30 am
pasted image at 2017_09_25 08_35 am

@xxxtonixxx

This comment has been minimized.

Show comment
Hide comment
@xxxtonixxx

xxxtonixxx Sep 25, 2017

Contributor

@qdbdbp, what tool do you use to do those designs? 😅

Contributor

xxxtonixxx commented Sep 25, 2017

@qdbdbp, what tool do you use to do those designs? 😅

@lcges

This comment has been minimized.

Show comment
Hide comment
@lcges

lcges Sep 25, 2017

hi. I use it for quick drafts this tool:

https://mockflow.com/

lcges commented Sep 25, 2017

hi. I use it for quick drafts this tool:

https://mockflow.com/

@bclermont

This comment has been minimized.

Show comment
Hide comment
@bclermont

bclermont Mar 13, 2018

Contributor

I don't mind to pay to have this feature... how much? who?

Contributor

bclermont commented Mar 13, 2018

I don't mind to pay to have this feature... how much? who?

@lunny

This comment has been minimized.

Show comment
Hide comment
@lunny

lunny Mar 13, 2018

Member

@bclermont we already have a wip pull request #2583.

Member

lunny commented Mar 13, 2018

@bclermont we already have a wip pull request #2583.

@bclermont

This comment has been minimized.

Show comment
Hide comment
@bclermont

bclermont Mar 13, 2018

Contributor

@lunny yeah, but it can't be merged, and haven't been updated in 6 months! I want to help to implement this feature

Contributor

bclermont commented Mar 13, 2018

@lunny yeah, but it can't be merged, and haven't been updated in 6 months! I want to help to implement this feature

@lunny

This comment has been minimized.

Show comment
Hide comment
Member

lunny commented Mar 13, 2018

@techknowlogick

This comment has been minimized.

Show comment
Hide comment
@techknowlogick

techknowlogick Mar 14, 2018

Member

@lunny thanks for posting that link. I added to the bounty.

Member

techknowlogick commented Mar 14, 2018

@lunny thanks for posting that link. I added to the bounty.

@cobbzilla

This comment has been minimized.

Show comment
Hide comment
@cobbzilla

cobbzilla Mar 28, 2018

Thanks for the bounty link. I added $100 if this can be resolved within 6 months. This is the basically the only feature that I still miss after migrating from Github to Gitea. I will be super duper happy when Gitea supports in-line code reviewing for pull requests. Go Gitea team!

cobbzilla commented Mar 28, 2018

Thanks for the bounty link. I added $100 if this can be resolved within 6 months. This is the basically the only feature that I still miss after migrating from Github to Gitea. I will be super duper happy when Gitea supports in-line code reviewing for pull requests. Go Gitea team!

@bclermont

This comment has been minimized.

Show comment
Hide comment
@bclermont

bclermont Mar 29, 2018

Contributor

I will give equivalent of 100$ in a crypto currency to whoever earn the bounty

Contributor

bclermont commented Mar 29, 2018

I will give equivalent of 100$ in a crypto currency to whoever earn the bounty

@lafriks lafriks modified the milestones: 1.x.x, 1.5.0 Apr 2, 2018

@lafriks lafriks referenced this issue Apr 2, 2018

Merged

Pull request review/approval and comment on code #3748

22 of 23 tasks complete
@rc1021

This comment has been minimized.

Show comment
Hide comment
@rc1021

rc1021 May 4, 2018

Are there things to follow?

rc1021 commented May 4, 2018

Are there things to follow?

@lunny

This comment has been minimized.

Show comment
Hide comment
@lunny

lunny May 4, 2018

Member

Please follow #3748

Member

lunny commented May 4, 2018

Please follow #3748

@lafriks lafriks modified the milestones: 1.5.0, 1.6.0 Jun 5, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment