Commit Graph

807 Commits (673fee427e6426d08d8bb48e583de45d4f70018a)

Author SHA1 Message Date
Zettat123 898f852d03
Fix `missing signature key` error when pulling Docker images with `SERVE_DIRECT` enabled (#32365) (#32397) 3 months ago
6543 b6f8372d7d
API: enhance SearchIssues swagger docs (#32208) (#32298) 4 months ago
Lunny Xiao 56051d9b3b
Fix bug when a token is given public only (#32204) (#32218) 4 months ago
Giteabot 9fc3915e04
Fix the logic of finding the latest pull review commit ID (#32139) (#32165) 4 months ago
Zettat123 737c947287
Fix bug in getting merged pull request by commit (#32079) (#32117) 5 months ago
Giteabot e6395e1e81
Handle invalid target when creating releases using API (#31841) (#32043) 5 months ago
Giteabot 3d7d0c36e7
Check if the `due_date` is nil when editing issues (#32035) (#32042) 5 months ago
Giteabot b5500cded1
Fix 500 error when `state` params is set when editing issue/PR by API (#31880) (#31952) 5 months ago
Bo-Yi Wu e563297c34
fix(api): owner ID should be zero when created repo secret (#31715) (#31811) 6 months ago
Giteabot ec467c344f
Set owner id to zero when GetRegistrationToken for repo (#31725) (#31729) 7 months ago
Giteabot 7b37f77f1a
Fix API endpoint for registration-token (#31722) (#31728) 7 months ago
yp05327 d3f0867204
Add permission check when creating PR (#31033) (#31720) 7 months ago
Giteabot c6189cfcb9
Add an immutable tarball link to archive download headers for Nix (#31139) (#31145) 9 months ago
Giteabot e6bacf1fed
Add missed return after `ctx.ServerError` (#31130) (#31133) 9 months ago
Giteabot ab33b7849f
Fix "force private" logic (#31012) (#31021) 9 months ago
Giteabot 8eac16de21
Simplify mirror repository API logic (#30963) (#31009) 9 months ago
Giteabot 8393ff78fc
Protected tag is no internal server error (#30962) (#30970) 9 months ago
Giteabot f806bbb815
Support using label names when changing issue labels (#30943) (#30958) 9 months ago
Giteabot 2f91a461f7
Fix misspelling of mergable (#30896) (#30905) 9 months ago
Giteabot a82e6301f7
Fix no edit history after editing issue's title and content (#30814) (#30845) 10 months ago
Giteabot 665a06c41f
Catch and handle unallowed file type errors in issue attachment API (#30791) (#30834) 10 months ago
Kemal Zebari dd301cae1c
Prevent allow/reject reviews on merged/closed PRs (#30686) 10 months ago
Bo-Yi Wu 852547d0dc
feat(api): enhance Actions Secrets Management API for repository (#30656) 10 months ago
Lunny Xiao 8924d9b2ef
Fix compare api swagger (#30648) 10 months ago
silverwind 74f0c84fa4
Enable more `revive` linter rules (#30608) 10 months ago
Bo-Yi Wu 6459c50278
fix(api): refactor branch and tag existence checks (#30618) 10 months ago
wxiaoguang 48d4580dd5
Clarify permission "HasAccess" behavior (#30585) 10 months ago
Edward Zhang 02e183bf3f
Fix branch_protection api shows users/teams who has no readAccess (#30291) 10 months ago
Bo-Yi Wu c70e442ce4
feat(api): implement branch/commit comparison API (#30349) 10 months ago
Lunny Xiao 908426aa0f
Fix missed doer (#30231) 10 months ago
Zettat123 1ef2eb50d8
Remove scheduled action tasks if the repo is archived (#30224) 11 months ago
Lunny Xiao 8acc7aab4c
Refactor topic Find functions and add more tests for pagination (#30127) 11 months ago
sillyguodong 62b073e6f3
Add API for `Variables` (#29520) 11 months ago
Kemal Zebari 242b331260
Prevent re-review and dismiss review actions on closed and merged PRs (#30065) 11 months ago
crazeteam ecbc9cee2b
Remove repetitive words (#30091) 11 months ago
wxiaoguang cdb4d1a8db
Refactor StringsToInt64s (#29967) 11 months ago
Lunny Xiao 62f8174aa2
Performance improvements for pull request list page (#29900) 11 months ago
norohind ed02d1fab8
Fix PR creation via api between branches of same repo with head field namespaced (#26986) 11 months ago
6543 7fd0a5b276
Refactor to use optional.Option for issue index search option (#29739) 11 months ago
Lunny Xiao d8bd6f34f0
Do some performance optimize for issues list and view issue/pull (#29515) 11 months ago
pengqiseven 7f856d5d74
remove repetitive words (#29695) 11 months ago
Lunny Xiao 25b842df26
Move get/set default branch from git package to gitrepo package to hide repopath (#29126) 11 months ago
Lunny Xiao e308d25f1b
Cache repository default branch commit status to reduce query on commit status table (#29444) 11 months ago
Lunny Xiao e91733468e
Add missing database transaction for new issue (#29490) 12 months ago
KN4CK3R c337ff0ec7
Add user blocking (#29028) 12 months ago
Denys Konovalov fe6792dff3
Enable/disable owner and repo projects independently (#28805) 12 months ago
Nanguan Lin 6e2aafd513
Fix 500 when pushing release to an empty repo (#29554) 12 months ago
KN4CK3R 70c126e618
Add support for API blob upload of release attachments (#29507) 12 months ago
6543 a3f05d0d98
remove util.OptionalBool and related functions (#29513) 12 months ago
6543 f6656181e4
migrate some more "OptionalBool" to "Option[bool]" (#29479) 12 months ago