aboutsummaryrefslogtreecommitdiffstats
path: root/models/graph_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Move git graph from models to modules/graph (#9027)Lunny Xiao2019-11-161-76/+0
|
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+1
| | | | | | | | | In investigating #7947 it has become clear that the storage component of go-git repositories needs closing. This PR adds this Close function and adds the Close functions as necessary. In TransferOwnership the ctx.Repo.GitRepo is closed if it is open to help prevent the risk of multiple open files. Fixes #7947
* Add pagination to commit graph page (#8360)jaqra2019-10-141-1/+1
| | | Fixes #8308
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move code.gitea.io/git to code.gitea.io/gitea/modules/git * fix imports * fix fmt * fix misspell * remove wrong tests data * fix unit tests * fix tests * fix tests * fix tests * fix tests * fix tests * enable Debug to trace the failure tests * fix tests * fix tests * fix tests * fix tests * fix tests * comment commit count tests since git clone depth is 50 * fix tests * update from code.gitea.io/git * revert change to makefile
* Accept 'Data:' in commit graph (#4487)Kjell Kvinge2018-07-211-0/+30
|
* Fix benchmarktests (#557)Kjell Kvinge2017-01-031-13/+17
|
* commithgraph / timeline (#428)Kjell Kvinge2016-12-291-0/+41
* Add model and tests for graph * Add route and router for graph * Add assets for graph * Add template for graph