aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Fix tautological conditions (#30735)silverwind2024-04-302-7/+9
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-2911-32/+31
* Bump `github.com/google/go-github` to v61 (#30738)Chongyi Zheng2024-04-282-2/+2
* Prevent allow/reject reviews on merged/closed PRs (#30686)Kemal Zebari2024-04-271-0/+8
* Remove unused parameter for some functions in `services/mirror` (#30724)Chongyi Zheng2024-04-272-5/+5
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-278-23/+23
* feat(api): enhance Actions Secrets Management API for repository (#30656)Bo-Yi Wu2024-04-261-0/+28
* Improve oauth2 client "preferred username field" logic and the error handling...wxiaoguang2024-04-252-6/+13
* If a repository return no commitstatus, then still cache it but not query it ...Lunny Xiao2024-04-251-7/+15
* Interpolate runs-on with variables when scheduling tasks (#30640)sillyguodong2024-04-231-1/+7
* Initial support for colorblindness-friendly themes (#30625)wxiaoguang2024-04-243-16/+76
* Add a db consistency check to remove runners that do not belong to a reposito...Zettat1232024-04-231-0/+6
* Enable more `revive` linter rules (#30608)silverwind2024-04-2218-41/+27
* Use correct hash for "git update-index" (#30626)wxiaoguang2024-04-221-5/+8
* Clarify permission "HasAccess" behavior (#30585)wxiaoguang2024-04-205-7/+6
* Use action user as the trigger user of schedules (#30581)yp053272024-04-201-2/+7
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-174-8/+10
* Fix branch_protection api shows users/teams who has no readAccess (#30291)Edward Zhang2024-04-171-21/+35
* Refactor web routes (#30519)wxiaoguang2024-04-172-17/+12
* Update API to return 'source_id' for users (#29718)Tobias Balle-Petersen2024-04-161-0/+1
* Fix code owners will not be mentioned when a pull request comes from a forked...Lunny Xiao2024-04-151-4/+4
* Rewrite and restyle reaction selector and enable no-sizzle eslint rule (#30453)silverwind2024-04-141-0/+1
* fix: Fix to delete cookie when AppSubURL is non-empty (#30375)Jonathan Tran2024-04-141-1/+2
* Add `interface{}` to `any` replacement to `make fmt`, exclude `*.pb.go` (#30461)silverwind2024-04-131-1/+1
* Avoid losing token when updating mirror settings (#30429)Jason Song2024-04-131-2/+10
* Refactor cache and disable go-chi cache (#30417)wxiaoguang2024-04-137-48/+34
* Fix mirror error when mirror repo is empty (#30432)yp053272024-04-131-17/+23
* Fix commit status cache which missed target_url (#30426)Lunny Xiao2024-04-121-11/+41
* Change the default maxPerPage for gitbucket (#30392)Kazushi (Jam) Marukawa2024-04-111-0/+5
* Add commit status summary table to reduce query from commit status table (#30...Lunny Xiao2024-04-122-19/+49
* Check the token's owner and repository when registering a runner (#30406)Zettat1232024-04-112-0/+2
* Avoid user does not exist error when detecting schedule actions when the comm...yp053272024-04-111-6/+3
* Performance optimization for git push (#30104)Lunny Xiao2024-04-091-9/+17
* Fix missed doer (#30231)Lunny Xiao2024-04-085-34/+34
* Add optional doctor storage init (#30330)Michael Kriese2024-04-081-0/+11
* Avoid showing `Failed to change the default wiki branch` if repo has no wiki ...yp053272024-04-081-0/+4
* Fix oauth2 builtin application logic (#30304)wxiaoguang2024-04-083-11/+79
* Clean up log messages (#30313)wxiaoguang2024-04-076-14/+14
* Fix code block style for code preview (#30298)wxiaoguang2024-04-061-3/+3
* Commit-Dropdown: Show Author of commit if available (#30272)sebastian-sauer2024-04-051-4/+4
* Render embedded code preview by permlink in markdown (#30234)wxiaoguang2024-04-025-1/+204
* Remove scheduled action tasks if the repo is archived (#30224)Zettat1232024-04-012-2/+7
* Refactor DeleteInactiveUsers, fix bug and add tests (#30206)wxiaoguang2024-04-012-25/+45
* Add API for `Variables` (#29520)sillyguodong2024-03-281-0/+100
* Prevent re-review and dismiss review actions on closed and merged PRs (#30065)Kemal Zebari2024-03-282-0/+81
* Put an edit file button on pull request files to allow a quick operation (#29...Lunny Xiao2024-03-271-0/+19
* Fix possible data race on tests (#30093)Lunny Xiao2024-03-261-1/+0
* Fix duplicate migrated milestones (#30102)yp053272024-03-261-2/+1
* Fix gitea doctor will remove repo-avatar files when execute command `storage-...yp053272024-03-261-1/+1
* Fix panic for `fixBrokenRepoUnits16961` (#30068)yp053272024-03-261-0/+6