aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo
Commit message (Expand)AuthorAgeFilesLines
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-189-0/+65
* Add generic set type (#21408)KN4CK3R2022-10-123-30/+14
* Add user/organization code search (#19977)Lauris BH2022-10-111-10/+20
* Tag list should include draft releases with existing tags (#21263)Jason Song2022-10-031-0/+8
* Fix various typos (#21103)luzpaz2022-09-071-1/+1
* fix hard-coded timeout and error panic in API archive download endpoint (#20925)Peter GardfjÀll2022-08-291-3/+3
* Only show relevant repositories on explore page (#19361)Gusted2022-08-251-2/+29
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-254-0/+716
* In PushMirrorsIterate and MirrorsIterate if limit is negative do not set it (...zeripath2022-08-182-8/+12
* Remove calls to load Mirrors in user.Dashboard (#20855)zeripath2022-08-181-53/+0
* Check Mirror exists before linking its Repo (#20840)zeripath2022-08-181-1/+3
* Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao2022-08-162-46/+0
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-167-24/+24
* Add issue filter for Author (#20578)parnic2022-08-081-0/+12
* Add new API endpoints for push mirrors management (#19841)Mohamed Sekour2022-07-302-28/+54
* Fix: Actor is required to get user repositories (#20443)Dhruv Manilawala2022-07-211-0/+4
* Add order by for assignee no sort issue (#20053)Tyrone Yeh2022-07-141-2/+2
* Implement sync push mirror on commit (#19411)Chongyi Zheng2022-07-081-0/+9
* Adjust transaction handling via db.Context (#20031)Lunny Xiao2022-06-201-7/+1
* Add more linters to improve code readability (#19989)Wim2022-06-202-4/+4
* 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