summaryrefslogtreecommitdiffstats
path: root/models/unittest
Commit message (Expand)AuthorAgeFilesLines
* Replace `interface{}` with `any` (#25686) (#25687)silverwind2023-07-043-13/+13
* Refactor path & config system (#25330) (#25416)wxiaoguang2023-06-221-6/+8
* Test query must have "order by" explicitly to avoid unstable results (#24963)wxiaoguang2023-05-291-17/+27
* Implement actions artifacts (#22738)FuXiaoHei2023-05-191-1/+1
* Rewrite queue (#24505)wxiaoguang2023-05-081-0/+3
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-0/+22
* Enable forbidigo linter (#24278)silverwind2023-04-241-0/+1
* Use more specific test methods (#24265)KN4CK3R2023-04-221-1/+1
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-191-11/+9
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-03-071-1/+1
* Avoid warning for system setting when start up (#23054)Lunny Xiao2023-02-241-1/+1
* Make CI use a dummy password hasher for all tests (#22983)zeripath2023-02-201-0/+10
* Implement actions (#21937)Jason Song2023-01-311-0/+2
* Add support for incoming emails (#22056)KN4CK3R2023-01-141-0/+2
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-311-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-276-12/+6
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-5/+6
* Kd/ci playwright go test (#20123)Kyle D2022-09-021-2/+2
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-1/+1
* Refactor legacy git init (#20376)wxiaoguang2022-08-091-5/+1
* Use git.HOME_PATH for Git HOME directory (#20114)wxiaoguang2022-07-081-0/+2
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-161-1/+3
* Fix data-race problems in git module (quick patch) (#19934)wxiaoguang2022-06-111-2/+2
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-0/+5
* Use better message for consistency check (#19672)Gusted2022-05-101-15/+15
* GetFeeds must always discard actions with dangling repo_id (#19598)singuliere2022-05-051-2/+4
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-8/+29
* Use "main" as default branch name (#19354)wxiaoguang2022-04-081-0/+1
* Remove legacy `unknwon/com` package (#19298)wxiaoguang2022-04-022-2/+105
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+2
* Add separate SSH_USER config option (#17584)Clar Fon2022-02-071-0/+2
* format with gofumpt (#18184)65432022-01-201-8/+8
* tests: s/GITEA_UNIT_TESTS_VERBOSE/GITEA_UNIT_TESTS_LOG_SQL/ (#18142)singuliere2022-01-011-1/+1
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-161-0/+37
* Prevent services/mailer/mailer_test.go tests from deleteing data directory (#...zeripath2021-12-101-5/+7
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-012-4/+6
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-1/+0
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-165-57/+372
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-123-0/+328