aboutsummaryrefslogtreecommitdiffstats
path: root/services/convert
Commit message (Expand)AuthorAgeFilesLines
* Decouple diff stats query from actual diffing (#33810)wxiaoguang14 days2-23/+17
* Move issue pin to an standalone table for querying performance (#33452)Lunny Xiao2025-02-172-3/+11
* Move commits signature and verify functions to service layers (#33605)Lunny Xiao2025-02-161-1/+2
* Artifacts download api for artifact actions v4 (#33510)ChristopherHX2025-02-161-0/+22
* Fix various problems (artifact order, api empty slice, assignee check, fuzzy ...wxiaoguang2025-02-133-3/+9
* Make tracked time representation display as hours (#33315)Vladimir Sysoev2025-01-192-2/+3
* Fix typo in gitea downloader test and add missing codebase in `ToGitServiceTy...yp053272025-01-082-1/+11
* Make git clone URL could use current signed-in user (#33091)wxiaoguang2025-01-071-1/+3
* Add more load functions to make sure the reference object loaded (#32901)Lunny Xiao2024-12-191-0/+5
* Move RepoTransfer from models to models/repo sub package (#32506)Lunny Xiao2024-12-181-4/+3
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-151-1/+1
* Use batch database operations instead of one by one to optimze api pulls (#32...Lunny Xiao2024-12-111-0/+251
* Issue time estimate, meaningful time tracking (#23113)Illya Marchenko2024-12-051-0/+5
* Add priority to protected branch (#32286)65432024-11-271-0/+1
* Fix milestone deadline and date related problems (#32339)Lunny Xiao2024-11-051-1/+1
* Make admins adhere to branch protection rules (#32248)Tim2024-10-231-0/+1
* Support repo license (#24872)yp053272024-10-011-0/+6
* Fix `/repos/{owner}/{repo}/pulls/{index}/files` endpoint not populating `prev...charles-plutohealth2024-09-121-12/+11
* Support migration from AWS CodeCommit (#31981)Zettat1232024-09-111-0/+2
* Fix null requested_reviewer from API (#31773)Edip Emre Bodur2024-08-051-0/+15
* add skip secondary authorization option for public oauth2 clients (#31454)Denys Konovalov2024-07-191-7/+8
* Refactor webhook (#31587)wxiaoguang2024-07-101-1/+1
* Allow force push to protected branches (#28086)Henry Goodman2024-07-051-0/+7
* Add tag protection via rest api #17862 (#31295)mzroot2024-06-141-0/+26
* Performance improvements for pull request list API (#30490)Lunny Xiao2024-05-312-4/+17
* 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
* Make gitea webhooks openproject compatible (#28435)André Rosenhammer2024-05-263-23/+44
* Add API endpoints for getting action jobs status (#26673)Chester2024-05-011-0/+27
* Fix tautological conditions (#30735)silverwind2024-04-301-6/+8
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-271-2/+2
* Clarify permission "HasAccess" behavior (#30585)wxiaoguang2024-04-201-1/+1
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-173-8/+9
* Fix branch_protection api shows users/teams who has no readAccess (#30291)Edward Zhang2024-04-171-21/+35
* Update API to return 'source_id' for users (#29718)Tobias Balle-Petersen2024-04-161-0/+1
* Fix missed doer (#30231)Lunny Xiao2024-04-083-18/+18
* Performance improvements for pull request list page (#29900)Lunny Xiao2024-03-211-2/+3
* Fix possible NPE in ToPullReviewList (#29759)Lunny Xiao2024-03-132-1/+53
* Enable/disable owner and repo projects independently (#28805)Denys Konovalov2024-03-041-1/+5
* Fix incorrect relative/absolute URL usages (#29531)wxiaoguang2024-03-021-1/+1
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-121-0/+3
* Show whether a PR is WIP inside popups (#28975)Bram Hagens2024-02-041-1/+2
* Fix an actions schedule bug (#28942)Zettat1232024-01-311-15/+0
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-4/+5
* Add branch protection setting for ignoring stale approvals (#28498)Jimmy Praet2024-01-151-0/+1
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-151-1/+6
* Fix `convert.ToTeams` on empty input (#28426)KN4CK3R2024-01-112-26/+26
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-5/+5
* Abstract hash function usage (#28138)Adam Majer2023-12-131-5/+5