loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix PushEvent NullPointerException jenkinsci/github-plugin (#27203)

Fixes #27202

authored by

Nabapadma-sarker and committed by
GitHub
8e23524b 63b25e81

+6
+1
modules/structs/repo.go
··· 63 63 Language string `json:"language"` 64 64 LanguagesURL string `json:"languages_url"` 65 65 HTMLURL string `json:"html_url"` 66 + URL string `json:"url"` 66 67 Link string `json:"link"` 67 68 SSHURL string `json:"ssh_url"` 68 69 CloneURL string `json:"clone_url"`
+1
services/convert/repository.go
··· 181 181 Parent: parent, 182 182 Mirror: repo.IsMirror, 183 183 HTMLURL: repo.HTMLURL(), 184 + URL: repoAPIURL, 184 185 SSHURL: cloneLink.SSH, 185 186 CloneURL: cloneLink.HTTPS, 186 187 OriginalURL: repo.SanitizedOriginalURL(),
+4
templates/swagger/v1_json.tmpl
··· 22114 22114 "format": "date-time", 22115 22115 "x-go-name": "Updated" 22116 22116 }, 22117 + "url": { 22118 + "type": "string", 22119 + "x-go-name": "URL" 22120 + }, 22117 22121 "watchers_count": { 22118 22122 "type": "integer", 22119 22123 "format": "int64",