 
|
0697075547
|
Fix get system setting bug when enabled redis cache (#22298)
backport #22295, fix #22281
Co-authored-by: Lauris BH <[email protected]>
|
2023-01-01 23:24:01 +08:00 |
|
 
|
f1e07d8c87
|
Fix bug of DisableGravatar default value (#22297)
backport #22296
Co-authored-by: KN4CK3R <[email protected]>
|
2023-01-01 20:20:04 +08:00 |
|
 
|
b9dcf991b9
|
Fix dashboard ignored system setting cache (#21621) (#21759)
backport #21621
This is a performance regression from #18058
Signed-off-by: Andrew Thornton <[email protected]>
Co-authored-by: Andrew Thornton <[email protected]>
|
2022-11-10 19:41:44 +08:00 |
|
   
|
0ebb45cfe7
|
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
Found using
`find . -type f -name '*.go' -print -exec vim {} -c
':%s/fmt\.Errorf(\(.*\)%v\(.*\)err/fmt.Errorf(\1%w\2err/g' -c ':wq' \;`
Co-authored-by: 6543 <[email protected]>
Co-authored-by: Andrew Thornton <[email protected]>
Co-authored-by: wxiaoguang <[email protected]>
|
2022-10-24 20:29:17 +01:00 |
|
 Lunny XiaoandGitHub
|
f860a6d2e4
|
Add system setting table with cache and also add cache supports for user setting (#18058)
|
2022-10-17 07:29:26 +08:00 |
|