aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Delete deleted release attachments immediately from storage (#23913)Lunny Xiao2023-04-061-1/+1
* Treat PRs with agit flow as fork PRs when triggering actions. (#23884)Jason Song2023-04-061-1/+16
* Add activity feeds API (#23494)Zettat1232023-04-041-0/+52
* Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823)wxiaoguang2023-04-041-0/+21
* Check `IsActionsToken` for LFS authentication (#23841)Zettat1232023-04-021-1/+19
* [Patch] Fix closed PR also triggers Webhooks and actions (#23782)sillyguodong2023-03-301-0/+4
* Refactor commit status for Actions jobs (#23786)Jason Song2023-03-294-55/+67
* Don't apply the group filter when listing LDAP group membership if it is empt...zeripath2023-03-291-1/+1
* Add API to manage issue dependencies (#17935)qwerty2872023-03-281-16/+20
* Fix tags view (#23243)Wiktor Kwapisiewicz2023-03-271-2/+7
* Create commit status when event is `pull_request_sync` (#23683)sillyguodong2023-03-241-1/+1
* Fix incorrect `HookEventType` of pull request review comments (#23650)Zettat1232023-03-244-5/+5
* Introduce path Clean/Join helper functions (#23495)wxiaoguang2023-03-213-6/+4
* fix submodule is nil panic (#23588)来自村里的小螃蟹2023-03-201-1/+3
* Add absent repounits to create/edit repo API (#23500)James Cleverley-Prance2023-03-161-0/+18
* Disable sending email after push a commit to a closed PR (#23462)sillyguodong2023-03-151-1/+4
* add admin API email endpoints (#22792)techknowlogick2023-03-141-0/+11
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-143-2/+59
* Fix missing commit status in PR which from forked repo (#23351)sillyguodong2023-03-131-23/+48
* Add Swift package registry (#22404)KN4CK3R2023-03-132-1/+3
* Preserve file size when creating attachments (#23406)Peter2023-03-124-8/+11
* Add missing tabs to org projects page (#22705)yp053272023-03-101-9/+0
* Add user webhooks (#21563)KN4CK3R2023-03-102-6/+6
* Handle OpenID discovery URL errors a little nicer when creating/editing sourc...zeripath2023-03-101-0/+4
* Improve squash merge commit author and co-author with private emails (#22977)Brecht Van Lommel2023-03-092-7/+53
* Fix pull request update showing too many commits with multiple branches (#22856)Brecht Van Lommel2023-03-092-81/+15
* Refactor merge/update git command calls (#23366)wxiaoguang2023-03-093-38/+28
* Improve cache context (#23330)Jason Song2023-03-081-1/+0
* Use CleanPath instead of path.Clean (#23371)Lunny Xiao2023-03-083-6/+6
* Refactor and tidy-up the merge/update branch code (#22568)zeripath2023-03-0711-606/+753
* Fix broken code editor diff preview (#23307)wxiaoguang2023-03-061-1/+1
* Make Ctrl+Enter submit a pending comment (starting review) instead of submitt...wxiaoguang2023-03-043-6/+6
* Avoid panic caused by broken payload when creating commit status (#23216)Jason Song2023-03-043-6/+29
* Fill head commit to in payload when notifying push commits for mirroring (#23...Jason Song2023-03-031-0/+7
* Fix cannot reopen after pushing commits to a closed PR (#23189)sillyguodong2023-03-031-3/+3
* Add loading yaml label template files (#22976)Lauris BH2023-03-021-8/+11
* Do not create commit graph for temporary repos (#23219)Brecht Van Lommel2023-03-011-2/+8
* Use context parameter in services/repository (#23186)Jason Song2023-02-2812-66/+68
* Require approval to run actions for fork pull request (#22803)Jason Song2023-02-241-2/+46
* Fix SyncOnCommit always return false in API of push_mirrors (#23088)sillyguodong2023-02-231-0/+1
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-224-4/+5
* Return empty url for submodule tree entries (#23043)Zettat1232023-02-211-0/+5
* Add force_merge to merge request and fix checking mergable (#23010)Jason Song2023-02-213-11/+30
* Use `--message=%s` for git commit message (#23028)wxiaoguang2023-02-211-2/+2
* Fix intermittent panic in notify issue change content (#23019)zeripath2023-02-201-3/+4
* Get rules by id when editing branch protection rule (#22932)Zettat1232023-02-201-0/+1
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-2/+2
* Rename `GetUnits` to `LoadUnits` (#22970)yp053272023-02-191-1/+1
* Scoped labels (#22585)Brecht Van Lommel2023-02-184-0/+4
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-187-15/+15