| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move Repo APIFormat to convert package (#13787) | 6543 | 2020-12-02 | 1 | -36/+36 |
* | Fix review request notification issue link when external issue tracker is ena... | Jimmy Praet | 2020-11-28 | 1 | -1/+1 |
* | Add missed sync branch/tag webhook (#13538) | Lunny Xiao | 2020-11-13 | 1 | -0/+8 |
* | Fix typo (#13380) | Lunny Xiao | 2020-10-31 | 1 | -1/+1 |
* | Refactor: Move PushUpdateOptions (#13363) | Lunny Xiao | 2020-10-30 | 6 | -22/+22 |
* | [Refactor] Move APIFormat functions into convert package (#12856) | 6543 | 2020-10-17 | 1 | -45/+45 |
* | Fix repository create/delete event webhooks (#13008) | James Lakin | 2020-10-02 | 1 | -18/+14 |
* | Fix panic when adding long comment (#12892) | mrsdizzie | 2020-09-18 | 1 | -1/+1 |
* | Add size limit for content of comment on action ui (#12881) | 赵智超 | 2020-09-18 | 1 | -1/+10 |
* | Change/remove a branch of an open issue (#9080) | Vedran | 2020-09-08 | 4 | -0/+16 |
* | Add email notify for new release (#12463) | 赵智超 | 2020-08-23 | 1 | -0/+13 |
* | Add action feed for new release (#12324) | 赵智超 | 2020-07-29 | 1 | -0/+19 |
* | Add push commits history comment on PR time-line (#11167) | 赵智超 | 2020-05-20 | 5 | -0/+49 |
* | Add NotifySyncPushCommits to indexer notifier (#11309) | zeripath | 2020-05-08 | 1 | -0/+9 |
* | Fix spelling mistake with Rewiew (#11262) | zeripath | 2020-04-30 | 5 | -8/+8 |
* | add request review from specific reviewers feature in pull request (#10756) | 赵智超 | 2020-04-06 | 5 | -1/+53 |
* | Granular webhook events (#9626) | John Olheiser | 2020-03-06 | 1 | -46/+97 |
* | [Refactor] move APIFormat() of Issue and Label to convert package (#10423) | 6543 | 2020-02-28 | 1 | -11/+11 |
* | Fix webhook bug (#10427) | Lunny Xiao | 2020-02-23 | 1 | -2/+2 |
* | Fix notification (#10331) | Lunny Xiao | 2020-02-18 | 1 | -18/+18 |
* | Notification: queue ui.go notification-service (#10281) | zeripath | 2020-02-15 | 1 | -16/+27 |
* | Language statistics bar for repositories (#8037) | Lauris BH | 2020-02-11 | 1 | -0/+7 |
* | Fix repo indexer not updating upon push (#9957) | guillep2k | 2020-01-24 | 1 | -1/+2 |
* | [refactor] notify remove unused praram (#9804) | 6543 | 2020-01-16 | 7 | -14/+8 |
* | Move push commits from models to modules/repository (#9370) | Lunny Xiao | 2020-01-10 | 6 | -10/+16 |
* | Move pull request api convert to convert package (#9664) | Lunny Xiao | 2020-01-10 | 1 | -12/+13 |
* | Some more e-mail notification fixes (#9596) | mrsdizzie | 2020-01-03 | 1 | -1/+2 |
* | Add ActionCommentPull action (#9456) | mrsdizzie | 2019-12-22 | 2 | -4/+8 |
* | Fix wrong notification on merge (#9450) | guillep2k | 2019-12-20 | 1 | -1/+1 |
* | Change target branch for pull request (#6488) | Mario Lubenka | 2019-12-16 | 4 | -0/+43 |
* | Refactor comment (#9330) | Lunny Xiao | 2019-12-15 | 7 | -7/+61 |
* | fix issue indexer not triggered when migrating a repository (#9332) | Lunny Xiao | 2019-12-12 | 1 | -0/+1 |
* | Move code indexer related code to a new package (#9191) | Lunny Xiao | 2019-12-08 | 1 | -1/+17 |
* | Move mirror sync actions to notification (#9022) | Lunny Xiao | 2019-11-24 | 5 | -0/+109 |
* | Move merge actions to notification (#9024) | Lunny Xiao | 2019-11-21 | 3 | -0/+65 |
* | Add review comments to mail notifications (#8996) | guillep2k | 2019-11-15 | 1 | -2/+2 |
* | Move transfer repository and rename repository on a service package and start... | Lunny Xiao | 2019-11-15 | 4 | -39/+66 |
* | Update dashboard context for PR reviews (#8995) | John Olheiser | 2019-11-15 | 1 | -4/+14 |
* | Refactor pull request review (#8954) | Lunny Xiao | 2019-11-14 | 1 | -0/+49 |
* | Add Close() method to gogitRepository (#8901) | zeripath | 2019-11-13 | 1 | -0/+2 |
* | Fix Notify Create Ref Error on tag creation (#8936) | zeripath | 2019-11-13 | 1 | -2/+2 |
* | Improve notification (#8835) | Lunny Xiao | 2019-11-12 | 1 | -16/+25 |
* | Move notifywatchers from models to notification (#8907) | Lunny Xiao | 2019-11-11 | 1 | -0/+26 |
* | Move some actions to notification/action (#8779) | Lunny Xiao | 2019-11-08 | 5 | -1/+76 |
* | Move release webhook to notification (#8817) | Lunny Xiao | 2019-11-06 | 1 | -3/+31 |
* | Move repofiles webhooks to notification (#8807) | Lunny Xiao | 2019-11-06 | 4 | -1/+70 |
* | Move pull webhook to notification (#8805) | Lunny Xiao | 2019-11-05 | 4 | -0/+74 |
* | Move actions to notification (#8785) | Lunny Xiao | 2019-11-03 | 3 | -0/+115 |
* | Move push commits events to notification (#8783) | Lunny Xiao | 2019-11-03 | 4 | -0/+36 |
* | Move issue milestone assign to issue service and move webhook to notification... | Lunny Xiao | 2019-11-02 | 4 | -4/+46 |