summaryrefslogtreecommitdiffstats
path: root/models/repo
Commit message (Expand)AuthorAgeFilesLines
* Remove ONLY_SHOW_RELEVANT_REPOS setting (#21962)delvh2023-02-041-4/+4
* Do not overwrite empty DefaultBranch (#22708)Jason Song2023-02-021-5/+0
* Implement actions (#21937)Jason Song2023-01-312-1/+5
* Fix Operator does not exist bug on explore page with ONLY_SHOW_RELEVANT_REPOS...zeripath2023-01-161-2/+7
* Fix error when calculate the repository size (#22392)Lunny Xiao2023-01-131-1/+1
* Always reuse transaction (#22362)Jason Song2023-01-081-1/+1
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-314-9/+7
* Add a simple test for external renderer (#20033)Lunny Xiao2022-12-121-3/+3
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-105-79/+45
* Round language stats percentage using largest remainder (#22026)hr-982022-12-081-4/+36
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-038-32/+18
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2736-72/+36
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-197-51/+44
* Adjust gitea doctor --run storages to check all storage types (#21785)zeripath2022-11-153-3/+46
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-127-10/+10
* Fix issues count bug (#21557)Lunny Xiao2022-10-251-25/+20
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-249-39/+39
* 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