yp05327
|
b60a7c3358
|
Return `responseText` instead of string in some functions (#28836)
Follow
https://github.com/go-gitea/gitea/pull/28796#issuecomment-1891727591
|
2024-01-19 10:45:23 +08:00 |
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.
|
2024-01-15 11:15:31 +00:00 |
yp05327
|
c7e4629c02
|
Fix nil pointer panic when exec some gitea cli command (#28791)
panic:

After:

|
2024-01-15 07:43:53 +00:00 |
wxiaoguang
|
ec2a01d1e2
|
Fix regression: access log template, gitea manager cli command (#24838)
Close #24836


|
2023-05-22 09:38:38 +08:00 |
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>
|
2023-04-17 13:07:13 -04:00 |