summaryrefslogtreecommitdiffstats
path: root/models/repo
Commit message (Expand)AuthorAgeFilesLines
* In code search, get code unit accessible repos in one (main) query (#19764)Hugo Hoitink2022-06-161-21/+48
* Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao2022-06-152-0/+89
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-0/+47
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-0/+21
* Fix some mirror bugs (#18649)Lunny Xiao2022-06-111-6/+0
* Custom regexp external issues (#17624)Sandro Santilli2022-06-102-3/+7
* Feature: Find files in repo (#15028)Roger Luo2022-06-092-2/+3
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-0618-168/+1460
* feat: add DEFAULT_MERGE_STYLE to `repository.pull-request` section for repo i...ttys32022-06-021-0/+5
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-2020-306/+169
* Use Vue to refactor pull merge UI (#19650)wxiaoguang2022-05-121-18/+0
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-113-0/+200
* Repository level enable package or disable (#19323)Lunny Xiao2022-05-081-1/+1
* Allow custom default merge message with .gitea/default_merge_message/<merge_s...Lunny Xiao2022-05-081-3/+3
* Use for a repo action one database transaction (#19576)65432022-05-031-2/+13
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-13/+16
* Add Package Registry (#16510)KN4CK3R2022-03-301-1/+1
* Make git.OpenRepository accept Context (#19260)65432022-03-302-4/+5
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-292-34/+87
* Refactor repo clone button and repo clone links, fix JS error on empty repo p...wxiaoguang2022-03-291-1/+0
* Touch mirrors on even on fail to update (#19217)zeripath2022-03-271-0/+8
* Add config option to disable "Update branch by rebase" (#18745)Jimmy Praet2022-03-041-0/+3
* Improve mirror iterator (#18928)Lunny Xiao2022-02-283-3/+5
* Avoid database lookups for `DescriptionHTML` (#18924)Gusted2022-02-271-1/+1
* Fix trace log to show value instead of pointers (#18926)Gusted2022-02-271-1/+8
* Add separate SSH_USER config option (#17584)Clar Fon2022-02-072-5/+2
* API: Return primary language and repository language stats API URL (#18396)Lauris BH2022-01-251-0/+24
* format with gofumpt (#18184)65432022-01-204-11/+7
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+2
* Refactor auth package (#17962)Lunny Xiao2022-01-021-2/+1
* Use conditions but not repo ids as query condition (#16839)Lunny Xiao2021-12-292-31/+46
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-161-0/+7
* Fix TemplateRepo no longer in models.repo (#17993)Caellion2021-12-161-0/+10
* Prevent deadlock in create issue (#17970)zeripath2021-12-132-4/+10
* Some repository refactors (#17950)Lunny Xiao2021-12-1216-0/+1448
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-1014-0/+1982
* Move repo archiver to models/repo (#17913)Lunny Xiao2021-12-062-0/+110
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-193-0/+416