aboutsummaryrefslogtreecommitdiff
path: root/models/repo_test.go
AgeCommit message (Expand)Author
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-06-15Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao
2022-06-10Custom regexp external issues (#17624)Sandro Santilli
2022-06-06Move some repository related code into sub package (#19711)Lunny Xiao
2022-05-20Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao
2022-03-08Allow users to self-request a PR review (#19030)Norwin
2022-03-04Fix potential assignee query for repo (#18994)Otto Richter (fnetX)
2022-01-17Fix CheckRepoStats and reuse it during migration (#18264)Aravinth Manivannan
2021-12-12Some repository refactors (#17950)Lunny Xiao
2021-12-10Move repository model into models/repo (#17933)Lunny Xiao
2021-11-24Move user related model into models/user (#17781)Lunny Xiao
2021-11-19Move attachment into models/repo/ (#17650)Lunny Xiao
2021-11-19Use a standalone struct name for Organization (#17632)Lunny Xiao
2021-11-19Move user/org deletion to services (#17673)KN4CK3R
2021-11-16Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang
2021-11-12Decouple unit test code from business code (#17623)wxiaoguang
2021-11-09Move unit into models/unit/ (#17576)Lunny Xiao
2021-09-23DBContext is just a Context (#17100)zeripath
2021-09-19Move db related basic functions to models/db (#17075)Lunny Xiao
2021-06-07Fixed assert statements. (#16089)KN4CK3R
2021-04-09Code Formats, Nits & Unused Func/Var deletions (#15286)6543
2021-03-14chore(models): rewrite code format. (#14754)Bo-Yi Wu
2020-10-12Add team support for review request (#12039)赵智超
2020-07-07Decrease the num_stars when deleting a repo (#11954)赵智超
2020-01-12Move create/fork repository from models to modules/repository (#9489)Lunny Xiao
2020-01-12Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao
2019-11-24Fix team links in HTML rendering (#9127)guillep2k
2019-11-15Move transfer repository and rename repository on a service package and start...Lunny Xiao
2019-08-23Use gitea forked macaron (#7933)Tamal Saha
2019-07-23Added missing error checks in tests (#7554)Christian Muehlhaeuser
2019-06-12Add error for fork already existing (#7185)John Olheiser
2019-05-29Repository avatars (#6986)Sergey Dryabzhinsky
2019-05-11Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath
2019-04-12Improve issue autolinks (#6273)mrsdizzie
2017-12-19Fix repo-transfer-and-team-repo-count bug (#3241)Ethan Koenig
2017-09-16Restructure markup & markdown to prepare for multiple markup language… (#2411)Lunny Xiao
2017-09-03Webhooks for repo creation/deletion (#1663)Ethan Koenig
2017-06-06Include formatting check to the `make test` (and thus also `check`) rule (#1366)Sandro Santilli
2017-06-06Make `LocalCopyPath` a setting instead of a hard-coded path (#1881)Phil Hopper
2017-03-03feat: expose url field on issue api. (#982)Bo-Yi Wu
2017-02-28refactor: move SearchRepositoryByName testing. (#1083)Bo-Yi Wu
2017-02-22fix: Wrong repo list on Explore page if user already loggin. (#1009)Bo-Yi Wu
2017-02-15test: Add testing for GetUserFork function (#944)Bo-Yi Wu
2017-02-11Fix public activity showing private repos (#892)Morgan Bazalgette
2017-02-08Use assert in legacy unit tests (#867)Ethan Koenig
2017-02-06fix: wrong pages number which includes private repository count. (#844)Bo-Yi Wu
2017-02-04Add units concept for modulable functions of a repository (#742)Lunny Xiao
2016-11-25fixed test build errorLunny Xiao
2016-11-10Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli
2016-11-04Run goimports on the whole project (#34)Matthias Loibl