aboutsummaryrefslogtreecommitdiffstats
path: root/modules/repository/commits_test.go
Commit message (Expand)AuthorAgeFilesLines
* Improve avatar uploading / resizing / compressing, remove Fomantic card modul...wxiaoguang2023-05-131-4/+3
* Avoid warning for system setting when start up (#23054)Lunny Xiao2023-02-241-1/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-3/+4
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-0/+12
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+1
* Make AvatarRenderedSizeFactor configurable and set it to 3 (#17951)silverwind2021-12-161-2/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+2
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-2/+1
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-2/+3
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-3/+4
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-15/+15
* Implemented head_commit for webhooks (#16282)KN4CK3R2021-06-291-4/+14
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-1/+1
* Double the avatar size factor (#15941)silverwind2021-05-211-2/+2
* Fix frontpage avatars (#13853)silverwind2020-12-091-2/+4
* make avatar lookup occur at image request (#10540)zeripath2020-03-271-1/+3
* Move push commits from models to modules/repository (#9370)Lunny Xiao2020-01-101-0/+190