| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix "force private" logic (#31012) (#31021) | Giteabot | 2024-05-20 | 2 | -3/+3 |
* | Simplify mirror repository API logic (#30963) (#31009) | Giteabot | 2024-05-18 | 1 | -9/+3 |
* | Protected tag is no internal server error (#30962) (#30970) | Giteabot | 2024-05-14 | 3 | -8/+17 |
* | Support using label names when changing issue labels (#30943) (#30958) | Giteabot | 2024-05-13 | 1 | -1/+28 |
* | Fix misspelling of mergable (#30896) (#30905) | Giteabot | 2024-05-08 | 1 | -2/+2 |
* | Fix no edit history after editing issue's title and content (#30814) (#30845) | Giteabot | 2024-05-03 | 2 | -40/+33 |
* | Catch and handle unallowed file type errors in issue attachment API (#30791) ... | Giteabot | 2024-05-03 | 2 | -2/+17 |
* | Prevent allow/reject reviews on merged/closed PRs (#30686) | Kemal Zebari | 2024-04-27 | 1 | -2/+11 |
* | feat(api): enhance Actions Secrets Management API for repository (#30656) | Bo-Yi Wu | 2024-04-26 | 2 | -41/+101 |
* | Fix compare api swagger (#30648) | Lunny Xiao | 2024-04-23 | 1 | -1/+1 |
* | Enable more `revive` linter rules (#30608) | silverwind | 2024-04-22 | 6 | -7/+0 |
* | fix(api): refactor branch and tag existence checks (#30618) | Bo-Yi Wu | 2024-04-22 | 1 | -5/+4 |
* | Clarify permission "HasAccess" behavior (#30585) | wxiaoguang | 2024-04-20 | 1 | -1/+1 |
* | Fix branch_protection api shows users/teams who has no readAccess (#30291) | Edward Zhang | 2024-04-17 | 1 | -4/+4 |
* | feat(api): implement branch/commit comparison API (#30349) | Bo-Yi Wu | 2024-04-16 | 1 | -0/+99 |
* | Fix missed doer (#30231) | Lunny Xiao | 2024-04-08 | 5 | -18/+18 |
* | Remove scheduled action tasks if the repo is archived (#30224) | Zettat123 | 2024-04-01 | 1 | -0/+10 |
* | Refactor topic Find functions and add more tests for pagination (#30127) | Lunny Xiao | 2024-03-29 | 1 | -3/+4 |
* | Add API for `Variables` (#29520) | sillyguodong | 2024-03-28 | 1 | -0/+296 |
* | Prevent re-review and dismiss review actions on closed and merged PRs (#30065) | Kemal Zebari | 2024-03-28 | 1 | -6/+11 |
* | Remove repetitive words (#30091) | crazeteam | 2024-03-26 | 1 | -1/+1 |
* | Refactor StringsToInt64s (#29967) | wxiaoguang | 2024-03-21 | 1 | -2/+7 |
* | Performance improvements for pull request list page (#29900) | Lunny Xiao | 2024-03-21 | 2 | -13/+8 |
* | Fix PR creation via api between branches of same repo with head field namespa... | norohind | 2024-03-17 | 1 | -0/+2 |
* | Refactor to use optional.Option for issue index search option (#29739) | 6543 | 2024-03-13 | 1 | -12/+12 |
* | Do some performance optimize for issues list and view issue/pull (#29515) | Lunny Xiao | 2024-03-12 | 1 | -4/+0 |
* | remove repetitive words (#29695) | pengqiseven | 2024-03-11 | 2 | -2/+2 |
* | Move get/set default branch from git package to gitrepo package to hide repop... | Lunny Xiao | 2024-03-08 | 1 | -2/+2 |
* | Cache repository default branch commit status to reduce query on commit statu... | Lunny Xiao | 2024-03-06 | 1 | -2/+2 |
* | Add missing database transaction for new issue (#29490) | Lunny Xiao | 2024-03-04 | 1 | -1/+1 |
* | Add user blocking (#29028) | KN4CK3R | 2024-03-04 | 8 | -26/+67 |
* | Enable/disable owner and repo projects independently (#28805) | Denys Konovalov | 2024-03-04 | 1 | -3/+23 |
* | Fix 500 when pushing release to an empty repo (#29554) | Nanguan Lin | 2024-03-03 | 1 | -0/+5 |
* | Add support for API blob upload of release attachments (#29507) | KN4CK3R | 2024-03-02 | 1 | -10/+29 |
* | remove util.OptionalBool and related functions (#29513) | 6543 | 2024-03-02 | 3 | -30/+27 |
* | migrate some more "OptionalBool" to "Option[bool]" (#29479) | 6543 | 2024-02-29 | 2 | -15/+16 |
* | Move generate from module to service (#29465) | Lunny Xiao | 2024-02-28 | 1 | -1/+1 |
* | Fix missed return (#29450) | Lunny Xiao | 2024-02-27 | 1 | -0/+1 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 48 | -49/+49 |
* | Add API to get PR by base/head (#29242) | qwerty287 | 2024-02-26 | 1 | -0/+85 |
* | Add attachment support for code review comments (#29220) | Jimmy Praet | 2024-02-25 | 1 | -0/+1 |
* | Add API to get merged PR of a commit (#29243) | qwerty287 | 2024-02-24 | 1 | -0/+51 |
* | Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329) | 6543 | 2024-02-23 | 1 | -3/+3 |
* | Fix content size does not match error when uploading lfs file (#29259) | vincent | 2024-02-19 | 1 | -1/+1 |
* | Refactor locale&string&template related code (#29165) | wxiaoguang | 2024-02-14 | 2 | -4/+4 |
* | Add merge style `fast-forward-only` (#28954) | Chris Copeland | 2024-02-12 | 2 | -0/+6 |
* | Refactor issue template parsing and fix API endpoint (#29069) | wxiaoguang | 2024-02-12 | 1 | -5/+5 |
* | Move some repository transfer functions to service layer (#28855) | Lunny Xiao | 2024-02-05 | 1 | -1/+1 |
* | Update tool dependencies (#29030) | silverwind | 2024-02-02 | 1 | -2/+0 |
* | Fix an actions schedule bug (#28942) | Zettat123 | 2024-01-31 | 1 | -2/+2 |