aboutsummaryrefslogtreecommitdiffstats
path: root/services/agit
Commit message (Expand)AuthorAgeFilesLines
* Performance optimization for git push (#30104)Lunny Xiao2024-04-091-9/+17
* A small refactor for agit implementation (#29614)Lunny Xiao2024-03-061-40/+33
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-241-2/+1
* small cache when get user id on interation (#29296)Lunny Xiao2024-02-221-5/+5
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-2/+2
* Abstract hash function usage (#28138)Adam Majer2023-12-131-2/+4
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-3/+3
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-1/+1
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-2/+2
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-141-2/+2
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-5/+5
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-9/+9
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-1/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-2/+2
* move agit dependcy (#19998)Lunny Xiao2022-06-171-59/+16
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-10/+11
* Fix spelling mistake in ProcReceive (#19853)zeripath2022-06-011-2/+2
* more context for models (#19511)65432022-04-281-1/+1
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-1/+1
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-4/+4
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* Return correct error response for agit force-push (#16989)a10121127962021-09-081-1/+1
* Fix spelling of HookProcReceiveResult (#16690)Lunny Xiao2021-08-141-9/+9
* Add agit flow support in gitea (#14295)a10121127962021-07-281-0/+288