mirror of https://github.com/go-gitea/gitea.git
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.
ee242a08e9
The old code `GetTemplatesFromDefaultBranch(...) ([]*api.IssueTemplate, map[string]error)` doesn't really follow Golang's habits, then the second returned value might be misused. For example, the API function `GetIssueTemplates` incorrectly checked the second returned value and always responds 500 error. This PR refactors GetTemplatesFromDefaultBranch to ParseTemplatesFromDefaultBranch and clarifies its behavior, and fixes the API endpoint bug, and adds some tests. And by the way, add proper prefix `X-` for the header generated in `checkDeprecatedAuthMethods`, because non-standard HTTP headers should have `X-` prefix, and it is also consistent with the new code in `GetIssueTemplates` |
12 months ago | |
---|---|---|
.. | ||
assignee.go | 1 year ago | |
assignee_test.go | 1 year ago | |
comments.go | 1 year ago | |
commit.go | 2 years ago | |
commit_test.go | 1 year ago | |
content.go | 1 year ago | |
issue.go | 1 year ago | |
issue_test.go | 1 year ago | |
label.go | 1 year ago | |
label_test.go | 1 year ago | |
main_test.go | 1 year ago | |
milestone.go | 1 year ago | |
milestone_test.go | 1 year ago | |
status.go | 1 year ago | |
template.go | 12 months ago |