| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add Tabular Diff for CSV files (#14661) | KN4CK3R | 2021-03-29 | 2 | -0/+498 |
* | Implement delete release attachments and update release attachments' name (#1... | Lunny Xiao | 2021-03-23 | 2 | -32/+177 |
* | Place wrapper around comment as diff to catch panics (#15085) | zeripath | 2021-03-21 | 1 | -0/+8 |
* | IsUserAllowedToUpdate ignore igonre if user is nil (#14885) | 6543 | 2021-03-04 | 1 | -0/+3 |
* | Make manual merge autodetection optional and add manual merge as merge method... | a1012112796 | 2021-03-03 | 3 | -3/+70 |
* | Migrate to use jsoniter instead of encoding/json (#14841) | zeripath | 2021-03-01 | 9 | -10/+27 |
* | When Deleting Repository only explicitly close PRs whose base is not this rep... | zeripath | 2021-03-01 | 1 | -1/+6 |
* | Repository transfer has to be confirmed, if user can not create repo for new ... | 6543 | 2021-03-01 | 3 | -0/+94 |
* | Create tag on ui (#13467) | a1012112796 | 2021-02-28 | 3 | -21/+77 |
* | Fix a couple of CommentAsPatch issues. (#14804) | zeripath | 2021-02-27 | 3 | -19/+176 |
* | fix a small nit (#14769) | a1012112796 | 2021-02-22 | 1 | -0/+2 |
* | Fix broken spans in diffs (#14678) | zeripath | 2021-02-14 | 2 | -6/+228 |
* | Whitespace in commits (#14650) | vnkmpf | 2021-02-13 | 1 | -1/+18 |
* | Added option to disable webhooks (#13176) | Paweł Bogusławski | 2021-02-11 | 2 | -0/+9 |
* | Add dismiss review feature (#12674) | a1012112796 | 2021-02-11 | 2 | -0/+53 |
* | [API] Add pagination to ListBranches (#14524) | 6543 | 2021-02-03 | 2 | -2/+2 |
* | Enhance Ghost comment mitigation Settings (#14392) | 6543 | 2021-01-21 | 1 | -2/+2 |
* | label and milestone webhooks on issue/pull creation (#14363) | Jimmy Praet | 2021-01-17 | 2 | -0/+12 |
* | fix mailIssueCommentBatch for pull request (#14252) | a1012112796 | 2021-01-09 | 1 | -1/+5 |
* | Some code improvements (#14266) | Lunny Xiao | 2021-01-06 | 1 | -0/+4 |
* | Fix wrong type on hooktask to convert typ from char(16) to varchar(16) (#14148) | Lunny Xiao | 2021-01-06 | 1 | -3/+3 |
* | Send notifications for mentions in pulls, issues, (code-)comments (#14218) | Jimmy Praet | 2021-01-02 | 6 | -45/+83 |
* | Fix wrong publisher id (#14212) | Lunny Xiao | 2021-01-01 | 1 | -3/+5 |
* | Check for 'main' as potential default branch name (#14193) | Chester Liu | 2020-12-30 | 1 | -0/+4 |
* | Fix escaping issue in diff (#14153) | zeripath | 2020-12-26 | 1 | -4/+3 |
* | migrate from com.* to alternatives (#14103) | 6543 | 2020-12-25 | 9 | -36/+30 |
* | Standardize Co-Authored-By / Reviewed-By strings (#14097) | Cirno the Strongest | 2020-12-21 | 1 | -1/+1 |
* | Use the text of pull-request as the squash commit's message (#13071) | Mura Li | 2020-12-21 | 1 | -21/+9 |
* | Show dropdown with all statuses for commit (#13977) | Cirno the Strongest | 2020-12-20 | 1 | -3/+3 |
* | Show status check for merged PRs (#13975) | Cirno the Strongest | 2020-12-18 | 1 | -12/+9 |
* | [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026) | 6543 | 2020-12-18 | 2 | -2/+2 |
* | Send webhook when tag is removed via Web UI (#14015) | Cirno the Strongest | 2020-12-16 | 1 | -0/+9 |
* | Send push event when tag is created or deleted (#13999) | Cirno the Strongest | 2020-12-16 | 1 | -1/+17 |
* | Fix correct diff view for PR review comments in PR view page (#14002) | Jimmy Praet | 2020-12-16 | 1 | -7/+7 |
* | Possible fix the webhook API creation (#13960) | Lunny Xiao | 2020-12-12 | 1 | -2/+5 |
* | Enforce setting HEAD in wiki to master (#13950) | zeripath | 2020-12-12 | 1 | -0/+2 |
* | Ensure that pusher is not nil preventing panic in push (#13945) | zeripath | 2020-12-11 | 1 | -0/+6 |
* | Fix bug for webhook and feishu caused by API changed (#13937) | Lunny Xiao | 2020-12-11 | 2 | -56/+34 |
* | Fix broken migration on webhook (#13911) | Lunny Xiao | 2020-12-09 | 1 | -4/+4 |
* | Move webhook type from int to string (#13664) | Lunny Xiao | 2020-12-08 | 19 | -0/+3646 |
* | Refactor push update (#13381) | Lunny Xiao | 2020-12-08 | 2 | -268/+38 |
* | Fix Pull Merge when tag with same name as base branch exist (#13882) | a1012112796 | 2020-12-08 | 1 | -1/+1 |
* | Fix branch/tag notifications in mirror sync (#13855) | manuelluis | 2020-12-05 | 1 | -0/+20 |
* | Make sure email recipients can see issue (#13820) | John Olheiser | 2020-12-03 | 1 | -1/+11 |
* | Migrations: Use Process Manager to create own Context (#13792) | 6543 | 2020-12-02 | 1 | -1/+2 |
* | Add block on official review requests branch protection (#13705) | a1012112796 | 2020-11-28 | 1 | -0/+5 |
* | Handle and propagate errors when checking if paths are Dirs, Files or Exist (... | zeripath | 2020-11-27 | 1 | -8/+17 |
* | Increment skip to avoid infini-loop (#13703) | John Olheiser | 2020-11-27 | 1 | -1/+1 |
* | Use chronological commit order in default squash message (#13661) (#13696) | Jimmy Praet | 2020-11-25 | 1 | -2/+3 |
* | Handle incomplete diff files properly (#13662) | zeripath | 2020-11-21 | 2 | -6/+96 |