summaryrefslogtreecommitdiffstats
path: root/models/repo/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Some performance optimization on dashboard and issues page (#29010)Lunny Xiao2024-03-121-0/+3
* Make wiki default branch name changable (#29603)wxiaoguang2024-03-061-0/+4
* Fix projects mode bugs (#29593)Denys Konovalov2024-03-041-1/+3
* Enable/disable owner and repo projects independently (#28805)Denys Konovalov2024-03-041-0/+5
* remove util.OptionalBool and related functions (#29513)65432024-03-021-3/+4
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-0/+8
* Add support for sha256 repositories (#23894)Adam Majer2024-01-191-5/+1
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-2/+1
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-2/+4
* Refactor SSH clone URL generation code (#28421)wxiaoguang2023-12-151-13/+11
* Abstract hash function usage (#28138)Adam Majer2023-12-131-1/+5
* Use restricted sanitizer for repository description (#28141)Earl Warren2023-11-231-2/+2
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-14/+14
* Updates to the API for archived repos (#27149)JakobDev2023-09-211-0/+16
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-161-6/+2
* 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