summaryrefslogtreecommitdiffstats
path: root/services/repository
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implemented head_commit for webhooks (#16282)KN4CK3R2021-06-291-2/+2
* Fixed issues not updated by commits (#16254)KN4CK3R2021-06-261-4/+5
* Small refactoring of modules/private (#15947)KN4CK3R2021-06-231-1/+1
* Fix private repo permission problem (#16142)Nils Dralle2021-06-142-0/+35
* Merge all deleteBranch as one function and also fix bug when delete branch do...Lunny Xiao2021-06-071-0/+72
* Make commit info cancelable (#16032)zeripath2021-06-061-1/+1
* add permission check for ``GenerateRepository`` (#15946)a10121127962021-05-271-0/+6
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-011-0/+35
* migrate from com.* to alternatives (#14103)65432020-12-252-11/+13
* Send push event when tag is created or deleted (#13999)Cirno the Strongest2020-12-161-1/+17
* Ensure that pusher is not nil preventing panic in push (#13945)zeripath2020-12-111-0/+6
* Refactor push update (#13381)Lunny Xiao2020-12-082-268/+38
* Fix a bug on refactoring (#13373)Lunny Xiao2020-10-311-1/+1