| Commit message (Expand) | Author | Age | Files | Lines |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 1 | -6/+6 |
* | Updates to the API for archived repos (#27149) | JakobDev | 2023-09-21 | 1 | -16/+9 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 1 | -4/+4 |
* | PATCH branch-protection updates check list even when checks are disabled (#26... | Infinoid | 2023-08-24 | 1 | -1/+2 |
* | Add context parameter to some database functions (#26055) | Lunny Xiao | 2023-07-22 | 1 | -4/+4 |
* | Fix bug of branches API with tests (#25578) | Lunny Xiao | 2023-07-01 | 1 | -2/+35 |
* | Sync branches into databases (#22743) | Lunny Xiao | 2023-06-29 | 1 | -17/+66 |
* | Create a branch directly from commit on the create branch API (#22956) | 来自村里的小螃蟹 | 2023-05-09 | 1 | -4/+28 |
* | Fix protected branch for API (#24013) | Lunny Xiao | 2023-04-09 | 1 | -4/+8 |
* | Use context parameter in services/repository (#23186) | Jason Song | 2023-02-28 | 1 | -1/+1 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 1 | -3/+3 |
* | Supports wildcard protected branch (#20825) | Lunny Xiao | 2023-01-16 | 1 | -26/+99 |
* | Use context parameter in models/git (#22367) | Jason Song | 2023-01-09 | 1 | -2/+2 |
* | Move `convert` package to services (#22264) | KN4CK3R | 2022-12-29 | 1 | -1/+1 |
* | Fix ListBranches to handle empty case (#21921) | Lunny Xiao | 2022-12-04 | 1 | -26/+34 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -6/+6 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 1 | -14/+15 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -9/+9 |
* | Don't error when branch's commit doesn't exist (#19547) | Gusted | 2022-04-29 | 1 | -2/+8 |
* | more context for models (#19511) | 6543 | 2022-04-28 | 1 | -2/+2 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 1 | -12/+13 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 1 | -5/+5 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -6/+0 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -4/+4 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -5/+5 |
* | Make Requests Processes and create process hierarchy. Associate OpenRepositor... | zeripath | 2021-11-30 | 1 | -1/+1 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -12/+13 |
* | Move repofiles from modules/repofiles to services/repository/files (#17774) | Lunny Xiao | 2021-11-24 | 1 | -3/+2 |
* | Move some functions into services/repository (#17677) | Lunny Xiao | 2021-11-17 | 1 | -2/+2 |
* | Support unprotected file patterns (#16395) | Jimmy Praet | 2021-09-11 | 1 | -0/+5 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 1 | -3/+2 |
* | Merge all deleteBranch as one function and also fix bug when delete branch do... | Lunny Xiao | 2021-06-07 | 1 | -52/+10 |
* | [API] Add pagination to ListBranches (#14524) | 6543 | 2021-02-03 | 1 | -1/+15 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 1 | -4/+7 |
* | Add block on official review requests branch protection (#13705) | a1012112796 | 2020-11-28 | 1 | -15/+20 |
* | [API] Only Return Json (#13511) | 6543 | 2020-11-14 | 1 | -22/+15 |
* | Refactor: Move PushUpdateOptions (#13363) | Lunny Xiao | 2020-10-30 | 1 | -1/+1 |
* | [Enhancement] Allow admin to merge pr with protected file changes (#12078) | 赵智超 | 2020-10-13 | 1 | -0/+11 |
* | Move all push update operations to a queue (#10133) | Lunny Xiao | 2020-09-11 | 1 | -5/+3 |
* | Add API Endpoint for Branch Creation (#11607) | Terence Le Huu Phuong | 2020-05-29 | 1 | -0/+90 |
* | [API] Add branch delete (#11112) | 6543 | 2020-04-19 | 1 | -0/+101 |
* | Prevent merge of outdated PRs on protected branches (#11012) | 6543 | 2020-04-16 | 1 | -0/+5 |
* | Allow to set protected file patterns that can not be changed under no conditi... | Lauris BH | 2020-03-27 | 1 | -0/+5 |
* | Fix branch api canPush and canMerge (#10776) | Lunny Xiao | 2020-03-20 | 1 | -2/+12 |
* | Add API branch protection endpoint (#9311) | David Svantesson | 2020-02-12 | 1 | -2/+504 |
* | Move newbranch to standalone package (#9627) | Lunny Xiao | 2020-01-14 | 1 | -2/+3 |
* | Swagger info corrections (#9441) | 6543 | 2019-12-20 | 1 | -8/+12 |
* | Update branch API endpoint to show effective branch protection. (#9031) | David Svantesson | 2019-11-16 | 1 | -3/+14 |
* | Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module... | Lunny Xiao | 2019-11-10 | 1 | -1/+1 |