aboutsummaryrefslogtreecommitdiffstats
path: root/modules/gitgraph/graph_models.go
Commit message (Expand)AuthorAgeFilesLines
* Fix milestone deadline and date related problems (#32339)Lunny Xiao2024-11-051-2/+11
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-1/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-4/+4
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-5/+5
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Collaborator trust model should trust collaborators (#18539)zeripath2022-02-021-1/+1
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-1/+1
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-3/+6
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* Fix some lints (#17337)Lunny Xiao2021-10-171-1/+1
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+2
* Fix bug on commit graph (#15517)Lunny Xiao2021-04-171-4/+5
* [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026)65432020-12-181-1/+1
* Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show o...zeripath2020-11-081-21/+85
* Render the git graph on the server (#12333)zeripath2020-08-061-0/+186