summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Enhance Ghost comment mitigation Settings (#14392)65432021-01-211-2/+2
* label and milestone webhooks on issue/pull creation (#14363)Jimmy Praet2021-01-172-0/+12
* fix mailIssueCommentBatch for pull request (#14252)a10121127962021-01-091-1/+5
* Some code improvements (#14266)Lunny Xiao2021-01-061-0/+4
* Fix wrong type on hooktask to convert typ from char(16) to varchar(16) (#14148)Lunny Xiao2021-01-061-3/+3
* Send notifications for mentions in pulls, issues, (code-)comments (#14218)Jimmy Praet2021-01-026-45/+83
* Fix wrong publisher id (#14212)Lunny Xiao2021-01-011-3/+5
* Check for 'main' as potential default branch name (#14193)Chester Liu2020-12-301-0/+4
* Fix escaping issue in diff (#14153)zeripath2020-12-261-4/+3
* migrate from com.* to alternatives (#14103)65432020-12-259-36/+30
* Standardize Co-Authored-By / Reviewed-By strings (#14097)Cirno the Strongest2020-12-211-1/+1
* Use the text of pull-request as the squash commit's message (#13071)Mura Li2020-12-211-21/+9
* Show dropdown with all statuses for commit (#13977)Cirno the Strongest2020-12-201-3/+3
* Show status check for merged PRs (#13975)Cirno the Strongest2020-12-181-12/+9
* [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026)65432020-12-182-2/+2
* Send webhook when tag is removed via Web UI (#14015)Cirno the Strongest2020-12-161-0/+9
* Send push event when tag is created or deleted (#13999)Cirno the Strongest2020-12-161-1/+17
* Fix correct diff view for PR review comments in PR view page (#14002)Jimmy Praet2020-12-161-7/+7
* Possible fix the webhook API creation (#13960)Lunny Xiao2020-12-121-2/+5
* Enforce setting HEAD in wiki to master (#13950)zeripath2020-12-121-0/+2
* Ensure that pusher is not nil preventing panic in push (#13945)zeripath2020-12-111-0/+6
* Fix bug for webhook and feishu caused by API changed (#13937)Lunny Xiao2020-12-112-56/+34
* Fix broken migration on webhook (#13911)Lunny Xiao2020-12-091-4/+4
* Move webhook type from int to string (#13664)Lunny Xiao2020-12-0819-0/+3646
* Refactor push update (#13381)Lunny Xiao2020-12-082-268/+38
* Fix Pull Merge when tag with same name as base branch exist (#13882)a10121127962020-12-081-1/+1
* Fix branch/tag notifications in mirror sync (#13855)manuelluis2020-12-051-0/+20
* Make sure email recipients can see issue (#13820)John Olheiser2020-12-031-1/+11
* Migrations: Use Process Manager to create own Context (#13792)65432020-12-021-1/+2
* Add block on official review requests branch protection (#13705)a10121127962020-11-281-0/+5
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-8/+17
* Increment skip to avoid infini-loop (#13703)John Olheiser2020-11-271-1/+1
* Use chronological commit order in default squash message (#13661) (#13696)Jimmy Praet2020-11-251-2/+3
* Handle incomplete diff files properly (#13662)zeripath2020-11-212-6/+96
* Comments on review should have the same sha (#13448)zeripath2020-11-091-24/+59
* [RFC] Make archival asynchronous (#11296)Kyle Evans2020-11-072-0/+531
* Revert "Replies to outdated code comments should also be outdated (#13217)" (...Lunny Xiao2020-11-061-59/+24
* Alternative fix for HTML diff entity split (#13425)mrsdizzie2020-11-042-114/+45
* Replies to outdated code comments should also be outdated (#13217)zeripath2020-11-041-24/+59
* Add the tag list page to the release page (#12096)a10121127962020-11-021-4/+0
* When creating line diffs do not split within an html entity (#13357)zeripath2020-10-312-0/+114
* Fix a bug on refactoring (#13373)Lunny Xiao2020-10-311-1/+1
* Refactor: Move PushUpdateOptions (#13363)Lunny Xiao2020-10-304-118/+24
* Update Mirror IsEmpty status on synchronize (#13185)zeripath2020-10-251-2/+67
* Enhance release list (#6025)Lanre Adelowo2020-10-211-0/+6
* Fix initial commit page & binary munching problem (#13249)zeripath2020-10-211-1/+10
* Add better error checking for inline html diff code (#13239)mrsdizzie2020-10-212-48/+44
* go-version constraints ignore pre-releases (#13234)zeripath2020-10-212-4/+4
* Add review request api (#11355)a10121127962020-10-201-6/+158
* Fix error in diff html rendering (#13191)mrsdizzie2020-10-182-3/+12