aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo_test.go
Commit message (Expand)AuthorAgeFilesLines
* Add team support for review request (#12039)赵智超2020-10-121-0/+31
* Decrease the num_stars when deleting a repo (#11954)赵智超2020-07-071-0/+6
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-121-13/+0
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-121-0/+1
* Fix team links in HTML rendering (#9127)guillep2k2019-11-241-2/+13
* Move transfer repository and rename repository on a service package and start...Lunny Xiao2019-11-151-24/+0
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Added missing error checks in tests (#7554)Christian Muehlhaeuser2019-07-231-0/+1
* Add error for fork already existing (#7185)John Olheiser2019-06-121-1/+1
* Repository avatars (#6986)Sergey Dryabzhinsky2019-05-291-0/+53
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-111-21/+0
* Improve issue autolinks (#6273)mrsdizzie2019-04-121-1/+4
* Fix repo-transfer-and-team-repo-count bug (#3241)Ethan Koenig2017-12-191-0/+23
* Restructure markup & markdown to prepare for multiple markup language… (#2411)Lunny Xiao2017-09-161-6/+6
* Webhooks for repo creation/deletion (#1663)Ethan Koenig2017-09-031-6/+5
* Include formatting check to the `make test` (and thus also `check`) rule (#1366)Sandro Santilli2017-06-061-1/+1
* Make `LocalCopyPath` a setting instead of a hard-coded path (#1881)Phil Hopper2017-06-061-0/+22
* feat: expose url field on issue api. (#982)Bo-Yi Wu2017-03-031-0/+7
* refactor: move SearchRepositoryByName testing. (#1083)Bo-Yi Wu2017-02-281-52/+0
* fix: Wrong repo list on Explore page if user already loggin. (#1009)Bo-Yi Wu2017-02-221-0/+52
* test: Add testing for GetUserFork function (#944)Bo-Yi Wu2017-02-151-0/+33
* Fix public activity showing private repos (#892)Morgan Bazalgette2017-02-111-0/+19
* Use assert in legacy unit tests (#867)Ethan Koenig2017-02-081-59/+30
* fix: wrong pages number which includes private repository count. (#844)Bo-Yi Wu2017-02-061-2/+36
* Add units concept for modulable functions of a repository (#742)Lunny Xiao2017-02-041-8/+16
* fixed test build errorLunny Xiao2016-11-251-6/+6
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-2/+2
* Run goimports on the whole project (#34)Matthias Loibl2016-11-041-2/+2
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-2/+2
* The pruning for the synchronized mirrors is a option now. Default value: enab...Pablo Saavedra2016-07-091-13/+13
* Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992)Cosmin Stroe2016-04-221-0/+62