Add api for code reviews #11389

Closed
opened 2025-11-02 09:36:20 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @thigg on GitHub (Aug 1, 2023).

Feature Description

Leaving the IDE is a major painpoint when doing Code Reviews.
To allow code reviews from IDEs

  • either #184 would have to be pushed forward (along with IDE plugins). Something like git appraise comes to my mind.
  • and/or create a custom api for PRs that can be implemented by plugins
  • and/or imitate the api of an existing product like gerrit or github and enable the useage of their plugins (or just be similar enough so those can be adapted)

A (maybe) low hanging fruit would be to add an api endpoint to create comments on PRs ( which is not there yet if I am not completly blind)

Screenshots

No response

Originally created by @thigg on GitHub (Aug 1, 2023). ### Feature Description Leaving the IDE is a major painpoint when doing Code Reviews. To allow code reviews from IDEs - either #184 would have to be pushed forward (along with IDE plugins). Something like git appraise comes to my mind. - and/or create a custom api for PRs that can be implemented by plugins - and/or imitate the api of an existing product like gerrit or github and enable the useage of their plugins (or just be similar enough so those can be adapted) A (maybe) low hanging fruit would be to add an api endpoint to create comments on PRs ( which is not there yet if I am not completly blind) ### Screenshots _No response_
GiteaMirror added the type/proposal label 2025-11-02 09:36:20 -06:00
Author
Owner

@thigg commented on GitHub (Aug 4, 2023):

Sorry, just noticed this is already part of the api, i was just not seeing that create review has a comment parameter

@thigg commented on GitHub (Aug 4, 2023): Sorry, just noticed this is already part of the api, i was just not seeing that create review has a comment parameter
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#11389