forgejo/routers/web/repo
zeripath 3c5655ce18
Improve trace logging for pulls and processes (#22633)
Our trace logging is far from perfect and is difficult to follow.

This PR:

* Add trace logging for process manager add and remove.
* Fixes an errant read file for git refs in getMergeCommit
* Brings in the pullrequest `String` and `ColorFormat` methods
introduced in #22568
* Adds a lot more logging in to testPR etc.

Ref #22578

---------

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2023-02-03 18:11:48 -05:00
..
actions Use relative url in actions view (#22675) 2023-01-31 22:46:10 +00:00
activity.go
attachment.go
blame.go
branch.go Supports wildcard protected branch (#20825) 2023-01-16 16:00:22 +08:00
cherry_pick.go
commit.go Use context parameter in models/git (#22367) 2023-01-09 11:50:54 +08:00
compare.go Pull request yaml template support for including commit body in a field (#22629) 2023-01-30 22:39:07 +08:00
download.go Use context parameter in models/git (#22367) 2023-01-09 11:50:54 +08:00
editor.go
editor_test.go
find.go
http.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
http_test.go
issue.go Issues: support setting issue template field values with query (#22545) 2023-01-30 12:36:04 +08:00
issue_content_history.go
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
lfs.go Use context parameter in models/git (#22367) 2023-01-09 11:50:54 +08:00
main_test.go
middlewares.go
migrate.go
milestone.go
packages.go Use dynamic package type list (#22263) 2022-12-29 00:31:54 +01:00
patch.go
projects.go Support org/user level projects (#22235) 2023-01-20 19:42:33 +08:00
projects_test.go
pull.go Improve trace logging for pulls and processes (#22633) 2023-02-03 18:11:48 -05:00
pull_review.go
release.go Enable @<user>- completion popup on the release description textarea (#22359) 2023-02-01 13:14:40 -06:00
release_test.go
render.go
repo.go Move convert package to services (#22264) 2022-12-29 10:57:15 +08:00
runners.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
search.go
setting.go Improve error report when user passes a private key (#22726) 2023-02-02 18:25:54 +00:00
setting_protected_branch.go Add main landmark to templates and adjust titles (#22670) 2023-02-01 22:56:10 +00:00
setting_secrets.go Add user secrets (#22191) 2023-02-01 20:53:04 +08:00
settings_test.go
tag.go Add main landmark to templates and adjust titles (#22670) 2023-02-01 22:56:10 +00:00
topic.go
treelist.go
view.go Use context parameter in models/git (#22367) 2023-01-09 11:50:54 +08:00
view_test.go
webhook.go Support system hook API (#14537) 2023-01-28 19:12:10 +01:00
wiki.go Use context parameter in models/git (#22367) 2023-01-09 11:50:54 +08:00
wiki_test.go