summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* 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
* SessionUser protection against nil pointer dereference (#21358)Paweł Bogusławski2022-10-061-0/+4
* Foreign ID conflicts if ID is 0 for each item (#21271)techknowlogick2022-10-021-0/+4
* Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663)Clar Fon2022-10-021-1/+1
* Add support for authentication based on reverse proxy email (#19949)Hasnain Lakhani2022-09-281-8/+52
* Upgrade chroma to v2.3.0 (#21259)silverwind2022-09-261-3/+3
* Limit length of repo description and repo url input fields (#21119)JakobDev2022-09-161-4/+4
* Keep path when creating a new branch (#21153)JakobDev2022-09-151-0/+1
* Allow poster to choose reviewers (#21084)Jason Song2022-09-091-2/+5
* Move go-licenses to generate and separate generate into a frontend and backen...zeripath2022-09-051-1/+0
* Webhook for Wiki changes (#20219)Aaron F2022-09-0422-7/+470
* test: use `T.TempDir` to create temporary test directory (#21043)Eng Zer Jun2022-09-041-10/+2
* Add more checks in migration code (#21011)zeripath2022-09-0414-233/+642
* Update a few go dependencies (#21022)zeripath2022-09-011-1/+1
* Go 1.19 format (#20758)John Olheiser2022-08-302-5/+8