aboutsummaryrefslogtreecommitdiffstats
path: root/services/gitdiff/gitdiff_test.go
Commit message (Collapse)AuthorAgeFilesLines
...
* Some refactor on git diff and ignore getting commit information failed on ↵Lunny Xiao2020-01-281-70/+0
| | | | | | | | | | | | | | migrating pull request review comments (#9996) * Some refactor on git diff and ignore getting commit information failed on migrating pull request review comments * fix test * fix lint * Change error log to warn
* Migrate reviews when migrating repository from github (#9463)Lunny Xiao2020-01-231-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix typo * Migrate reviews when migrating repository from github * fix lint * Added test and migration when external user login * fix test * fix commented state * Some improvements * fix bug when get pull request and ref original author on code comments * Fix migrated line; Added comment for review * Don't load all pull requests attributes * Fix typo * wrong change copy head * fix tests * fix reactions * Fix test * fix fmt * fix review comment reactions
* Fix panic when diff (#9187)Lunny Xiao2019-11-281-0/+14
| | | | | | * fix panic when diff * improve code
* Move git diff codes from models to services/gitdiff (#7889)Lunny Xiao2019-09-051-0/+197
* move git diff codes from models to services/gitdiff * fix template * fix test * fix template