Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/go-gitea/gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://github.com/go-gitea/gitea

gitea.service: Remove syslog.target (#29550)

Remove syslog.target from service file, this target hasn't existed for
over a decade.

http...

cc896258b9ea9f60c33077c937ce9b3951b58b35 authored 10 months ago by Martin <[email protected]>
Add option to set language in admin user view (#28449)

![image](https://github.com/go-gitea/gitea/assets/24977596/be7e3f92-af3f-4628-b4ed-abf6439687f3)...

e3e6569c5fd8c69aa65384e6d1636cc14b23a32b authored 10 months ago by 6543 <[email protected]>
Fix elipsis button not working if the last commit loading is deferred (#29544)

Before this change, if we had more than 200 entries being deferred in
loading, the entire table...

937e8b55149388840bbf6c4d7216495bc3dd2fe9 authored 10 months ago by Yarden Shoham <[email protected]>
Fix incorrect relative/absolute URL usages (#29531)

Add two "HTMLURL" methods for PackageDescriptor.
And rename "FullWebLink" to "VersionWebLink"

bf6502a8f7a2e9a2b64b43b7733316d863c9a768 authored 10 months ago by wxiaoguang <[email protected]>
Add support for API blob upload of release attachments (#29507)

Fixes #29502

Our endpoint is not Github compatible.

https://docs.github.com/en/rest/rele...

70c126e6184872a6ac63cae2f327fc745b25d1d7 authored 10 months ago by KN4CK3R <[email protected]>
Fix queue worker incorrectly stopped when there are still more items in the queue (#29532)

Without `case <-t.C`, the workers would stop incorrectly, the test won't
pass. For the worse ca...

6465f94a2d26cdacc232fddc20f98d98df61ddac authored 10 months ago by wxiaoguang <[email protected]>
remove util.OptionalBool and related functions (#29513)

and migrate affected code

_last refactoring bits to replace **util.OptionalBool** with
**opt...

a3f05d0d98408bb47333b19f505b21afcefa9e7c authored 10 months ago by 6543 <[email protected]>
Rename Action.GetDisplayName to GetActDisplayName (#29540)

To avoid conflicting with User.GetDisplayName, because there is no data
type in template.

An...

3f081d4b54261c1b4ee4f1df40c610fdd9581ef2 authored 10 months ago by wxiaoguang <[email protected]>
Make PR form use toast to show error message (#29545)

![image](https://github.com/go-gitea/gitea/assets/2114189/b7a14ed6-db89-4f21-a590-66cd33307233)

27deea7330f83ddb37c918afbb4159053d8847cb authored 10 months ago by wxiaoguang <[email protected]>
Fix a bug returning 404 when display a single tag with no release (#29466)

Partially caused by #29149

When use

```go
releases, err := getReleaseInfos(ctx, &repo_mo...

cc27b50bdf9d1e2b02c91d7c4d338e01408e8522 authored 10 months ago by Lunny Xiao <[email protected]>
Add a check for when the command is canceled by the program on Window… (#29538)

Close #29509

Windows, unlike Linux, does not have signal-specified exit codes.
Therefore, we...

423372d84ab3d885e47d4a00cd69d6040b61cc4c authored 10 months ago by charles <[email protected]>
Fix incorrect redirection when creating a PR fails (#29537)

This is only a quick fix to make it easier to backport.

After this PR gets merged, I will pro...

e650f64d812f5ebeb4a11d2ec20f2376c6d963bc authored 10 months ago by wxiaoguang <[email protected]>
Fix incorrect subpath in links (#29535)

* `$referenceUrl`: it is constructed by "Issue.Link", which already has
the "AppSubURL"
* `win...

c0c2cb933bc59c5c9b2558c9bf53b495504f35f3 authored 10 months ago by wxiaoguang <[email protected]>
Fix issue link does not support quotes (#29484) (#29487)

Close #29484

![圖片](https://github.com/go-gitea/gitea/assets/30816317/b27e6e16-67e0-469c-8e04-...

90435847792d26ac3f23f1a8479706afadec6b15 authored 10 months ago by charles <[email protected]>
Remove jQuery AJAX from the repo tag edit form (#29526)

- Removed all jQuery AJAX calls and replaced with our fetch wrapper
- Tested the repo tag edit ...

2089b974c8bf670de5c6801fa48c229fd9291a7b authored 10 months ago by Yarden Shoham <[email protected]>
Actions Artifacts v4 backend (#28965)

Fixes #28853

Needs both https://gitea.com/gitea/act_runner/pulls/473 and
https://gitea.com/...

a53d268aca87a281aadc2246541f8749eddcebed authored 10 months ago by ChristopherHX <[email protected]>
Remove jQuery AJAX from common global functions (#29528)

- Removed all jQuery AJAX calls and replaced with our fetch wrapper
- Tested the locale change ...

8a0a83a1b53f55bcc710c3b229cba1c1bcf471c6 authored 10 months ago by Yarden Shoham <[email protected]>
Allow options to disable user gpg keys configuration from the interface on app.ini (#29486)

Follow #29447
Fix #29454
Extract from #20549

9de5e39e25009bacc5ca201ed97e9cbb623e56e9 authored 10 months ago by Lunny Xiao <[email protected]>
[skip ci] Updated translations via Crowdin

85ad4a0f7d3468a2e79270fd36f544202560143b authored 10 months ago by GiteaBot <[email protected]>
Fix issue & comment history bugs (#29525)

* Follow #17746: `HasIssueContentHistory` should use expr builder to
make sure zero value (0) b...

4b8293aa094e725b372329a19da687a6d1550069 authored 10 months ago by wxiaoguang <[email protected]>
Fix incorrect diff expander for deletion of last lines in a file (#29501)

Fixes: https://github.com/go-gitea/gitea/issues/29498

I don't quite understand this code, but...

3b99066aa866e51e6a610716eaddfd1ea3645a67 authored 10 months ago by silverwind <[email protected]>
Ignore `__debug_bin*` which is generated by vscode when debugging (#29524)

When debugging in VSCode now, the executable file generated will come
with a random string atta...

6841e58d1fae33311fa0239823def9dd8fba4c1f authored 10 months ago by sillyguodong <[email protected]>
Set pre-step status to `skipped` if job is skipped (#29489)

close #27496
1. Set pre-step (Set up job) status to `skipped` if job is skipped.
2. Apart from...

cee08f634746d65ce3fb05a32dd2439f241a92e6 authored 10 months ago by sillyguodong <[email protected]>
Use a predictiable fork URL to allow forking repositories without providing a repo ID (#29519)

Close #29512

The "fork" URL:

* Before: `/repo/fork/{RepoID}`
* After: `/{OwnerName}/{Repo...

194479a7416cffdc151e6b75a895d566e5970dca authored 10 months ago by wxiaoguang <[email protected]>
Adding back missing options to app.example.ini (#29511)

In the refactoring of the configuration file #15807,
some lines were accidentally deleted:

D...

2ca5daf07e5816343c1018f5773e7a2c671f3777 authored 10 months ago by Origami404 <[email protected]>
Refactor the "attachments" sub-template data key to RenderedContent (#29517)

The value passed into "attachments" sub-template is from
"RedneredContent", so use the same nam...

b8a598e6a43fa65db23b88d3b3b281b5f2f7c2e0 authored 10 months ago by wxiaoguang <[email protected]>
Rename Str2html to SanitizeHTML and clarify its behavior (#29516)

Str2html was abused a lot. So use a proper name for it: SanitizeHTML

And add some tests to sh...

fb42972c057364a1dc99dfb528554e7a94415be7 authored 10 months ago by wxiaoguang <[email protected]>
Add admin API route for managing user's badges (#23106)

Fix #22785

---------

Co-authored-by: Lunny Xiao <[email protected]>

cb52b17f92e2d2293f7c003649743464492bca48 authored 10 months ago by techknowlogick <[email protected]>
Refactor some Str2html code (#29397)

This PR touches the most interesting part of the "template refactoring".

1. Unclear variable ...

e71eb8930a5d0f60874b038c223498b41ad65592 authored 10 months ago by wxiaoguang <[email protected]>
Move migration functions to services layer (#29497)

58ce1de994c2a036ebf7137c143ce193694d740d authored 10 months ago by Lunny Xiao <[email protected]>
Don’t comment when locking (#29508)

This reduces the number of emails/notifications on outdated issues.

Co-authored-by: John Olhe...

5e32cd6beb1a4f11bd19e6d44ba2a50828b686ef authored 10 months ago by techknowlogick <[email protected]>
[skip ci] Updated translations via Crowdin

a6eb298098983b7aae028fff4d80d15d5510f10b authored 10 months ago by GiteaBot <[email protected]>
migrate some more "OptionalBool" to "Option[bool]" (#29479)

just some refactoring bits towards replacing **util.OptionalBool** with
**optional.Option[bool]...

f6656181e4a07d6c415927220efa2077d509f7c6 authored 10 months ago by 6543 <[email protected]>
Update FAQ about git hook problems (#29495)

Close
https://github.com/go-gitea/gitea/issues/29338#issuecomment-1970363817

c7dcb58b1d96970959a5c8ac8d3955e4b7d027df authored 10 months ago by Jason Song <[email protected]>
Lighten text colors on dark theme for increased contrast (#29481)

Improve contrast by lightening the text colors in dark theme by around
35%. Additionally, share...

e94e2fb6c5484070d56977644213d735df9e0c10 authored 10 months ago by silverwind <[email protected]>
Fix wrong test usage of `AppSubURL` (#29459)

The tests use an invalid `setting.AppSubURL`. The wrong behaviour
disturbs other PRs like #2922...

a6fd0176debb733e9d83826c08c7834dfdf9f486 authored 10 months ago by KN4CK3R <[email protected]>
Improve contrast on blame timestamp, fix double border (#29482)

Before, double border on top, bad contrast on dark:
<img width="155" alt="Screenshot 2024-02-29...

6e1873288f86ca4de4d1943919343f342c7abcd9 authored 10 months ago by silverwind <[email protected]>
Fix/Improve `processWindowErrorEvent` (#29407)

- `e.error` can be undefined in some cases which would raise an error
inside this error handler...

6d9b7253a2de00b5dfc27550cf7e015e819d6fd2 authored 10 months ago by silverwind <[email protected]>
Apply compact padding to small buttons with svg icons (#29471)

The buttons on the repo release tab were larger in height than on other
tabs because one of the...

850fc2516e67049ec195c72d861896b275bd09d1 authored 10 months ago by silverwind <[email protected]>
Fix counter display number incorrectly displayed on the page (#29448)

issue : #28239

The counter number script uses the 'checkbox' attribute to determine
whether ...

252047ed2e09e3f1f1ab394cd62995cf4cabe506 authored 10 months ago by charles <[email protected]>
Fix incorrect user location link on profile page (#29474)

Fix #29472. Regression of #29236, a "if" check was missing.

10cfa0879a538a470598281d7093de3555c018be authored 10 months ago by wxiaoguang <[email protected]>
Fix workflow trigger event bugs (#29467)

1. Fix incorrect `HookEventType` for issue-related events in
`IssueChangeAssignee`
2. Add `cas...

1ad4bb9eb7641a552c5b88a43eb91d59ec5c0edf authored 10 months ago by Zettat123 <[email protected]>
Fix URL calculation in clone input box (#29470)

Ported the function as-is and added comments so we don't forget about
this in the future.

Fi...

82405f808d7b50c3580f26e5ca645e2ed6d284ab authored 10 months ago by silverwind <[email protected]>
Remove jQuery from the "find file" page (#29456)

- Switched to plain JavaScript
- Tested the file searching functionality and it works as before...

71e0f185f9773d1cc4909867a10c86f74d12ce8d authored 10 months ago by Yarden Shoham <[email protected]>
Move generate from module to service (#29465)

b5188cd55c535a588492fb4e153d646ec4f3232a authored 10 months ago by Lunny Xiao <[email protected]>
The job should always run when `if` is `always()` (#29464)

Fix #27906

According to GitHub's
[documentation](https://docs.github.com/en/actions/using-wo...

d0fe6ea4e101198911383058a2e121e384934a9c authored 10 months ago by Zettat123 <[email protected]>
Recolor dark theme to blue shade (#29283)

Now uses the same primary color as light theme. The secondary colors are
shifted towards a slig...

d557fbc5a715a1920a2860cb04ae6c8fe2225182 authored 10 months ago by silverwind <[email protected]>
Let ctx.FormOptionalBool() return optional.Option[bool] (#29461)

just some refactoring bits towards replacing **util.OptionalBool** with
**optional.Option[bool]**

274c0aea2e88db9bc41690c90e13e8aedf6193d4 authored 10 months ago by 6543 <[email protected]>
Implement actions badge svgs (#28102)

replace #27187
close #23688
The badge has two parts: label(workflow name) and message(action
...

db545b208b4bd3d1961c519da66ee2b4421afa5c authored 10 months ago by Nanguan Lin <[email protected]>
Fix missed return (#29450)

e9f4c2db8291c54044345aebd9381ac820ed9687 authored 10 months ago by Lunny Xiao <[email protected]>
Use tailwind instead of `gt-[wh]-` helper classes (#29423)

Follow #29357
- Replace `gt-w-*` -> `tw-w-*` and remove `gt-w-*`
- Replace `gt-h-*` -> `tw-h-...

9a8c90ee18095d284192476834d5d23074d136f3 authored 10 months ago by Lunny Xiao <[email protected]>
Lock issues and pulls faster (#29436)

also point to the docs to explain why we do so

followup to #29433

0900c1552b51c5d1d883bd3662e67891a5dac80d authored 10 months ago by 6543 <[email protected]>
Allow to change primary email before account activation (#29412)

6bdfc84e6c579861e034962acf9727bd39774f0f authored 10 months ago by wxiaoguang <[email protected]>
Update docs about `DEFAULT_ACTIONS_URL` (#29442)

Follow #25581.

6ed74a3fc792669d2d15ab777bd7408265a67ea5 authored 10 months ago by Jason Song <[email protected]>
Only use supported sort order for "explore/users" page (#29430)

Thanks to inferenceus : some sort orders on the "explore/users" page
could list users by their ...

eedb8f41297c343d6073a7bab46e4df6ee297a90 authored 10 months ago by wxiaoguang <[email protected]>
Not trigger all jobs any more, when re-running the first job (#29439)

Previously, it will be treated as "re-run all jobs" when `jobIndex ==
0`. So when you click re-...

bad4ad70181c747599e206c0e7a87b57c997385d authored 10 months ago by sillyguodong <[email protected]>
Move context from modules to services (#29440)

Since `modules/context` has to depend on `models` and many other
packages, it should be moved f...

29f149bd9f517225a3c9f1ca3fb0a7b5325af696 authored 10 months ago by Lunny Xiao <[email protected]>
Apply tailwindcss rules with `!important` (#29437)

As per discussion in https://github.com/go-gitea/gitea/pull/29423, I
think this is the right wa...

e55926ebfe88d6ee079842967dc7dccc2a9cdbf2 authored 10 months ago by silverwind <[email protected]>
Fix mail template error (#29410)

eb2fc1818b00b7ca6f8c21bb490a8e8be1e62f9a authored 10 months ago by wxiaoguang <[email protected]>
Document our issue locking policy (#29433)

4f70ebb68494b23c5bce93efbe4c5f80b3aaf444 authored 10 months ago by delvh <[email protected]>
Fix htmx rendering the login page in frame on session logout (#29405)

- Fix #29391

With this change, htmx will not follow the redirect in the AJAX request
but ins...

324626a11c041208b003ee64e33000b223994662 authored 10 months ago by Yarden Shoham <[email protected]>
Ignore empty repo for CreateRepository in action notifier (#29416)

Fix #29415

403766cd81697288804fd218d68c458c6aa5b73d authored 10 months ago by yp05327 <[email protected]>
Fix incorrect tree path value for patch editor (#29377)

Regression of #18718. When submitting the form,
EditRepoFileForm.TreePath is marked as "Require...

f8974c772560e2c957e5e218bfb348d1ee6b9448 authored 10 months ago by wxiaoguang <[email protected]>
Fix logic error from #28138 (#29417)

There's a miss in #28138:

![image](https://github.com/go-gitea/gitea/assets/18380374/b1e0c5fc...

f8c1efe944c539396402fb014bbfdb67ba199ef2 authored 10 months ago by yp05327 <[email protected]>
Include resource state events in Gitlab downloads (#29382)

Some specific events on Gitlab issues and merge requests are stored
separately from comments as...

17f170ee3724d8bdf2ddaad4211b12433f78ff0e authored 10 months ago by Sebastian Brückner <[email protected]>
Add API to get PR by base/head (#29242)

Closes https://github.com/go-gitea/gitea/issues/16289

Add a new API `/repos/{owner}/{repo}/pu...

65952417a81631ee879d4d29ad798cbb6445fa7e authored 10 months ago by qwerty287 <[email protected]>
[skip ci] Updated translations via Crowdin

f38888bc7834899777bda1a271e166d3836524cf authored 10 months ago by GiteaBot <[email protected]>
Improve Documentation for Restoration from backup (#29321)

Comment the default path for repos and suggest using doctor for when
things are stuck

f13f93261ea7e5199a13f2c347ad2d45dbe75d4b authored 10 months ago by kralo <[email protected]>
Refactor "user/active" related logic (#29390)

And add more tests. Remove a lot of fragile "if" blocks.

The old logic is kept as-is.

49e482674700e184aa84806acfb7edaae0554291 authored 10 months ago by wxiaoguang <[email protected]>
Remove jQuery AJAX from the archive download links (#29380)

- Removed all jQuery AJAX calls and replaced with our fetch wrapper
- Tested the repo archive d...

ed3892d8430652c2bc8e2af21844d14769825e8a authored 10 months ago by Yarden Shoham <[email protected]>
Add tailwindcss (#29357)

This will get tailwindcss working on a basic level. It provides only the
utility classes, e.g. ...

f4b92578b4601bc6e9b631b9a5a5f3766c27b0cb authored 10 months ago by silverwind <[email protected]>
Add missing space (#29393)

4ccf5ab330c9ce8959aa6734c2e6fee282619ba5 authored 10 months ago by KN4CK3R <[email protected]>
Integrate alpine `noarch` packages into other architectures index (#29137)

Fixes #26691
Revert #24972

The alpine package manager expects `noarch` packages in the index...

1c6858543ca976933004c21b3056a7301e1729d6 authored 10 months ago by KN4CK3R <[email protected]>
enforce maxlength in frontend (#29389)

Set maxlength attribute in frontend

to long file-name

![image](https://github.com/go-gitea...

756b952c52f1efbb137df36d5b97b370c8a45565 authored 10 months ago by Tim-Niclas Oelschläger <[email protected]>
Remove incorrect and unnecessary Escape from templates (#29394)

Follow #29165

* some of them are incorrect, which would lead to double escaping (eg:
`(print...

d2f6588b66549b33adf8bac7044d03c89d668470 authored 10 months ago by wxiaoguang <[email protected]>
Make actions animation rotate counterclockwisely (#29378)

Because the icon is:

![image](https://github.com/go-gitea/gitea/assets/2114189/be7e78ab-bc64...

ea164aba4b697aa08e4d20d896a8f318c09a6523 authored 10 months ago by wxiaoguang <[email protected]>
Use `crypto/sha256` (#29386)

Go 1.21 improved the performance of `crypto/sha256`. It's now similar to
`minio/sha256-simd`, s...

f79c9e817abaef279c0b33d5460a066170dd3ea6 authored 10 months ago by KN4CK3R <[email protected]>
Add `io.Closer` guidelines (#29387)

Co-authored-by: Yarden Shoham <[email protected]>

ad0a34b492c3d41952ff4648c8bfb7b54c376151 authored 10 months ago by KN4CK3R <[email protected]>
Remove jQuery AJAX from the notice selection deletion button (#29381)

- Removed all jQuery AJAX calls and replaced with our fetch wrapper
- Tested the repo notice se...

0676bf52f95b9c9ac6f5679bd263d844e6a83fa1 authored 10 months ago by Yarden Shoham <[email protected]>
Refactor Safe modifier (#29392)

After this PR: no need to play with the Safe/Escape tricks anymore. See
the changes for more de...

f9207b09479df964872d68842469991042b5497f authored 10 months ago by wxiaoguang <[email protected]>
Add attachment support for code review comments (#29220)

Fixes #27960, #24411, #12183

---------

Co-authored-by: wxiaoguang <[email protected]>

2e33671f2c1e98759e4fd2a90944c534cfdf5776 authored 10 months ago by Jimmy Praet <[email protected]>
Refactor modules/git global variables (#29376)

Move some global variables into a struct to improve maintainability

1ef87773b1e75b99b4b842303542fd17d9c2e6f7 authored 10 months ago by wxiaoguang <[email protected]>
Remove jQuery from the code diff expansion buttons (#29385)

- Removed all jQuery AJAX calls and replaced with htmx
- Tested the code diff expansion buttons...

4e3d81e44ee3f504f7262966533305561e04101f authored 10 months ago by Yarden Shoham <[email protected]>
Remove jQuery AJAX from the markdown editor preview (#29384)

- Removed all jQuery AJAX calls and replaced with our fetch wrapper
- Tested the markdown edito...

1f6de13897fa0ac74087b2d1ec00cbef06caf2f7 authored 10 months ago by Yarden Shoham <[email protected]>
Refactor `copy` button event handler (#29379)

Use "closest" instead of "for-loop"

736c98be5c2bed26cef9f7f679c49a95af8161ef authored 10 months ago by wxiaoguang <[email protected]>
Remove jQuery AJAX from the repo commit graph (#29373)

- Removed all jQuery AJAX calls and replaced with our fetch wrapper
- Tested the repo collabora...

b616f666b89f57f3c285b70c11693f50ba38bcaa authored 10 months ago by Yarden Shoham <[email protected]>
Move citiation button to proper place (#29374)

The citiation button shouldn't be controlled by
DisableDownloadSourceArchives (line 134)

So mov...

328d908b4fb67da0d9e5a031ee0fcd78927baaa3 authored 10 months ago by wxiaoguang <[email protected]>
Remove jQuery AJAX from repo collaborator mode dropdown (#29371)

- Removed all jQuery AJAX calls and replaced with our fetch wrapper
- Tested the repo collabora...

15d071f4f81a0ad09f260de83cb6402875b4de27 authored 10 months ago by Yarden Shoham <[email protected]>
Remove RenderEmojiPlain from template helper (#29375)

RenderEmojiPlain(emoji.ReplaceAliases) should be called explicitly for
some contents, but not f...

10c7996b5a5c705964fc6cc9c1817eea1fc436ef authored 10 months ago by wxiaoguang <[email protected]>
Apply to become a maintainer (zokkis) (#29383)

ff9dc512438f1a3bc36cc8c419d8450f808517f9 authored 10 months ago by Tim-Nicas Oelschläger <[email protected]>
Remove jQuery from the Unicode escape button (#29369)

- Switched to plain JavaScript
- Tested the Unicode escape button functionality and it works as...

c86d033a3ec0514efcd9524d03dce1b6551e487f authored 10 months ago by Yarden Shoham <[email protected]>
Refactor git attributes (#29356)

4197e2810081025a6614624e7b1731af91c8db72 authored 10 months ago by KN4CK3R <[email protected]>
Users with `read` permission of pull requests can be assigned too (#27263)

This PR will also keep the consistent between list assigned users and
check assigned users.

98ab9445d1020c515c3c789f0b27d952903a2978 authored 10 months ago by Lunny Xiao <[email protected]>
Customizable "Open with" applications for repository clone (#29320)

Users could customize the "clone" menu with their own application URLs on the admin panel.

Re...

29a26d9d8c573c9fb7e79a66ac3d578e8b20dcae authored 10 months ago by wxiaoguang <[email protected]>
Allow non-admin users to delete review requests (#29057)

Fix #14459

The following users can add/remove review requests of a PR
- the poster of the PR...

c42083a33950be6ee9f822c6d0de3c3a79d1f51b authored 10 months ago by Zettat123 <[email protected]>
Remove jQuery from the issue reference context popup (#29367)

- Removed all jQuery calls
- Tested the context popup functionality and it works as before

#...

267dbb4e938cc42dc09a4a893cca631b2f755557 authored 10 months ago by Yarden Shoham <[email protected]>
Do not double close reader (#29354)

Fixes #29346

---------

Co-authored-by: wxiaoguang <[email protected]>

553d46e6f6a144905266d58315a2b0ff2e976380 authored 10 months ago by KN4CK3R <[email protected]>
Implement recent commits graph (#29210)

This is the implementation of Recent Commits page. This feature was
mentioned on #18262.

It ...

d3982bcd814bac93e3cbce1c7eb749b17e413fbd authored 10 months ago by Şahin Akkaya <[email protected]>
Add API to get merged PR of a commit (#29243)

Adds a new API `/repos/{owner}/{repo}/commits/{sha}/pull` that allows
you to get the merged PR ...

0a426cc575734e5eff410d6a790f40473117f753 authored 10 months ago by qwerty287 <[email protected]>
Properly migrate target branch change GitLab comment (#29340)

GitLab generates "system notes" whenever an event happens within the
platform. Unlike Gitea, th...

6e5966597c2d498d1a8540dad965461d44ff8e57 authored 10 months ago by Sebastian Brückner <[email protected]>