aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix stderr usages (#26477)wxiaoguang2023-08-131-3/+1
* Refactor project templates (#26448)Denys Konovalov2023-08-121-0/+5
* Count only visible repos on profile (#25928)JakobDev2023-08-112-102/+132
* Always show usernames in reaction tooltips (#26444)Panagiotis "Ivory" Vasilopoulos2023-08-102-2/+2
* Add transaction when creating pull request created dirty data (#26259)Lunny Xiao2023-08-103-15/+14
* Pre-register OAuth2 applications for git credential helpers (#26291)Denys Konovalov2023-08-091-0/+91
* fix generated source URL on rendered files (#26364)Earl Warren2023-08-081-0/+12
* Use more `IssueList` instead of `[]*Issue` (#26369)Lunny Xiao2023-08-073-6/+6
* Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueInde...wxiaoguang2023-08-072-8/+58
* Fix log typo in task.go (#26337)cassiozareck2023-08-051-1/+1
* Fix bug with sqlite load read (#26305)Lunny Xiao2023-08-054-10/+25
* Delete `issue_service.CreateComment` (#26298)caicandong2023-08-041-1/+9
* Use yellow if an approved review is stale (#26312)sebastian-sauer2023-08-041-0/+3
* Fix the topic validation rule and suport dots (#26286)wxiaoguang2023-08-032-1/+3
* Allow editing push mirrors after creation (#26151)puni98692023-08-011-0/+6
* Some fixes of the prompt of new branches (#26257)Zettat1232023-08-011-2/+2
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-317-78/+131
* Fix pull request check list is limited (#26179)caicandong2023-07-311-3/+3
* Fix API leaking Usermail if not logged in (#25097)JakobDev2023-07-311-1/+6