| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor deletion (#28610) | delvh | 2023-12-25 | 2 | -26/+2 |
* | Remove GetByBean method because sometimes it's danger when query condition pa... | Lunny Xiao | 2023-12-07 | 2 | -11/+11 |
* | Increase "version" when update the setting value to a same value as before (#... | wxiaoguang | 2023-11-27 | 2 | -1/+13 |
* | Fix system config cache expiration timing (#28072) | wxiaoguang | 2023-11-16 | 1 | -8/+10 |
* | Replace more db.DefaultContext (#27628) | Lunny Xiao | 2023-10-15 | 1 | -4/+4 |
* | Refactor system setting (#27000) | wxiaoguang | 2023-10-05 | 3 | -300/+103 |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 2 | -3/+3 |
* | make writing main test easier (#27270) | Lunny Xiao | 2023-09-28 | 1 | -4/+1 |
* | Another round of `db.DefaultContext` refactor (#27103) | JakobDev | 2023-09-25 | 2 | -17/+17 |
* | Fix context cache bug & enable context cache for dashabord commits' authors (... | Lunny Xiao | 2023-09-11 | 1 | -33/+29 |
* | move repository deletion to service layer (#26948) | Lunny Xiao | 2023-09-08 | 1 | -1/+3 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -2/+2 |
* | Avoid warning for system setting when start up (#23054) | Lunny Xiao | 2023-02-24 | 2 | -23/+32 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 2 | -32/+40 |
* | Set disable_gravatar/enable_federated_avatar when offline mode is true (#22479) | Jason Song | 2023-01-17 | 1 | -0/+10 |
* | Fix set system setting failure once it cached (#22333) | Lunny Xiao | 2023-01-08 | 2 | -13/+20 |
* | fix gravatar disable bug (#22336) | Lunny Xiao | 2023-01-04 | 1 | -1/+1 |
* | Fix get system setting bug when enabled redis cache (#22295) | Lunny Xiao | 2023-01-02 | 1 | -7/+8 |
* | Fix bug of DisableGravatar default value (#22296) | Lunny Xiao | 2023-01-01 | 1 | -1/+1 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 7 | -14/+7 |
* | Allow detect whether it's in a database transaction for a context.Context (#2... | Lunny Xiao | 2022-11-12 | 2 | -2/+2 |
* | Fix dashboard ignored system setting cache (#21621) | Lunny Xiao | 2022-11-10 | 2 | -6/+39 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -1/+1 |
* | Add system setting table with cache and also add cache supports for user sett... | Lunny Xiao | 2022-10-17 | 7 | -0/+666 |