aboutsummaryrefslogtreecommitdiff
path: root/models/repo
AgeCommit message (Expand)Author
2023-03-12Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-03-07Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song
2023-02-20Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-02-18Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp05327
2023-02-15Add context cache as a request level cache (#22294)Lunny Xiao
2023-02-13Pull Requests: setting to allow edits by maintainers by default, tweak UI (#2...Brecht Van Lommel
2023-02-11Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-02-11Preview images for Issue cards in Project Board view (#22112)Nathaniel Sabanski
2023-02-11Fix improper HTMLURL usages in Go code (#22839)wxiaoguang
2023-02-10Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-02-06Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao
2023-02-04Remove ONLY_SHOW_RELEVANT_REPOS setting (#21962)delvh
2023-02-02Do not overwrite empty DefaultBranch (#22708)Jason Song
2023-02-02Use ctx instead of db.DefaultContextAnthony Wang
2023-01-31Implement actions (#21937)Jason Song
2023-01-20Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-01-16Refactor activitypub.RepositoryIRIToRepository to repo_model.GetRepositoryByIRIAnthony Wang
2023-01-16Fix Operator does not exist bug on explore page with ONLY_SHOW_RELEVANT_REPOS...zeripath
2023-01-13Fix error when calculate the repository size (#22392)Lunny Xiao
2023-01-10Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-01-08Always reuse transaction (#22362)Jason Song
2022-12-31Fix lint errorsAnthony Wang
2022-12-31Use ErrInvalidArgument in packages (#22268)KN4CK3R
2022-12-22Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2022-12-12Add a simple test for external renderer (#20033)Lunny Xiao
2022-12-10Rename almost all Ctx functions (#22071)Lunny Xiao
2022-12-08Round language stats percentage using largest remainder (#22026)hr-98
2022-12-03refactor some functions to support ctx as first parameter (#21878)Lunny Xiao
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-27Implement commenting and fix lint errorsAnthony Wang
2022-11-19Add `context.Context` to more methods (#21546)KN4CK3R
2022-11-15Adjust gitea doctor --run storages to check all storage types (#21785)zeripath
2022-11-12Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao
2022-10-25Fix issues count bug (#21557)Lunny Xiao
2022-10-24Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh
2022-10-18Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath
2022-10-12Add generic set type (#21408)KN4CK3R
2022-10-11Add user/organization code search (#19977)Lauris BH
2022-10-03Tag list should include draft releases with existing tags (#21263)Jason Song
2022-09-07Fix various typos (#21103)luzpaz
2022-08-29fix hard-coded timeout and error panic in API archive download endpoint (#20925)Peter GardfjÀll
2022-08-25Only show relevant repositories on explore page (#19361)Gusted
2022-08-25Move some files into models' sub packages (#20262)Lunny Xiao
2022-08-18In PushMirrorsIterate and MirrorsIterate if limit is negative do not set it (...zeripath
2022-08-18Remove calls to load Mirrors in user.Dashboard (#20855)zeripath
2022-08-18Check Mirror exists before linking its Repo (#20840)zeripath
2022-08-16Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao
2022-08-16Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao
2022-08-08Add issue filter for Author (#20578)parnic
2022-07-30Add new API endpoints for push mirrors management (#19841)Mohamed Sekour