aboutsummaryrefslogtreecommitdiffstats
path: root/modules/system/db.go
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to use UnsafeStringToBytes (#31358)Oleksandr Redko2024-06-141-4/+3
| | | | | | | The PR replaces all `goldmark/util.BytesToReadOnlyString` with `util.UnsafeBytesToString`, `goldmark/util.StringToReadOnlyBytes` with `util.UnsafeStringToBytes`. This removes one `TODO`. Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-151-4/+6
| | | Target #27065
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
| | | | | | | | | Change all license headers to comply with REUSE specification. Fix #16132 Co-authored-by: flynnnnnnnnnn <flynnnnnnnnnn@github> Co-authored-by: John Olheiser <john.olheiser@gmail.com>
* Add system setting table with cache and also add cache supports for user ↵Lunny Xiao2022-10-171-0/+36
setting (#18058)