summaryrefslogtreecommitdiffstats
path: root/services/wiki/wiki_test.go
Commit message (Expand)AuthorAgeFilesLines
* Improve wiki user title test (#24559)wxiaoguang2023-05-061-1/+4
* Fix inconsistent wiki path converting. (#24277)wxiaoguang2023-04-231-0/+1
* Make wiki title supports dashes and improve wiki name related features (#24143)wxiaoguang2023-04-191-65/+84
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* [refactor] Use const for wiki DefaultBranch (#21466)65432022-10-151-3/+3
* test: use `T.TempDir` to create temporary test directory (#21043)Eng Zer Jun2022-09-041-10/+2
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-5/+4
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-9/+9
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Make git.OpenRepository accept Context (#19260)65432022-03-301-5/+5
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-12/+12
* Fix various typos (#18219)luzpaz2022-01-101-2/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-6/+7
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-10/+9
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-8/+9
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-17/+18
* Fix 500 on first wiki page (#16586)zeripath2021-08-011-0/+29
* Add TestPrepareWikiFileName (#16487)65432021-07-201-0/+51
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Fix individual tests (addition to #15802) (#15818)KN4CK3R2021-05-121-0/+2
* Move wiki related funtions from models to services/wiki (#9355)Lunny Xiao2020-01-071-0/+210