You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/process
zeripath e4238583db
Improve trace logging for pulls and processes (#22633) (#22812)
Backport #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>
2 years ago
..
context.go Make Requests Processes and create process hierarchy. Associate OpenRepository with context. (#17125) 3 years ago
error.go Add Goroutine stack inspector to admin/monitor (#19207) 3 years ago
manager.go Improve trace logging for pulls and processes (#22633) (#22812) 2 years ago
manager_exec.go Set Setpgid on child git processes (#19865) 3 years ago
manager_stacktraces.go Add more linters to improve code readability (#19989) 3 years ago
manager_test.go Improve trace logging for pulls and processes (#22633) (#22812) 2 years ago
manager_unix.go Set Setpgid on child git processes (#19865) 3 years ago
manager_windows.go Set Setpgid on child git processes (#19865) 3 years ago
process.go Add Goroutine stack inspector to admin/monitor (#19207) 3 years ago