aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* refactor: decouple context from migration structs (#33399)TheFox0x79 days19-448/+403
* Move gitgraph from modules to services layer (#33527)Lunny Xiao9 days4-0/+1429
* Add go wrapper around git diff-tree --raw -r -M (#33369)Alexander McRae9 days2-0/+676
* Refactor gitdiff test (#33507)wxiaoguang10 days12-25/+10
* Fix unnecessary comment when moving issue on the same project column (#33496)Lunny Xiao11 days1-12/+19
* Refactor web route handler (#33488)wxiaoguang11 days1-178/+154
* Fix commit status events (#33320)Lunny Xiao12 days12-0/+77
* chore: fix some trivial problems and TODOs (#33473)wxiaoguang13 days1-8/+8
* Worktime tracking for the organization level (#19808)K Kovacs13 days1-0/+2
* Skip deletion error for action artifacts (#33476)wxiaoguang13 days1-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
* Add tests for webhook and fix some webhook bugs (#33396)Lunny Xiao2025-01-3012-15/+54
* Support choose email when creating a commit via web UI (#33432)wxiaoguang2025-01-308-90/+112
* Link to tree views of submodules if possible (#33424)Rowan Bohde2025-01-301-1/+1
* Refactor user & avatar (#33433)wxiaoguang2025-01-303-4/+4
* Fix system admin cannot fork or get private fork with API (#33401)Lunny Xiao2025-01-271-3/+5
* User facing messages for AGit errors (#33012)TheFox0x72025-01-271-1/+1
* Add basic auth support to rss/atom feeds (#33371)Wesley van Tilburg2025-01-273-19/+57
* Use ProtonMail/go-crypto to replace keybase/go-crypto (#33402)wxiaoguang2025-01-272-7/+7
* Refactor context flash msg and global variables (#33375)wxiaoguang2025-01-257-54/+68
* Do not access GitRepo when a repo is being created (#33380)wxiaoguang2025-01-241-0/+3
* Refactor webhook events (#33337)Lunny Xiao2025-01-232-17/+4
* Remove duplicate "ResponseWriter.Status" method (#33346)wxiaoguang2025-01-223-15/+4
* Improve sync fork behavior (#33319)wxiaoguang2025-01-202-8/+57
* Refactor response writer & access logger (#33323)wxiaoguang2025-01-203-64/+151
* Fix parentCommit invalid memory address or nil pointer dereference. (#33204)hiifong2025-01-191-2/+4
* Make tracked time representation display as hours (#33315)Vladimir Sysoev2025-01-192-2/+3
* Fix push message behavior (#33215)Chai-Shi2025-01-172-62/+62
* Fix incorrect ref usages (#33301)wxiaoguang2025-01-161-0/+12
* Only allow admins to rename default/protected branches (#33276)Kemal Zebari2025-01-151-0/+23
* Prepare for support performance trace (#33286)wxiaoguang2025-01-151-13/+11
* Move some Actions related functions from `routers` to `services` (#33280)Zettat1232025-01-153-3/+191
* Fix incorrect TagName/BranchName usages (#33279)wxiaoguang2025-01-151-4/+0
* Simplify context ref name (#33267)wxiaoguang2025-01-151-29/+10
* Refactor ref type (#33242)Lunny Xiao2025-01-142-55/+27
* Support public code/issue access for private repositories (#33127)wxiaoguang2025-01-142-93/+47
* Validate that the tag doesn't exist when creating a tag via the web (#33241)Kemal Zebari2025-01-141-2/+2
* Fix incorrect ref "blob" (#33240)wxiaoguang2025-01-131-10/+0
* Refactor RefName (#33234)wxiaoguang2025-01-136-28/+16
* Refactor context RefName and RepoAssignment (#33226)wxiaoguang2025-01-133-136/+103
* Fix mirror bug (#33224)Lunny Xiao2025-01-121-1/+14
* Refactor context repository (#33202)wxiaoguang2025-01-122-58/+27
* Fix sync fork for consistency (#33147)Chai-Shi2025-01-101-10/+39
* Fix raw file API ref handling (#33172)wxiaoguang2025-01-102-23/+18
* Automerge supports deleting branch automatically after merging (#32343)Lunny Xiao2025-01-104-52/+75
* Refactor older tests to use testify (#33140)TheFox0x72025-01-097-48/+32
* Fix typo in gitea downloader test and add missing codebase in `ToGitServiceTy...yp053272025-01-083-3/+13