aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo
Commit message (Expand)AuthorAgeFilesLines
* Decouple context from repository related structs (#33823)TheFox0x72025-03-081-20/+17
* Small refactor to reduce unnecessary database queries and remove duplicated f...Lunny Xiao2025-03-042-5/+3
* Refactor error system (#33771)wxiaoguang2025-03-031-3/+3
* Clone repository with Tea CLI (#33725)Quentin2025-02-271-5/+13
* Fix some user name usages (#33689)wxiaoguang2025-02-232-2/+20
* Use test context in tests and new loop system in benchmarks (#33648)TheFox0x72025-02-201-2/+1
* Refactor repository transfer (#33211)Lunny Xiao2025-01-301-15/+52
* Refactor context flash msg and global variables (#33375)wxiaoguang2025-01-252-8/+20
* Fix missing license when sync mirror (#33255)yp053272025-01-141-0/+1
* Refactor context RefName and RepoAssignment (#33226)wxiaoguang2025-01-131-8/+3
* add submodule diff links (#33097)Rowan Bohde2025-01-082-129/+2
* Make git clone URL could use current signed-in user (#33091)wxiaoguang2025-01-074-89/+199
* fix empty repo updated time (#33120)Chai-Shi2025-01-071-0/+6
* Fix empty git repo handling logic (#33101)wxiaoguang2025-01-041-0/+2
* Fix unittest and repo create bug (#33061)wxiaoguang2024-12-312-4/+19
* Refactor "string truncate" (#32984)wxiaoguang2024-12-261-1/+1
* Move some errors to their own sub packages (#32880)Lunny Xiao2024-12-201-1/+16
* Move RepoTransfer from models to models/repo sub package (#32506)Lunny Xiao2024-12-182-0/+450
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-154-11/+11
* Fix issue title rendering and refactor legacy function names (#32703)wxiaoguang2024-12-041-1/+1
* Fix get reviewers' bug (#32415)Lunny Xiao2024-11-222-95/+0
* Refactor markup render system (#32589)wxiaoguang2024-11-221-4/+1
* Refactor push mirror find and add check for updating push mirror (#32539)Lunny Xiao2024-11-181-16/+34
* Refactor find forks and fix possible bugs that weak permissions check (#32528)Lunny Xiao2024-11-182-23/+18
* Fix and refactor markdown rendering (#32522)wxiaoguang2024-11-162-52/+64
* Fix `recentupdate` sorting bugs (#32505)Zettat1232024-11-151-0/+1
* Trim title before insert/update to database to match the size requirements of...Lunny Xiao2024-11-141-0/+1
* Refactor render system (#32492)wxiaoguang2024-11-141-2/+0
* Only query team tables if repository is under org when getting assignees (#32...Lunny Xiao2024-11-051-14/+16
* Allow code search by filename (#32210)Bruno Sofiato2024-10-111-3/+3
* Support repo license (#24872)yp053272024-10-011-0/+120
* Included tag search capabilities (#32045)Bruno Sofiato2024-09-181-0/+6
* bump to go 1.23 (#31855)techknowlogick2024-09-101-1/+1
* Add tag name in the commits list (#31082)Lunny Xiao2024-08-192-1/+28
* Remove unused code from models/repos/release.go (#31756)Kemal Zebari2024-08-021-26/+0
* Make GetRepositoryByName more safer (#31712)Lunny Xiao2024-07-291-6/+7
* Refactor webhook (#31587)wxiaoguang2024-07-101-2/+7
* Refactor repo unit "disabled" check (#31389)wxiaoguang2024-06-182-2/+2
* Rename repo_model.SearchOrderByMap to repo_model.OrderByMap (#31359)65432024-06-151-19/+19
* rm const do inline (#31360)65432024-06-151-42/+18
* Fix duplicate sub-path for avatars (#31365)wxiaoguang2024-06-151-0/+28
* [Refactor] Unify repo search order by logic (#30876)65432024-06-132-35/+62
* Return an empty string when a repo has no avatar in the repo API (#31187)Kemal Zebari2024-06-011-2/+8
* Azure blob storage support (#30995)Lunny Xiao2024-05-301-1/+7
* Use repo as of renderctx's member rather than a repoPath on metas (#29222)Lunny Xiao2024-05-301-4/+3
* Fix wrong display of recently pushed notification (#25812)yp053272024-05-211-0/+6
* Refactor AppURL usage (#30885)wxiaoguang2024-05-071-9/+3
* Get repo list with OrderBy alpha should respect owner too (#30784)65432024-05-061-2/+2
* Get repo assignees and reviewers should ignore deactivated users (#30770)65432024-04-302-7/+23
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-1/+0