wxiaoguang
|
0e8738b4b6
|
Fix SSH LFS memory usage (#33455)
Fix #33448
|
1 week ago |
yp05327
|
b60a7c3358
|
Return `responseText` instead of string in some functions (#28836)
Follow
https://github.com/go-gitea/gitea/pull/28796#issuecomment-1891727591
|
1 year ago |
wxiaoguang
|
b0e6c25535
|
Caller should check the ResponseExtra.HasError() first to see whether the request fails (#28796)
`resp != nil` doesn't mean the request really succeeded. Add a comment
for requestJSONResp to clarify the behavior.
|
1 year ago |
yp05327
|
c7e4629c02
|
Fix nil pointer panic when exec some gitea cli command (#28791)
panic:
![image](https://github.com/go-gitea/gitea/assets/18380374/7fcde2ad-1d42-4b60-b120-3b60a8926e8e)
After:
![image](https://github.com/go-gitea/gitea/assets/18380374/49d9f0ca-e590-4a35-8ca2-1317d1b7c939)
|
1 year ago |
wxiaoguang
|
ec2a01d1e2
|
Fix regression: access log template, gitea manager cli command (#24838)
Close #24836
![image](https://github.com/go-gitea/gitea/assets/2114189/95b025d2-f25f-4246-a08a-fe44ecb787a9)
![image](https://github.com/go-gitea/gitea/assets/2114189/c3afe1fa-2a23-420d-a016-3b67dcd04cd5)
|
2 years ago |
techknowlogick
|
4014200021
|
add CLI command to register runner tokens (#23762)
This is a CLI command to generate new tokens for the runners to register
with
Fix https://github.com/go-gitea/gitea/issues/23643
---------
Co-authored-by: delvh <dev.lh@web.de>
|
2 years ago |