summaryrefslogtreecommitdiffstats
path: root/modules/test
Commit message (Expand)AuthorAgeFilesLines
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-2/+2
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-2/+2
* Call MultipartForm.RemoveAll when request finishes (#19606)wxiaoguang2022-05-051-0/+1
* more context for models (#19511)65432022-04-281-1/+1
* Make git.OpenRepository accept Context (#19260)65432022-03-301-2/+2
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-2/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-2/+2
* format with gofumpt (#18184)65432022-01-201-5/+4
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-2/+2
* Unify and simplify TrN for i18n (#18141)wxiaoguang2022-01-021-0/+4
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+4
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+3
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-3/+3
* Upgrade chi to v5 (#17298)Lunny Xiao2021-10-131-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-2/+3
* Move middlewares to web/middleware (#14480)Lunny Xiao2021-01-301-2/+2
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-79/+30
* Macaron 1.5 (#12596)techknowlogick2020-08-271-0/+4
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-011-1/+3
* Code Refactor of IssueWatch related things (#10401)65432020-02-261-2/+5
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+1
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+2
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-3/+2
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-0/+3
* API endpoint for testing webhook (#3550)Ethan Koenig2018-04-291-1/+12
* Unit tests for routers/repo/issue_label (#3198)Ethan Koenig2017-12-152-16/+21
* Fix compile failed without gcc (#3130)Lunny Xiao2017-12-101-1/+0
* Fix missing branch in release bug (#3108)Ethan Koenig2017-12-081-0/+10
* Fix missing password length check when change password (#3039)Lunny Xiao2017-12-021-1/+3
* Unit tests for wiki routers (#3022)Ethan Koenig2017-11-301-16/+30
* Fix counts on issues dashboard (#2215)Ethan Koenig2017-08-031-0/+150