summaryrefslogtreecommitdiffstats
path: root/services/repository
Commit message (Expand)AuthorAgeFilesLines
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-015-42/+37
* Refactor `git.Command.Run*`, introduce `RunWithContextString` and `RunWithCon...wxiaoguang2022-03-312-11/+3
* Add Package Registry (#16510)KN4CK3R2022-03-301-2/+6
* Make git.OpenRepository accept Context (#19260)65432022-03-308-20/+21
* Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235)zeripath2022-03-291-1/+1
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-292-1/+2
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-293-7/+10
* Allow API to create file on empty repo (#19224)zeripath2022-03-286-106/+143
* Fix compare link in active feeds for new branch (#19149)a10121127962022-03-231-1/+28
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-223-6/+6
* Use IterateBufferSize whilst querying repositories during adoption check (#19...zeripath2022-03-211-0/+7
* Set is_empty in fixtures (#18869)KN4CK3R2022-02-261-4/+4
* Fix forked repositories missed tags (#18719)Lunny Xiao2022-02-121-1/+11
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-111-13/+47
* Add apply-patch, basic revert and cherry-pick functionality (#17902)zeripath2022-02-092-0/+319
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-064-14/+14
* Pause queues (#15928)zeripath2022-01-222-2/+4
* format with gofumpt (#18184)65432022-01-205-5/+6
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-1920-128/+146
* Stop trimming preceding and suffixing spaces from editor filenames (#18334)v1.16.0-rc1zeripath2022-01-191-1/+1
* Correctly upload LFS files (#18316)zeripath2022-01-182-0/+2
* Fix NPE on try to get tag reference via API (#18245)65432022-01-121-1/+1
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* services/repository: fix ListUnadoptedRepositories incorrect total count (#17...singuliere2022-01-012-110/+156
* Set HeadCommit when creating tags. (#18116)KN4CK3R2021-12-291-1/+10
* Simplify parameter types (#18006)Gusted2021-12-202-4/+4
* Fix rename notification bug (#18008)Lunny Xiao2021-12-171-0/+4
* Some repository refactors (#17950)Lunny Xiao2021-12-129-15/+241
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-105-9/+13
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-1022-100/+117
* Improve checkBranchName (#17901)zeripath2021-12-082-29/+26
* Move repo archiver to models/repo (#17913)Lunny Xiao2021-12-063-20/+467
* Refactor various strings (#17784)mscherer2021-12-022-3/+3
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-302-4/+4
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-2416-46/+66
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-2415-0/+2634
* Fix close issue but time watcher still running (#17643)Lunny Xiao2021-11-211-2/+2
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-1/+1
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-174-2/+314
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-165-30/+611
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-12/+11
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-122-4/+5
* Fix some lints (#17337)Lunny Xiao2021-10-171-2/+3
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-081-0/+39
* DBContext is just a Context (#17100)zeripath2021-09-232-2/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-194-15/+18
* Refactor the fork service slightly to take ForkRepoOptions (#16744)Kyle Evans2021-08-281-3/+3
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-3/+2