aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/branch.go
Commit message (Expand)AuthorAgeFilesLines
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-6/+6
* Updates to the API for archived repos (#27149)JakobDev2023-09-211-16/+9
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-4/+4
* PATCH branch-protection updates check list even when checks are disabled (#26...Infinoid2023-08-241-1/+2
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-4/+4
* Fix bug of branches API with tests (#25578)Lunny Xiao2023-07-011-2/+35
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-17/+66
* Create a branch directly from commit on the create branch API (#22956)来自村里的小螃蟹2023-05-091-4/+28
* Fix protected branch for API (#24013)Lunny Xiao2023-04-091-4/+8
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-1/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-3/+3
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-26/+99
* Use context parameter in models/git (#22367)Jason Song2023-01-091-2/+2
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Fix ListBranches to handle empty case (#21921)Lunny Xiao2022-12-041-26/+34
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-6/+6
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-14/+15
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-9/+9
* Don't error when branch's commit doesn't exist (#19547)Gusted2022-04-291-2/+8
* more context for models (#19511)65432022-04-281-2/+2
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-12/+13
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-5/+5
* format with gofumpt (#18184)65432022-01-201-6/+0
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-4/+4
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-5/+5
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-12/+13
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-241-3/+2
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-171-2/+2
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-0/+5
* [API] generalize list header (#16551)65432021-08-121-3/+2
* Merge all deleteBranch as one function and also fix bug when delete branch do...Lunny Xiao2021-06-071-52/+10
* [API] Add pagination to ListBranches (#14524)65432021-02-031-1/+15
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-4/+7
* Add block on official review requests branch protection (#13705)a10121127962020-11-281-15/+20
* [API] Only Return Json (#13511)65432020-11-141-22/+15
* Refactor: Move PushUpdateOptions (#13363)Lunny Xiao2020-10-301-1/+1
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-131-0/+11
* Move all push update operations to a queue (#10133)Lunny Xiao2020-09-111-5/+3
* Add API Endpoint for Branch Creation (#11607)Terence Le Huu Phuong2020-05-291-0/+90
* [API] Add branch delete (#11112)65432020-04-191-0/+101
* Prevent merge of outdated PRs on protected branches (#11012)65432020-04-161-0/+5
* Allow to set protected file patterns that can not be changed under no conditi...Lauris BH2020-03-271-0/+5
* Fix branch api canPush and canMerge (#10776)Lunny Xiao2020-03-201-2/+12
* Add API branch protection endpoint (#9311)David Svantesson2020-02-121-2/+504
* Move newbranch to standalone package (#9627)Lunny Xiao2020-01-141-2/+3
* Swagger info corrections (#9441)65432019-12-201-8/+12
* Update branch API endpoint to show effective branch protection. (#9031)David Svantesson2019-11-161-3/+14
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-101-1/+1