aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
* Fix bug when migrating repository (#34182)Lunny Xiao2 days1-1/+1
* Fix team permission (#34128)wxiaoguang8 days1-1/+1
* Avoid creating unnecessary temporary cat file sub process (#33942)Lunny Xiao11 days1-1/+1
* Refactor Branch struct in package modules/git (#33980)Lunny Xiao13 days2-24/+11
* Fix return bug (#34093)Lunny Xiao2025-04-011-1/+1
* Enable addtional linters (#34085)TheFox0x72025-04-0113-34/+33
* fix users being able bypass limits with repo transfers (#34031)TheFox0x72025-03-311-11/+10
* Enable testifylint rules (#34075)TheFox0x72025-03-312-3/+3
* enable staticcheck QFxxxx rules (#34064)TheFox0x72025-03-291-2/+2
* Download actions job logs from API (#33858)Lunny Xiao2025-03-261-0/+64
* Allow filtering issues by any assignee (#33343)Andreas Svanberg2025-03-211-4/+4
* Don't create duplicated functions for code repositories and wiki repositories...Lunny Xiao2025-03-191-1/+1
* Added Description Field for Secrets and Variables (#33526)John Smith2025-03-171-11/+16
* Move git references checking to gitrepo packages to reduce expose of reposito...Lunny Xiao2025-03-153-4/+4
* Refactor cache-control (#33861)wxiaoguang2025-03-131-2/+2
* Fix auto concurrency cancellation skips commit status updates (#33764)ChristopherHX2025-03-101-2/+1
* Full-file syntax highlighting for diff pages (#33766)Dustin Firebaugh2025-03-091-2/+1
* Decouple diff stats query from actual diffing (#33810)wxiaoguang2025-03-081-1/+7
* Refactor: move part of updating protected branch logic to service layer (#33742)Lunny Xiao2025-03-051-37/+1
* allow filtering /repos/{owner}/{repo}/pulls by target base branch queryparam ...Royce Remer2025-02-271-0/+5
* Fix some user name usages (#33689)wxiaoguang2025-02-231-2/+4
* Refactor error system (#33626)wxiaoguang2025-02-1742-497/+497
* Move issue pin to an standalone table for querying performance (#33452)Lunny Xiao2025-02-171-3/+3
* Refactor error system (#33610)wxiaoguang2025-02-1648-1086/+1087
* Artifacts download api for artifact actions v4 (#33510)ChristopherHX2025-02-161-0/+391
* Enhance routers for the Actions variable operations (#33547)Jason Song2025-02-111-1/+5
* Feature: Support workflow event dispatch via API (#33545)wxiaoguang2025-02-111-0/+270
* Revert "Feature: Support workflow event dispatch via API (#32059)" (#33541)wxiaoguang2025-02-101-297/+0
* Feature: Support workflow event dispatch via API (#32059)Bence Sántha2025-02-101-0/+297
* Reject star-related requests if stars are disabled (#33208)Henrique Corrêa2025-02-041-0/+2
* Refactor repository transfer (#33211)Lunny Xiao2025-01-301-36/+19
* Support choose email when creating a commit via web UI (#33432)wxiaoguang2025-01-302-20/+20
* Fix system admin cannot fork or get private fork with API (#33401)Lunny Xiao2025-01-271-7/+9
* Remove duplicate "ResponseWriter.Status" method (#33346)wxiaoguang2025-01-222-3/+3
* Only allow admins to rename default/protected branches (#33276)Kemal Zebari2025-01-151-1/+9
* Refactor context RefName and RepoAssignment (#33226)wxiaoguang2025-01-132-12/+5
* Fix sync fork for consistency (#33147)Chai-Shi2025-01-101-0/+45
* Automerge supports deleting branch automatically after merging (#32343)Lunny Xiao2025-01-102-11/+4
* Refactor package (routes and error handling, npm peer dependency) (#33111)wxiaoguang2025-01-062-4/+5
* [Feature] Private README.md for organization (#32872)Chai-Shi2024-12-315-6/+6
* Use gitrepo.GetTreePathLatestCommit to get file lastest commit instead from l...Lunny Xiao2024-12-301-10/+4
* Support org labels when adding labels by label names (#32988)Zettat1232024-12-261-1/+13
* Use `CloseIssue` and `ReopenIssue` instead of `ChangeStatus` (#32467)Lunny Xiao2024-12-252-39/+30
* Clarify path param naming (#32969)wxiaoguang2024-12-2431-106/+106
* Refactor request context (#32956)wxiaoguang2024-12-246-22/+10
* Move some errors to their own sub packages (#32880)Lunny Xiao2024-12-209-55/+49
* Move delete deploy keys into service layer (#32201)Lunny Xiao2024-12-181-1/+1
* Move RepoTransfer from models to models/repo sub package (#32506)Lunny Xiao2024-12-182-5/+4
* Update golangci-lint to v1.62.2, fix issues (#32845)silverwind2024-12-152-4/+4
* Make API "compare" accept commit IDs (#32801)wxiaoguang2024-12-122-83/+79