summaryrefslogtreecommitdiffstats
path: root/models/wiki_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-45/+0
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-5/+4
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-4/+5
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-8/+9
* Move wiki related funtions from models to services/wiki (#9355)Lunny Xiao2020-01-071-193/+0
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+3
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-111-17/+32
* test: reduce testing time. (#3885)Bo-Yi Wu2018-05-021-14/+22
* Fix rendering of wiki page list if wiki repo contains other files (#3454)Lauris BH2018-02-051-1/+4
* Remove hardcoded paths to fix randomly failing tests (#3347)Lauris BH2018-01-111-1/+1
* Unit tests for wiki routers (#3022)Ethan Koenig2017-11-301-8/+31
* Various wiki bug fixes (#2996)Ethan Koenig2017-11-281-13/+135
* Better settings for unit tests (#795)Ethan Koenig2017-01-301-3/+9
* Unit tests for models/wikiEthan Koenig2017-01-271-0/+57