forgejo/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 Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
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 Issue indexer queue redis support (#6218) 2019-04-08 12:05:15 +03:00
lfs Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
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 Use ctx.metas for SHA hash links (#6645) 2019-04-16 08:53:57 +01:00
metrics
minwinsvc
notification fix mail notification when close/reopen issue (#6581) 2019-04-11 22:59:01 +01:00
options
pprof Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
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 Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
structs
sync
templates Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
test
user
util Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
validation