Commits and pull files #47

Closed
opened 2025-11-02 03:05:46 -06:00 by GiteaMirror · 33 comments
Owner

Originally created by @lunny on GitHub (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.

Originally created by @lunny on GitHub (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. * [ ] ~Commit comment #3748~ see #4898 * [x] Pull files comment #3748
GiteaMirror added the type/featuretype/proposal labels 2025-11-02 03:05:46 -06:00
Author
Owner

@bkcsoft commented on GitHub (Nov 9, 2016):

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

@bkcsoft commented on GitHub (Nov 9, 2016): well, If we implement `comments on commits` we should get this "for free" :slightly_smiling_face:
Author
Owner

@metalmatze commented on GitHub (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.

@metalmatze commented on GitHub (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.
Author
Owner

@lunny commented on GitHub (Nov 10, 2016):

Yes, comment on commits.

@lunny commented on GitHub (Nov 10, 2016): Yes, comment on commits.
Author
Owner

@bkcsoft commented on GitHub (Dec 6, 2016):

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

@bkcsoft commented on GitHub (Dec 6, 2016): I can probably make a proof of concept for this sometime during the weekend or next week
Author
Owner

@lunny commented on GitHub (Jan 26, 2017):

@bkcsoft any update?

@lunny commented on GitHub (Jan 26, 2017): @bkcsoft any update?
Author
Owner

@strk commented on GitHub (Jan 26, 2017):

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

@strk commented on GitHub (Jan 26, 2017): Aren't we going to do this with git-appraise ? See #733
Author
Owner

@sokolovstas commented on GitHub (Jan 26, 2017):

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

@sokolovstas commented on GitHub (Jan 26, 2017): I can look at this, but this will be not so fast
Author
Owner

@lunny commented on GitHub (Feb 14, 2017):

Move this v1.2 since #733 has moved.

@lunny commented on GitHub (Feb 14, 2017): Move this v1.2 since #733 has moved.
Author
Owner

@lunny commented on GitHub (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 commented on GitHub (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).
Author
Owner

@lcges commented on GitHub (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 on GitHub (Sep 12, 2017): I send the draft as seen to comment on the code. For some time I will show demo work. ![1](https://user-images.githubusercontent.com/19255071/30315213-752c5512-97a3-11e7-9b75-f6d1679d5a99.png)
Author
Owner

@lcges commented on GitHub (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 on GitHub (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](https://github.com/go-gitea/gitea/files/1324115/gitea.zip)
Author
Owner

@daviian commented on GitHub (Sep 22, 2017):

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

@daviian commented on GitHub (Sep 22, 2017): @qdbdbp Looks great but I think a button to cancel the comment is missing. How does it look in unified mode?
Author
Owner

@lcges commented on GitHub (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 on GitHub (Sep 22, 2017): [gitea_c_o_c.zip](https://github.com/go-gitea/gitea/files/1324606/gitea.1.zip) I send updated versions. I'm waiting for comments on this. ![pasted image at 2017_09_22 03_04 pm](https://user-images.githubusercontent.com/19255071/30745729-973e905a-9fa7-11e7-8927-5ceafb2f8353.png)
Author
Owner

@lunny commented on GitHub (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 commented on GitHub (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.
Author
Owner

@lunny commented on GitHub (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 commented on GitHub (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?
Author
Owner

@lunny commented on GitHub (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 commented on GitHub (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.
Author
Owner

@lcges commented on GitHub (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 on GitHub (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](https://user-images.githubusercontent.com/19255071/30795258-f8360e16-a1cc-11e7-8a93-3a4cb514af2f.png) ![pasted image at 2017_09_25 08_35 am](https://user-images.githubusercontent.com/19255071/30795259-f8360088-a1cc-11e7-900d-aae3cf83f63b.png)
Author
Owner

@tonivj5 commented on GitHub (Sep 25, 2017):

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

@tonivj5 commented on GitHub (Sep 25, 2017): @qdbdbp, what tool do you use to do those designs? :sweat_smile:
Author
Owner

@lcges commented on GitHub (Sep 25, 2017):

hi. I use it for quick drafts this tool:

https://mockflow.com/

@lcges commented on GitHub (Sep 25, 2017): hi. I use it for quick drafts this tool: https://mockflow.com/
Author
Owner

@bclermont commented on GitHub (Mar 13, 2018):

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

@bclermont commented on GitHub (Mar 13, 2018): I don't mind to pay to have this feature... how much? who?
Author
Owner

@lunny commented on GitHub (Mar 13, 2018):

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

@lunny commented on GitHub (Mar 13, 2018): @bclermont we already have a wip pull request #2583.
Author
Owner

@bclermont commented on GitHub (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

@bclermont commented on GitHub (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
Author
Owner

@lunny commented on GitHub (Mar 13, 2018):

You could use https://www.bountysource.com/teams/go-gitea

@lunny commented on GitHub (Mar 13, 2018): You could use https://www.bountysource.com/teams/go-gitea
Author
Owner

@techknowlogick commented on GitHub (Mar 14, 2018):

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

@techknowlogick commented on GitHub (Mar 14, 2018): @lunny thanks for posting that link. I added to the bounty.
Author
Owner

@cobbzilla commented on GitHub (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 on GitHub (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!
Author
Owner

@bclermont commented on GitHub (Mar 29, 2018):

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

@bclermont commented on GitHub (Mar 29, 2018): I will give equivalent of 100$ in a crypto currency to whoever earn the bounty
Author
Owner

@rc1021 commented on GitHub (May 4, 2018):

Are there things to follow?

@rc1021 commented on GitHub (May 4, 2018): Are there things to follow?
Author
Owner

@lunny commented on GitHub (May 4, 2018):

Please follow #3748

@lunny commented on GitHub (May 4, 2018): Please follow #3748
Author
Owner

@tonivj5 commented on GitHub (Sep 6, 2018):

Is comment in commits implemented? If it isn't implemented I think this should be reopen

@tonivj5 commented on GitHub (Sep 6, 2018): Is comment in commits implemented? If it isn't implemented I think this should be reopen
Author
Owner

@lunny commented on GitHub (Sep 7, 2018):

@xxxtonixxx right, Only pull request comment was implemented by #3748 . @lafriks @JonasFranzDEV

@lunny commented on GitHub (Sep 7, 2018): @xxxtonixxx right, Only pull request comment was implemented by #3748 . @lafriks @JonasFranzDEV
Author
Owner

@lunny commented on GitHub (Sep 7, 2018):

But we could open another issue to keep this one closed.

@lunny commented on GitHub (Sep 7, 2018): But we could open another issue to keep this one closed.
Author
Owner

@tonivj5 commented on GitHub (Sep 7, 2018):

👍, I will do it

@tonivj5 commented on GitHub (Sep 7, 2018): :+1:, I will do it
Author
Owner

@lunny commented on GitHub (Sep 11, 2018):

@xxxtonixxx Thank you!

@lunny commented on GitHub (Sep 11, 2018): @xxxtonixxx Thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#47