summaryrefslogtreecommitdiffstats
path: root/modules/json
Commit message (Collapse)AuthorAgeFilesLines
* Make gitea, gitea-vet future-proof (#18361)Gusted2022-01-221-0/+1
| | | | | | | | | * Make gitea, gitea-vet future-proof - Ref: https://gitea.com/gitea/gitea-vet/pulls/18 * Correct order Co-authored-by: zeripath <art27@cantab.net>
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-0/+30
| | | | | | | | | | | | | | | * Some refactors related repository model * Move more methods out of repository * Move repository into models/repo * Fix test * Fix test * some improvements * Remove unnecessary function
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-0/+142
* Add an abstract json layout to make it's easier to change json library * Fix import * Fix import sequence * Fix blank lines * Fix blank lines