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

add multi-line comment support in api #25523

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jun 26, 2023

  1. add multi-line comment suport in api

    first step of go-gitea#12640
    
    - add `side` and `line` to replace `new/old_position` in api like
      github
    - add `start_line` in api like github for `multi-line comment` creating
    - for multi-line comment, will cut all lines in range [start_line, line]
      for patch generate, then user can view all lines in this range on
      commnet list ui.
    - not suport `start_side` now, `line` and `start_line` should in same
      side
    
    todos:
    - [ ] suport creating multi-line comments by ui & incomming mail
    - [ ] more ui updates
    
    Signed-off-by: a1012112796 <1012112796@qq.com>
    a1012112796 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    e9b7b8b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    5b430ab View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    95e7fcf View commit details
    Browse the repository at this point in the history