aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor: move part of updating protected branch logic to service layer (#33742)Lunny Xiao2025-03-052-7/+48
* Email option to embed images as base64 instead of link (#32061)sommerf-lf2025-03-053-14/+233
* Remove context from git struct (#33793)TheFox0x72025-03-0437-171/+171
* Adjust appearence of commit status webhook (#33778)Denys Konovalov2025-03-032-5/+12
* Refactor error system (#33771)wxiaoguang2025-03-032-13/+7
* Add migrations and doctor fixes (#33556)Lunny Xiao2025-03-021-0/+19
* Refactor mail code (#33768)wxiaoguang2025-03-037-514/+536
* Use pullrequestlist instead of []*pullrequest (#33765)Lunny Xiao2025-03-021-11/+10
* Webhook add X-Gitea-Hook-Installation-Target-Type Header (#33752)ChristopherHX2025-03-013-4/+23
* Add composor source field (#33502)Lunny Xiao2025-02-281-8/+9
* Improve "generate new access token" form (#33730)Guillaume2025-02-273-41/+8
* Fix git empty check and HEAD request (#33690)wxiaoguang2025-02-241-0/+5
* Deleting repository should unlink all related packages (#33653)Lunny Xiao2025-02-212-6/+7
* Use test context in tests and new loop system in benchmarks (#33648)TheFox0x72025-02-2026-522/+498
* git graph: don't show detached commits (#33645)ericLemanissier2025-02-191-1/+1
* Make actions URL in commit status webhooks absolute (#33620)Lunny Xiao2025-02-181-1/+7
* Refactor error system (#33626)wxiaoguang2025-02-173-7/+13
* Move issue pin to an standalone table for querying performance (#33452)Lunny Xiao2025-02-174-10/+13
* Refactor error system (#33610)wxiaoguang2025-02-169-81/+75
* Fix project issues list and counting (#33594)Lunny Xiao2025-02-173-0/+348
* Add API to support link package to repository and unlink it (#33481)Lunny Xiao2025-02-161-0/+78
* Move commits signature and verify functions to service layers (#33605)Lunny Xiao2025-02-168-11/+512
* Artifacts download api for artifact actions v4 (#33510)ChristopherHX2025-02-161-0/+22
* Fix mirror bug (#33597)ericLemanissier2025-02-152-3/+32
* Use default Git timeout when checking repo health (#33593)Zettat1232025-02-141-1/+1
* Performance optimization for pull request files loading comments attachments ...Lunny Xiao2025-02-141-1/+1
* Only show the latest version in the Arch index (#33262)Exploding Dragon2025-02-133-12/+166
* Fix various problems (artifact order, api empty slice, assignee check, fuzzy ...wxiaoguang2025-02-135-13/+23
* Avoid duplicate SetContextValue call (#33564)wxiaoguang2025-02-123-4/+2
* Add a transaction to `pickTask` (#33543)Zettat1232025-02-121-0/+107
* Fix context usage (#33554)wxiaoguang2025-02-118-14/+15
* Enhance routers for the Actions variable operations (#33547)Jason Song2025-02-111-9/+6
* Feature: Support workflow event dispatch via API (#33545)wxiaoguang2025-02-114-1/+292
* Rework suggestion backend (#33538)Lunny Xiao2025-02-102-0/+130
* Revert "Feature: Support workflow event dispatch via API (#32059)" (#33541)wxiaoguang2025-02-102-316/+0
* Feature: Support workflow event dispatch via API (#32059)Bence Sántha2025-02-102-0/+316
* refactor: decouple context from migration structs (#33399)TheFox0x72025-02-0719-448/+403
* Move gitgraph from modules to services layer (#33527)Lunny Xiao2025-02-074-0/+1429
* Add go wrapper around git diff-tree --raw -r -M (#33369)Alexander McRae2025-02-072-0/+676
* Refactor gitdiff test (#33507)wxiaoguang2025-02-0512-25/+10
* Fix unnecessary comment when moving issue on the same project column (#33496)Lunny Xiao2025-02-051-12/+19
* Refactor web route handler (#33488)wxiaoguang2025-02-051-178/+154
* Fix commit status events (#33320)Lunny Xiao2025-02-0412-0/+77
* chore: fix some trivial problems and TODOs (#33473)wxiaoguang2025-02-021-8/+8
* Worktime tracking for the organization level (#19808)K Kovacs2025-02-031-0/+2
* Skip deletion error for action artifacts (#33476)wxiaoguang2025-02-021-6/+5
* Fix SSH LFS memory usage (#33455)wxiaoguang2025-01-311-1/+3
* Support choose email when creating a commit via web UI (more) (#33445)wxiaoguang2025-01-312-5/+12
* Fix "redirect link" handling (#33440)wxiaoguang2025-01-312-13/+26
* Refactor repository transfer (#33211)Lunny Xiao2025-01-305-112/+185