aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Allow get release download files and lfs files with oauth2 token format (#26430)Lunny Xiao2023-10-012-0/+27
* rename TotalTimes() to TotalTimesForEachUser() (#27261)65432023-09-292-7/+7
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-2921-231/+230
* Add logs for data broken of comment review (#27326)Lunny Xiao2023-09-291-27/+9
* Fix the approval count of PR when there is no protection branch rule (#27272)Nanguan Lin2023-09-281-8/+17
* Add Index to `comment.dependent_issue_id` (#27325)JakobDev2023-09-283-1/+19
* make writing main test easier (#27270)Lunny Xiao2023-09-2819-86/+47
* Redefine the meaning of column is_active to make Actions Registration Token g...Lunny Xiao2023-09-271-8/+18
* Fix yaml test (#27297)Lunny Xiao2023-09-262-3/+6
* Fix more yaml lint errors (#27284)Lunny Xiao2023-09-2614-25/+21
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-2523-105/+114
* Quote table `release` in sql queries (#27205)KN4CK3R2023-09-231-5/+5
* Updates to the API for archived repos (#27149)JakobDev2023-09-212-2/+28
* Fix review request number and add more tests (#27104)Nanguan Lin2023-09-218-4/+81
* Add index to `issue_user.issue_id` (#27154)JakobDev2023-09-213-1/+19
* Fix wrong xorm get usage on migration (#27111)Lunny Xiao2023-09-181-19/+14
* Search branches (#27055)Lunny Xiao2023-09-171-0/+4
* Fix wrong migration for email address (#27106)Lunny Xiao2023-09-171-18/+70
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-165-11/+143
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-1627-273/+236
* Use db.WithTx for AddTeamMember to avoid ctx abuse (#27095)wxiaoguang2023-09-161-48/+48
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-1517-149/+155
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-1419-177/+181
* Remove the useless function `GetUserIssueStats` and move relevant tests to `i...Nanguan Lin2023-09-142-314/+0
* Display all user types and org types on admin management UI (#27050)Lunny Xiao2023-09-141-1/+15
* Replace 'userxx' with 'orgxx' in all test files when the user type is org (#...Nanguan Lin2023-09-1419-94/+94
* Update status and code index after changing the default branch (#27018)Nanguan Lin2023-09-131-1/+3
* resolve issue with sort icons on admin/users and admin/runners (#24360)jladbrook2023-09-121-0/+6
* Fix context cache bug & enable context cache for dashabord commits' authors (...Lunny Xiao2023-09-114-38/+40
* Move some functions to service layer (#26969)Lunny Xiao2023-09-0816-762/+652
* Add a new column schedule_id for action_run to track (#26975)Lunny Xiao2023-09-083-1/+19
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-0814-437/+21
* Refactor dashboard/feed.tmpl (#26956)CaiCandong2023-09-071-0/+9
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-075-7/+12
* Artifacts retention and auto clean up (#26131)FuXiaoHei2023-09-063-10/+66
* Refactor secrets modification logic (#26873)KN4CK3R2023-09-051-83/+23
* Improve DeleteByID (#26904)Lunny Xiao2023-09-051-1/+1
* Fix wrong review requested number (#26784)Nanguan Lin2023-09-031-6/+15
* Check blocklist for emails when adding them to account (#26812)techknowlogick2023-08-301-1/+12
* Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804)KN4CK3R2023-08-301-3/+3
* Fix verifyCommits error when push a new branch (#26664)CaiCandong2023-08-303-4/+34
* feat(API): add route and implementation for creating/updating repository secr...Bo-Yi Wu2023-08-291-0/+28
* Replace deprecated `elliptic.Marshal` (#26800)Chongyi Zheng2023-08-291-2/+5
* Move `modules/mirror` to `services` (#26737)Chongyi Zheng2023-08-271-1/+1
* add Upload URL to release API (#26663)Earl Warren2023-08-241-0/+5
* Add `member`, `collaborator`, `contributor`, and `first-time contributor` rol...yp053272023-08-242-27/+33
* chore(actions): support cron schedule task (#26655)Lunny Xiao2023-08-247-0/+419
* feat(API): update and delete secret for managing organization secrets (#26660)Bo-Yi Wu2023-08-241-0/+67
* Fix archived unix time when archiving the label (#26681)puni98692023-08-231-3/+4
* Fix counting and filtering on the dashboard page for issues (#26657)Jason Song2023-08-231-13/+23