aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Implement actions artifacts (#22738)FuXiaoHei2023-05-191-0/+15
* Split "modules/context.go" to separate files (#24569)wxiaoguang2023-05-081-3/+0
* Require at least one unit to be enabled (#24189)Lunny Xiao2023-05-061-1/+3
* Avoid warning for system setting when start up (#23054)Lunny Xiao2023-02-241-2/+2
* Implement actions (#21937)Jason Song2023-01-311-0/+22
* Secrets storage with SecretKey encrypted (#22142)Jason Song2022-12-201-0/+2
* Fix issue/PR numbers (#22037)Jason Song2022-12-061-2/+2
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-4/+4
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-2/+2
* Fix issues count bug (#21557)Lunny Xiao2022-10-251-9/+4
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-10/+10
* Decouple HookTask from Repository (#17940)KN4CK3R2022-10-211-1/+5
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-9/+14
* Refactor GetNextResourceIndex to make it work properly with transaction (#21469)wxiaoguang2022-10-161-1/+1
* Add Num{Issues,Pulls} stats checks (#21404)Gusted2022-10-111-1/+13
* fix hard-coded timeout and error panic in API archive download endpoint (#20925)Peter GardfjÀll2022-08-291-2/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-164/+5
* Add option to purge users (#18064)zeripath2022-07-141-10/+2
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-13/+7
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-11/+9
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-396/+7
* improvement some release related code (#19867)Lunny Xiao2022-06-031-1/+1
* feat: add DEFAULT_MERGE_STYLE to `repository.pull-request` section for repo i...ttys32022-06-021-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-33/+24
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-41/+10
* Move some helper files out of models (#19355)Lunny Xiao2022-05-081-11/+4
* Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)65432022-05-081-1/+5
* Prevent NPE when checking repo units if the user is nil (#19625)zeripath2022-05-061-1/+1
* Use for a repo action one database transaction (#19576)65432022-05-031-3/+3
* more context for models (#19511)65432022-04-281-3/+3
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-7/+4
* Make git.OpenRepository accept Context (#19260)65432022-03-301-6/+6
* Move project files into models/project sub package (#17704)Lunny Xiao2022-03-291-2/+3
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-291-112/+2
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-11/+12
* use xorm builder for models.getReviewers() (#19033)65432022-03-101-34/+28
* Allow users to self-request a PR review (#19030)Norwin2022-03-081-4/+12
* Fix potential assignee query for repo (#18994)Otto Richter (fnetX)2022-03-041-1/+1
* Add config option to disable "Update branch by rebase" (#18745)Jimmy Praet2022-03-041-1/+1
* fix & refactor (#18973)65432022-03-031-10/+10
* Don't clean up hardcoded `tmp` (#18983)KN4CK3R2022-03-021-2/+2
* Update assignees check to include any writing team and change org sidebar (#1...zeripath2022-02-231-11/+40
* Move deletebeans into models/db (#18781)Lunny Xiao2022-02-171-1/+1
* format with gofumpt (#18184)65432022-01-201-4/+4
* Fix CheckRepoStats and reuse it during migration (#18264)Aravinth Manivannan2022-01-171-63/+159
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* Fix performance regression when user has many organization (#18125)Lunny Xiao2021-12-301-12/+18
* Improve behavior of "Fork" button (#17288)qwerty2872021-12-131-0/+30