aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Interpolate runs-on with variables when scheduling tasks(#30640) (#30672)sillyguodong2024-04-241-1/+7
* Use action user as the trigger user of schedules (#30581) (#30609)Giteabot2024-04-201-2/+7
* Fix cache bug (#30510)v1.21.11Lunny Xiao2024-04-161-0/+6
* Fix code owners will not be mentioned when a pull request comes from a forked...Lunny Xiao2024-04-161-4/+4
* Fix commit status cache which missed target_url (#30426) (#30445)Lunny Xiao2024-04-151-12/+38
* Avoid losing token when updating mirror settings (#30429) (#30466)Lunny Xiao2024-04-151-2/+10
* Change the default maxPerPage for gitbucket (#30392) (#30471)Lunny Xiao2024-04-141-0/+5
* Fix mirror error when mirror repo is empty (#30432) (#30467)yp053272024-04-141-17/+23
* fix: Fix to delete cookie when AppSubURL is non-empty (#30375) (#30468)Giteabot2024-04-141-1/+2
* Check the token's owner and repository when registering a runner (#30406) (#3...Zettat1232024-04-112-0/+2
* Avoid user does not exist error when detecting schedule actions when the comm...Giteabot2024-04-111-6/+3
* Performance optimization for git push (#30104) (#30354)Lunny Xiao2024-04-101-9/+17
* Fix create commit status (#30225) (#30340)Lunny Xiao2024-04-081-8/+11
* Fix possible data race on tests (#30093) (#30108)Lunny Xiao2024-03-261-1/+0
* Fix duplicate migrated milestones (#30102) (#30105)yp053272024-03-261-2/+1
* Fix Add/Remove WIP on pull request title failure (#29999) (#30066)Lunny Xiao2024-03-252-21/+20
* Fix bugs in rerunning jobs (#29955) (#29983)Giteabot2024-03-222-0/+86
* Performance improvements for pull request list page (#29900) (#29972)Lunny Xiao2024-03-222-4/+5
* Fix the bug that user may logout if GetUserByID return unknow error (#29964)Lunny Xiao2024-03-211-17/+9
* Fix loadOneBranch panic (#29938) (#29939)wxiaoguang2024-03-201-4/+6
* Add cache for dashbaord commit status (#29932)Lunny Xiao2024-03-202-44/+138
* Notify reviewers added via CODEOWNERS (#29842) (#29902)Lunny Xiao2024-03-204-22/+77
* Fix invalid link of the commit status when ref is tag (#29752) (#29908)yp053272024-03-201-3/+13
* Fix codeowner detected diff base branch to mergebase (#29783) (#29807)Lunny Xiao2024-03-178-8/+129
* Make runs-on support variable expression (#29468) (#29782)sillyguodong2024-03-141-1/+12
* Fix possible NPE in ToPullReviewList (#29759) (#29775)Giteabot2024-03-132-1/+53
* Fix commit_status problem when testing (#29672) (#29675)Giteabot2024-03-081-1/+1
* Add empty repo check in DetectAndHandleSchedules (#29606) (#29659)yp053272024-03-081-0/+4
* Fixing the issue when status check per rule matches multiple actions (#29631)...Giteabot2024-03-082-7/+76
* Use strict protocol check when redirect (#29642) (#29644)Giteabot2024-03-071-0/+39
* Add missing database transaction for new issue (#29490) (#29607)Lunny Xiao2024-03-051-7/+16
* Fix workflow trigger event IssueChangeXXX bug (#29559) (#29565)Giteabot2024-03-041-2/+14
* Fix incorrect relative/absolute URL usages (#29531) (#29547)Giteabot2024-03-021-1/+1
* Fix workflow trigger event bugs (#29467) (#29475)Giteabot2024-02-281-1/+7
* The job should always run when `if` is `always()` (#29464) (#29469)Giteabot2024-02-282-1/+76
* Ignore empty repo for CreateRepository in action notifier (#29416) (#29424)Giteabot2024-02-261-0/+3
* Fix tarball/zipball download bug (#29342) (#29352)Giteabot2024-02-232-1/+6
* Use general token signing secret (#29205) (#29325)wxiaoguang2024-02-222-9/+3
* Fix SSPI user creation (#28948) (#29323)Lunny Xiao2024-02-221-7/+3
* Improve the `issue_comment` workflow trigger event (#29277) (#29322)Giteabot2024-02-222-27/+80
* Implement some action notifier functions (#29173) (#29308)yp053272024-02-221-9/+67
* Fix missing link on outgoing new release notifications (#29079) (#29300)wxiaoguang2024-02-211-0/+1
* Fix debian InRelease Acquire-By-Hash newline (#29204) (#29299)wxiaoguang2024-02-211-1/+1
* Fix missed edit issues event for actions (#29237) (#29251)Lunny Xiao2024-02-201-0/+41
* Disallow merge when required checked are missing (#29143) (#29268)Markus Amshove2024-02-191-0/+4
* Fix bug when the linked account was disactived and list the linked accounts (...Lunny Xiao2024-02-192-5/+4
* Do not use lower tag names to find releases/tags (#29261) (#29262)Jason Song2024-02-191-6/+6
* Only delete scheduled workflows when needed (#29091) (#29235)Zettat1232024-02-181-3/+6
* Refactor issue template parsing and fix API endpoint (#29069) (#29140)wxiaoguang2024-02-141-14/+16
* Avoid sending update/delete release notice when it is draft (#29008) (#29025)Giteabot2024-02-021-8/+7