1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-05 01:25:51 +00:00
gitea/services/repository/files
Giteabot 5a6f7353d3
Clean up log messages (#30313) (#30318)
Backport #30313 by wxiaoguang

`log.Xxx("%v")` is not ideal, this PR adds necessary context messages.
Remove some unnecessary logs.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-04-07 11:44:09 +00:00
..
cherry_pick.go Clean up log messages (#30313) (#30318) 2024-04-07 11:44:09 +00:00
commit.go Cache repository default branch commit status to reduce query on commit status table (#29444) 2024-03-06 12:17:19 +00:00
content_test.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
content.go Add download URL for executable files (#28260) 2024-03-06 16:10:06 +00:00
diff_test.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
diff.go Fix reverting a merge commit failing (#28794) 2024-01-16 15:06:51 +00:00
file_test.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
file.go API endpoint for changing/creating/deleting multiple files (#24887) 2023-05-29 17:41:35 +08:00
patch.go Clean up log messages (#30313) (#30318) 2024-04-07 11:44:09 +00:00
temp_repo.go Fix reverting a merge commit failing (#28794) 2024-01-16 15:06:51 +00:00
tree_test.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
tree.go Use the database object format name but not read from git repoisitory everytime and fix possible migration wrong objectformat when migrating a sha256 repository (#29294) 2024-02-24 06:55:19 +00:00
update.go Clean up log messages (#30313) (#30318) 2024-04-07 11:44:09 +00:00
upload.go Fix reverting a merge commit failing (#28794) 2024-01-16 15:06:51 +00:00