aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo/repo.go
Commit message (Expand)AuthorAgeFilesLines
* add disable workflow feature (#26413)a10121127962023-08-141-0/+6
* Newly pushed branches hints on repository home page (#25715)Lunny Xiao2023-07-081-0/+12
* Split lfs size from repository size (#22900)a10121127962023-06-281-0/+39
* Rewrite logger system (#24726)wxiaoguang2023-05-211-12/+4
* Refactor rename user and rename organization (#24052)Lunny Xiao2023-05-211-0/+8
* Refactor Pull Mirror and fix out-of-sync bugs (#24732)wxiaoguang2023-05-151-2/+2
* Support SSH for go get (#24664)rune2023-05-121-13/+19
* Fix unclear `IsRepositoryExist` logic (#24374)wxiaoguang2023-04-281-6/+10
* Display when a repo was archived (#22664)JakobDev2023-04-261-2/+3
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-191-1/+7
* Set repository link based on the url in package.json for npm packages (#20379)Mai-Lapyst2023-03-281-0/+43
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-4/+4
* Fix improper HTMLURL usages in Go code (#22839)wxiaoguang2023-02-111-1/+1
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-061-1/+1
* Do not overwrite empty DefaultBranch (#22708)Jason Song2023-02-021-5/+0
* Implement actions (#21937)Jason Song2023-01-311-0/+4
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-16/+6
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-23/+9
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-14/+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-241-1/+1
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+9
* Fix various typos (#21103)luzpaz2022-09-071-1/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-0/+14
* Adjust transaction handling via db.Context (#20031)Lunny Xiao2022-06-201-7/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-3/+3
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-0/+47
* Custom regexp external issues (#17624)Sandro Santilli2022-06-101-0/+3
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-52/+30
* Use for a repo action one database transaction (#19576)65432022-05-031-2/+13
* Add Package Registry (#16510)KN4CK3R2022-03-301-1/+1
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-34/+0
* Refactor repo clone button and repo clone links, fix JS error on empty repo p...wxiaoguang2022-03-291-1/+0
* 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-071-4/+1
* API: Return primary language and repository language stats API URL (#18396)Lauris BH2022-01-251-0/+24
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+2
* Use conditions but not repo ids as query condition (#16839)Lunny Xiao2021-12-291-31/+0
* 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-131-2/+3
* Some repository refactors (#17950)Lunny Xiao2021-12-121-0/+36
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-0/+736