aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Refactor] getIssueStatsChunk to move inner function into own one (#26671)65432023-08-221-48/+49
* Add optimistic lock to ActionRun table (#26563)Jason Song2023-08-215-25/+53
* Add link to job details and tooltip to commit status in repo list in dashboar...yp053272023-08-211-0/+6
* Ignore the trailing slashes when comparing oauth2 redirect_uri (#26597)wxiaoguang2023-08-212-2/+23
* Fix project filter bugs (#26490)CaiCandong2023-08-152-10/+14
* Add API route to list org secrets (#26485)Bo-Yi Wu2023-08-151-0/+5
* add disable workflow feature (#26413)a10121127962023-08-143-1/+81
* Allow to archive labels (#26478)puni98692023-08-145-6/+52
* Fix NuGet search endpoints (#25613)KN4CK3R2023-08-143-5/+91
* Rename `Sync2` -> `Sync` (#26479)delvh2023-08-13118-180/+180