forgejo/templates
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
..
admin [REFACTOR] Simplify converting struct to map in admin stats 2024-02-22 22:25:19 +01:00
api/packages/pypi
base Remove DataRaceCheck (#29258) 2024-02-19 22:58:33 +01:00
code
custom
devtest
explore Allow instance-wide disabling of forking 2024-02-25 12:00:17 +01:00
mail
org
package
projects
repo Properly migrate automatic merge GitLab comments (#27873) 2024-02-26 22:30:26 +01:00
shared
status [THEME] refactor display of 404/500 error pages 2024-02-25 15:59:12 +05:00
swagger Add API to get PR by base/head (#29242) 2024-02-26 03:41:42 +01:00
user Revert #28753 because UI broken. (#29293) 2024-02-26 22:30:25 +01:00
webhook
home.tmpl
install.tmpl
post-install.tmpl