| Commit message (Expand) | Author | Age | Files | Lines |
* | More `db.DefaultContext` refactor (#27265) (#27347) | Giteabot | 2023-09-29 | 1 | -2/+2 |
* | Move notification interface to services layer (#26915) | Lunny Xiao | 2023-09-05 | 1 | -6/+6 |
* | Fix bug for ctx usage (#26762) | Lunny Xiao | 2023-08-28 | 1 | -2/+2 |
* | Delete `issue_service.CreateComment` (#26298) | caicandong | 2023-08-04 | 1 | -4/+3 |
* | Fix bug when pushing to a pull request which enabled dismiss approval automat... | Lunny Xiao | 2023-07-20 | 1 | -6/+49 |
* | Less naked returns (#25713) | 6543 | 2023-07-07 | 1 | -10/+10 |
* | Make more functions use ctx instead of db.DefaultContext (#24068) | wxiaoguang | 2023-04-14 | 1 | -2/+2 |
* | Make Ctrl+Enter submit a pending comment (starting review) instead of submitt... | wxiaoguang | 2023-03-04 | 1 | -4/+4 |
* | some refactor about code comments (#20821) | Lunny Xiao | 2023-01-17 | 1 | -2/+47 |
* | Rename almost all Ctx functions (#22071) | Lunny Xiao | 2022-12-10 | 1 | -2/+3 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -9/+9 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -8/+8 |
* | Dismiss prior pull reviews if done via web in review dismiss (#20197) | 6543 | 2022-07-19 | 1 | -1/+18 |
* | Check if project has the same repository id with issue when assign project to... | Lunny Xiao | 2022-06-30 | 1 | -5/+11 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -1/+1 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 1 | -30/+30 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -5/+5 |
* | more context for models (#19511) | 6543 | 2022-04-28 | 1 | -1/+1 |
* | Move milestone to models/issues/ (#19278) | Lunny Xiao | 2022-04-08 | 1 | -1/+1 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -1/+1 |
* | Move some issue methods as functions (#19255) | Lunny Xiao | 2022-03-29 | 1 | -3/+3 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 1 | -1/+1 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -1/+0 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -12/+13 |
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 1 | -2/+1 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -1/+2 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -4/+5 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -1/+1 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -2/+2 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -2/+3 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 1 | -1/+1 |
* | Add attachments for PR reviews (#16075) | KN4CK3R | 2021-06-14 | 1 | -3/+3 |
* | Fix a couple of CommentAsPatch issues. (#14804) | zeripath | 2021-02-27 | 1 | -5/+19 |
* | Add dismiss review feature (#12674) | a1012112796 | 2021-02-11 | 1 | -0/+51 |
* | Send notifications for mentions in pulls, issues, (code-)comments (#14218) | Jimmy Praet | 2021-01-02 | 1 | -2/+25 |
* | Fix correct diff view for PR review comments in PR view page (#14002) | Jimmy Praet | 2020-12-16 | 1 | -7/+7 |
* | Comments on review should have the same sha (#13448) | zeripath | 2020-11-09 | 1 | -24/+59 |
* | Revert "Replies to outdated code comments should also be outdated (#13217)" (... | Lunny Xiao | 2020-11-06 | 1 | -59/+24 |
* | Replies to outdated code comments should also be outdated (#13217) | zeripath | 2020-11-04 | 1 | -24/+59 |
* | Add team support for review request (#12039) | 赵智超 | 2020-10-12 | 1 | -3/+2 |
* | Fix error create comment on outdated file (#13041) | 6543 | 2020-10-05 | 1 | -1/+4 |
* | Prevent NPE on commenting on lines with invalidated comments (with migration)... | zeripath | 2020-08-21 | 1 | -1/+1 |
* | Display pull request head branch even the branch deleted or repository delete... | Lunny Xiao | 2020-03-02 | 1 | -2/+2 |
* | Some refactor on git diff and ignore getting commit information failed on mig... | Lunny Xiao | 2020-01-28 | 1 | -3/+2 |
* | Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532) | David Svantesson | 2020-01-09 | 1 | -5/+26 |
* | remove unused method and rename createcommentWithNoAction (#9367) | Lunny Xiao | 2019-12-16 | 1 | -1/+1 |
* | Branch protection: Possibility to not use whitelist but allow anyone with wri... | David Svantesson | 2019-12-03 | 1 | -0/+1 |
* | Extract createComment (#9125) | Lunny Xiao | 2019-11-30 | 1 | -2/+1 |
* | Fix show single review comments in the PR page (#9143) | guillep2k | 2019-11-24 | 1 | -3/+29 |