summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Add force_merge to merge request and fix checking mergable (#23010) (#23032)Jason Song2023-02-213-11/+30
* Use `--message=%s` for git commit message (#23028) (#23029)wxiaoguang2023-02-211-4/+4
* some refactor about code comments(#20821) (#22707)Lunny Xiao2023-02-162-3/+48
* Improve trace logging for pulls and processes (#22633) (#22812)zeripath2023-02-133-106/+110
* escape filename when assemble URL (#22850) (#22871)Yarden Shoham2023-02-121-4/+5
* Use proxy for pull mirror (#22771) (#22772)Gusted2023-02-111-0/+4
* Load issue before accessing index in merge message (#22822) (#22830)John Olheiser2023-02-091-0/+3
* Improve checkIfPRContentChanged (#22611) (#22644)zeripath2023-01-281-53/+39
* Prevent duplicate labels when importing more than 99 (#22591) (#22598)Yarden Shoham2023-01-241-1/+1
* Prevent multiple `To` recipients (#22566) (#22569)Yarden Shoham2023-01-226-19/+22
* When updating by rebase we need to set the environment for head repo (#22535)...v1.18.2zeripath2023-01-192-10/+18
* Fix issue not auto-closing when it includes a reference to a branch (#22514) ...John Olheiser2023-01-191-1/+3
* Fix 500 error viewing pull request when fork has pull requests disabled (#22...John Olheiser2023-01-181-0/+3
* Fix migration from GitBucket (#22465)Haruo Kinoshita2023-01-172-3/+12
* Fix wechatwork webhook sends empty content in PR review (#21762) (#22440)zeripath2023-01-141-1/+1
* Prepend refs/heads/ to issue template refs (#20461) (#22427)zeripath2023-01-131-2/+1
* Continue GCing other repos on error in one repo (#22422) (#22425)zeripath2023-01-131-27/+34
* fix: omit avatar_url in discord payload when empty (#22393) (#22394)John Olheiser2023-01-101-1/+1
* refactor auth interface to return error when verify failure (#22119) (#22259)Lunny Xiao2022-12-299-60/+66
* Use complete SHA to create and query commit status (#22244) (#22257)Jason Song2022-12-285-10/+13
* Add setting to disable the git apply step in test patch (#22130) (#22170)zeripath2022-12-221-4/+20
* Do not list active repositories as unadopted (#22034) (#22166)Christian Ullrich2022-12-191-1/+1
* Correctly handle moved files in apply patch (#22118) (#22135)zeripath2022-12-151-0/+3
* Fix issue/PR numbers (#22037) (#22044)Jason Song2022-12-071-1/+8
* Correct the fallbacks for mailer configuration (#21945) (#21953)zeripath2022-11-271-2/+2
* Revert unrelated changes for SMTP auth (#21767) (#21768)wxiaoguang2022-11-104-6/+6
* Fix repository adoption on Windows (#21646) (#21650)zeripath2022-11-012-9/+10
* Revert "Do not send notifications for draft releases (#21451)" (#21594)v1.18.0-rc0techknowlogick2022-10-261-8/+7
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-2444-273/+273
* Record OAuth client type at registration (#21316)M Hickford2022-10-241-2/+3
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-2322-99/+109
* Link mentioned user in markdown only if they are visible to viewer (#21554)Yarden Shoham2022-10-232-10/+47
* Add link to user profile in markdown mention only if user exists (#21533)Yarden Shoham2022-10-233-0/+68
* Update milestone counters when issue is deleted (#21459)Ashley Nelson2022-10-221-0/+5
* Prevent Authorization header for presigned LFS urls (#21531)KN4CK3R2022-10-221-2/+9
* Decouple HookTask from Repository (#17940)KN4CK3R2022-10-213-96/+67
* Ignore error when retrieving changed PR review files (#21487)delvh2022-10-201-1/+6
* move invite by mail to services package (#21513)65432022-10-201-0/+23
* Add team member invite by email (#20307)KN4CK3R2022-10-192-1/+63
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+4
* Do not send notifications for draft releases (#21451)KN4CK3R2022-10-171-7/+8
* Fix incorrect notification commit url (#21479)wxiaoguang2022-10-171-4/+4
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-1710-32/+32
* Display total commit count in hook message (#21400)KN4CK3R2022-10-179-23/+24
* [refactor] Use const for wiki DefaultBranch (#21466)65432022-10-152-12/+17
* Add generic set type (#21408)KN4CK3R2022-10-127-34/+33
* Do DB update after merge in hammer context (#21401)zeripath2022-10-111-10/+12
* Stop logging CheckPath returns error: context canceled (#21064)zeripath2022-10-101-2/+0
* Fix formatted link for PR review notifications to matrix (#21319)Akshay Mankar2022-10-072-3/+3
* Refactor parseTreeEntries, speed up tree list (#21368)wxiaoguang2022-10-081-1/+1