aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository
Commit message (Expand)AuthorAgeFilesLines
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-112-4/+7
* Calculate filename hash only once (#19654)KN4CK3R2022-05-091-1/+2
* Move some helper files out of models (#19355)Lunny Xiao2022-05-083-9/+14
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-081-0/+7
* PullService lock via pullID (#19520)65432022-05-041-0/+1
* Avoid MoreThanOne Error (#19557)99rgosse2022-05-011-1/+1
* Prevent dangling archiver goroutine (#19516)zeripath2022-04-261-1/+1
* RepoAssignment ensure to close before overwrite (#19449)65432022-04-212-8/+10
* Use a struct as test options (#19393)Lunny Xiao2022-04-143-3/+9
* 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