You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates
Giteabot 4c9f7d0710
api: GetPullRequestCommits: return file list (#27483) (#27539)
Backport #27483 by @msantos

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

---
Patch tested:

```json
[
  {
    "url": "7664dcb441",
    "sha": "7664dcb44167e0f9efd994e4ca6a9164694adc27",
    "created": "2023-10-06T09:57:08-04:00",
    "html_url": "7664dcb441",
...
    "files": [
      {
        "filename": "README.md",
        "status": "modified"
      }
    ],
    "stats": {
      "total": 2,
      "additions": 2,
      "deletions": 0
    }
  }
]
```

Co-authored-by: Michael Santos <michael.santos@gmail.com>
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
1 year ago
..
admin Refactor system setting (#27000) (#27452) 1 year ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2 years ago
base Backport ctx locale refactoring manually (#27231) (#27259) (#27260) 1 year ago
code Backport ctx locale refactoring manually (#27231) (#27259) (#27260) 1 year ago
custom Add footer extra links template (#9576) 5 years ago
devtest Backport ctx locale refactoring manually (#27231) (#27259) (#27260) 1 year ago
explore Backport ctx locale refactoring manually (#27231) (#27259) (#27260) 1 year ago
mail Update team invitation email link (#26550) 2 years ago
org Use flex-container for repo and org settings (#27418) (#27430) 1 year ago
package Backport ctx locale refactoring manually (#27231) (#27259) (#27260) 1 year ago
projects More `db.DefaultContext` refactor (#27265) (#27347) 1 year ago
repo Restore warning commit status (#27504) (#27529) 1 year ago
shared Revert #27426 (#27474) 1 year ago
status Improve tree not found page (#26570) (#27346) 1 year ago
swagger api: GetPullRequestCommits: return file list (#27483) (#27539) 1 year ago
user Fix missing ctx for GetRepoLink in dashboard (#27372) (#27375) 1 year ago
webhook Extract common code to new template (#26933) 1 year ago
home.tmpl Backport ctx locale refactoring manually (#27231) (#27259) (#27260) 1 year ago
install.tmpl Backport ctx locale refactoring manually (#27231) (#27259) (#27260) 1 year ago
post-install.tmpl Backport ctx locale refactoring manually (#27231) (#27259) (#27260) 1 year ago