forgejo/templates/repo/issue
Sebastian Brückner 542badbb76
Properly migrate automatic merge GitLab comments (#27873)
GitLab generates "system notes" whenever an event happens within the
platform. Unlike Gitea, those events are stored and retrieved as text
comments with no semantic details. The only way to tell whether a
comment was generated in this manner is the `system` flag on the note
type.

This PR adds detection for two specific kinds of events: Scheduling and
un-scheduling of automatic merges on a PR. When detected, they are
downloaded using Gitea's type for these events, and eventually uploaded
into Gitea in the expected format, i.e. with no text content in the
comment.

This PR also updates the template used to render comments to add support
for migrated comments of these two types.

ref:
11bd6dc826/app/services/system_notes/merge_requests_service.rb (L6-L17)

---------

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
(cherry picked from commit a70c00b80bcb5de8479e407f1b8f08dcf756019d)
2024-02-26 22:30:26 +01:00
..
fields
labels
milestone
view_content Properly migrate automatic merge GitLab comments (#27873) 2024-02-26 22:30:26 +01:00
branch_selector_field.tmpl
card.tmpl Fix links in issue card (#28806) 2024-01-15 22:38:13 +02:00
choose.tmpl
comment_tab.tmpl
filter_actions.tmpl
filter_list.tmpl Add rel="nofollow" to issue filter links 2024-02-17 10:42:47 +01:00
filters.tmpl Refactor template empty checks (#28351) 2023-12-04 15:48:42 -06:00
label_precolors.tmpl
labels.tmpl
list.tmpl Show total TrackedTime on issue/pull/milestone lists (#26672) 2023-10-19 14:08:31 +00:00
milestone_issues.tmpl Show total TrackedTime on issue/pull/milestone lists (#26672) 2023-10-19 14:08:31 +00:00
milestone_new.tmpl
milestones.tmpl
navbar.tmpl
new.tmpl
new_form.tmpl
openclose.tmpl Add ability to see open and closed issues at the same time (#28757) 2024-01-15 15:07:22 +00:00
search.tmpl
view.tmpl
view_content.tmpl Fix default avatar image size in PR diff page (#28971) 2024-02-02 10:01:11 +00:00
view_title.tmpl [UI] Agit: Add AGit label to AGit-created PRs 2024-02-23 21:09:08 +01:00