Support "Viewed" option in Pull Requests #5487

Closed
opened 2025-11-02 06:26:10 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @VishwasShashidhar on GitHub (Jun 2, 2020).

  • Gitea version (or commit ref): 1.8.2
  • Git version: N/A
  • Operating system: N/A

Description

For Pull Requests that contain a lot of files being changed / added, it helps to have an option (like in GitHub) where in you can mark the file as viewed and review the remaining files in multiple sessions.
...

Screenshots

Screenshot 2020-06-02 at 12 42 25
Originally created by @VishwasShashidhar on GitHub (Jun 2, 2020). - Gitea version (or commit ref): 1.8.2 - Git version: N/A - Operating system: N/A ## Description For Pull Requests that contain a lot of files being changed / added, it helps to have an option (like in GitHub) where in you can mark the file as `viewed` and review the remaining files in multiple sessions. ... ## Screenshots <img width="1390" alt="Screenshot 2020-06-02 at 12 42 25" src="https://user-images.githubusercontent.com/5968790/83490975-99df7c00-a4ce-11ea-9109-9e58776440f7.png">
GiteaMirror added the issue/confirmedtype/enhancement labels 2025-11-02 06:26:10 -06:00
Author
Owner

@stale[bot] commented on GitHub (Aug 2, 2020):

This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions.

@stale[bot] commented on GitHub (Aug 2, 2020): This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions.
Author
Owner

@a1012112796 commented on GitHub (Aug 2, 2020):

ping :)

@a1012112796 commented on GitHub (Aug 2, 2020): ping :)
Author
Owner

@6543 commented on GitHub (Jan 26, 2021):

for the Backend Part who notice changes to files, there are 2 TODOs:

  • extend checkIfPRContentChanged to return file list
  • move AddTestPullRequestTask into queue

revs:
https://github.com/go-gitea/gitea/blob/master/services/pull/pull.go#L233
a598877fdf/services/pull/pull.go (L368-L378)

@6543 commented on GitHub (Jan 26, 2021): for the Backend Part who notice changes to files, there are 2 TODOs: * extend checkIfPRContentChanged to return file list * move AddTestPullRequestTask into queue revs: https://github.com/go-gitea/gitea/blob/master/services/pull/pull.go#L233 https://github.com/go-gitea/gitea/blob/a598877fdf64a37b20eb1bf4372cbe798fc94486/services/pull/pull.go#L368-L378
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#5487