0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-26 10:34:36 +01:00
gitea/modules
zeripath be666b03ee Trace Logging on Permission Denied & ColorFormat (#6618)
* Add log.ColorFormat and log.ColorFormatted

Structs can now implement log.ColorFormatted to provide their own
colored format when logged with `%-v` or additional flags.

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Add basic ColorFormat to repository and user

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Add basic ColorFormat to access and unit

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Add ColorFormat to permission and on trace log it

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Add log.NewColoredIDValue to make ID value coloring consistent

Signed-off-by: Andrew Thornton <art27@cantab.net>

* formatting changes

* Add some better tracing to permission denied for read issues/pulls

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Add Trace logging on permission denied

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Remove isTrace() check from deferred func

* Adjust repo and allow logging of team

* use FormatInt instead of Itoa

* Add blank line

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Update access.go
2019-04-22 23:40:51 +03:00
..
auth Add support for MS Teams webhooks (#6632) 2019-04-19 10:18:06 -04:00
avatar
base Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314) 2019-04-17 12:06:35 -04:00
cache
context Trace Logging on Permission Denied & ColorFormat (#6618) 2019-04-22 23:40:51 +03:00
cron
generate
git Fix one performance/correctness regression in #6478 found on Rails repository. (#6686) 2019-04-21 16:49:06 +08:00
gzip
highlight
httplib
indexer
lfs
log Trace Logging on Permission Denied & ColorFormat (#6618) 2019-04-22 23:40:51 +03:00
mailer Add SUBJECT_PREFIX mailer config option (#6605) 2019-04-17 00:56:40 -04:00
markup
metrics
minwinsvc
notification
options
pprof
private
process
public
recaptcha
repofiles Improve listing performance by using go-git (#6478) 2019-04-19 20:17:27 +08:00
search
secret
session Unfortunately MemProvider Init does not actually Init properly (#6692) 2019-04-20 12:47:17 +01:00
setting Prevent creating empty sessions (#6677) 2019-04-20 07:44:50 +01:00
ssh
structs
sync
templates
test
user
util
validation