aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor names (#31405)wxiaoguang2024-06-1914-58/+58
* Refactor repo unit "disabled" check (#31389)wxiaoguang2024-06-181-8/+1
* Refactor route path normalization (#31381)wxiaoguang2024-06-172-10/+15
* Add a simple test for AdoptRepository (#31391)wxiaoguang2024-06-171-0/+13
* Fix duplicate sub-path for avatars (#31365)wxiaoguang2024-06-151-1/+2
* Add tag protection via rest api #17862 (#31295)mzroot2024-06-141-0/+26
* Fix #31185 try fix lfs download from bitbucket failed (#31201)Zoupers Zou2024-06-111-1/+1
* Enable `unparam` linter (#31277)silverwind2024-06-1110-10/+10
* Allow including `Reviewed-on`/`Reviewed-by` lines for custom merge messages (...Max Wipfli2024-06-061-4/+14
* Add `lint-go-gopls` (#30729)silverwind2024-06-052-3/+3
* Add option for mailer to override mail headers (#27860)65432024-06-032-1/+85
* Update golangci-lint to v1.59.0 (#31221)silverwind2024-06-031-3/+3
* Performance improvements for pull request list API (#30490)Lunny Xiao2024-05-313-5/+19
* Azure blob storage support (#30995)Lunny Xiao2024-05-301-1/+1
* Use repo as of renderctx's member rather than a repoPath on metas (#29222)Lunny Xiao2024-05-302-2/+4
* Fix push multiple branches error with tests (#31151)Lunny Xiao2024-05-291-1/+1
* Add topics for repository API (#31127)Lunny Xiao2024-05-281-0/+1
* Fix API repository object format missed (#31118)Lunny Xiao2024-05-281-0/+1
* Prevent simultaneous editing of comments and issues (#31053)metiftikci2024-05-272-4/+4
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-272-45/+7
* Improve the handling of `jobs.<job_id>.if` (#31070)Zettat1232024-05-272-16/+16
* Make gitea webhooks openproject compatible (#28435)André Rosenhammer2024-05-263-23/+44
* Fix automerge will not work because of some events haven't been triggered (#3...Lunny Xiao2024-05-213-39/+117
* Refactor sha1 and time-limited code (#31023)wxiaoguang2024-05-201-2/+1
* Return `access_denied` error when an OAuth2 request is denied (#30974)Zettat1232024-05-201-0/+1
* Fix "force private" logic (#31012)wxiaoguang2024-05-203-3/+3
* Fix bug on avatar (#31008)Lunny Xiao2024-05-191-10/+20
* Check if the release is converted from the tag when updating the release (#30...Zettat1232024-05-151-2/+8
* Check if reverse proxy is correctly configured (#30890)wxiaoguang2024-05-102-2/+3
* Fix incorrect default branch when adopt a repository (#30912)yp053272024-05-091-21/+16
* Fix misspelling of mergable (#30896)yp053272024-05-082-6/+6
* Update issue indexer after merging a PR (#30715)Zettat1232024-05-081-0/+16
* Fix various problems around projects board view (#30696)Lunny Xiao2024-05-081-1/+1
* Refactor AppURL usage (#30885)wxiaoguang2024-05-072-2/+2
* Move database operations of merging a pull request to post receive hook and a...Lunny Xiao2024-05-073-18/+25
* Make "sync branch" also sync object format and add tests (#30878)wxiaoguang2024-05-061-0/+4
* Make sure git version&feature are always prepared (#30877)wxiaoguang2024-05-064-4/+4
* Ignore useless error message "broken pipe" (#30801)wxiaoguang2024-05-032-4/+3
* Fix incorrect message id for releaes email (#30825)wxiaoguang2024-05-023-8/+20
* Add API endpoints for getting action jobs status (#26673)Chester2024-05-011-0/+27
* 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