forgejo/templates
Sebastian Brückner f0acc71ba1
Properly migrate target branch change GitLab comment (#29340)
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 a new specific kind of event: Changing the
target branch of a PR. When detected, it is downloaded using Gitea's
type for this event, 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 this type.

ref:
11bd6dc826/app/services/system_notes/merge_requests_service.rb (L102)
(cherry picked from commit 6e5966597c2d498d1a8540dad965461d44ff8e57)
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 Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
base Remove DataRaceCheck (#29258) 2024-02-19 22:58:33 +01:00
code Fix 500 error of searching commits (#28576) 2023-12-21 23:09:14 +00:00
custom [FEAT] Repository flags 2024-02-05 16:09:42 +01:00
devtest Improve CSS helper naming (#28769) 2024-01-12 20:28:01 +08:00
explore Remove unnecessary "Safe" modifier from templates (#29318) 2024-02-26 22:30:26 +01:00
mail Refactor locale&string&template related code (#29165) 2024-02-16 15:20:52 +01:00
org Unify organizations header (#29248) 2024-02-26 22:30:26 +01:00
package Unify organizations header (#29248) 2024-02-26 22:30:26 +01:00
projects Use full width for project boards (#28225) 2023-11-27 17:43:52 +00:00
repo Properly migrate target branch change GitLab comment (#29340) 2024-02-26 22:30:26 +01:00
shared Remove unnecessary "Safe" modifier from templates (#29318) 2024-02-26 22:30:26 +01:00
status Remove unnecessary "Safe" modifier from templates (#29318) 2024-02-26 22:30:26 +01:00
swagger Add API to get PR by base/head (#29242) 2024-02-26 03:41:42 +01:00
user Allow options to disable user deletion from the interface on app.ini (#29275) 2024-02-26 22:30:26 +01:00
webhook Change webhook-type in create-view (#29114) 2024-02-17 23:24:30 +01:00
home.tmpl Fix more "locale" usages (#27259) 2023-09-25 20:42:40 +08:00
install.tmpl Remove unnecessary "Safe" modifier from templates (#29318) 2024-02-26 22:30:26 +01:00
post-install.tmpl [BRANDING] Custom loading animation for Forgejo 2024-02-05 16:02:13 +01:00