summaryrefslogtreecommitdiffstats
path: root/services/repository/push.go
Commit message (Expand)AuthorAgeFilesLines
* Improve queue and logger context (#24924)wxiaoguang2023-05-261-4/+3
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-10/+10
* Rewrite queue (#24505)wxiaoguang2023-05-081-5/+4
* Fix tags view (#23243)Wiktor Kwapisiewicz2023-03-271-2/+7
* Fix pull request update showing too many commits with multiple branches (#22856)Brecht Van Lommel2023-03-091-3/+3
* Improve cache context (#23330)Jason Song2023-03-081-1/+0
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-12/+13
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Implement actions (#21937)Jason Song2023-01-311-6/+14
* When updating by rebase we need to set the environment for head repo (#22535)zeripath2023-01-191-2/+4
* Use context parameter in models/git (#22367)Jason Song2023-01-091-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-3/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-7/+7
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-1/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-16/+16
* Fix incorrect notification commit url (#21479)wxiaoguang2022-10-171-4/+4
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-7/+6
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-1/+2
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-1/+1
* improvement some release related code (#19867)Lunny Xiao2022-06-031-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* 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-221-1/+1
* Pause queues (#15928)zeripath2022-01-221-1/+2
* format with gofumpt (#18184)65432022-01-201-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-6/+11
* Fix NPE on try to get tag reference via API (#18245)65432022-01-121-1/+1
* Set HeadCommit when creating tags. (#18116)KN4CK3R2021-12-291-1/+10
* Some repository refactors (#17950)Lunny Xiao2021-12-121-3/+3
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-5/+6
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-7/+8
* Fix close issue but time watcher still running (#17643)Lunny Xiao2021-11-211-2/+2
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-171-2/+124
* Fix some lints (#17337)Lunny Xiao2021-10-171-2/+3
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* 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
* Make commit info cancelable (#16032)zeripath2021-06-061-1/+1
* 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-081-129/+38
* Fix a bug on refactoring (#13373)Lunny Xiao2020-10-311-1/+1
* Refactor: Move PushUpdateOptions (#13363)Lunny Xiao2020-10-301-111/+9
* Move update-server-info to hooks (#12826)zeripath2020-10-141-4/+0
* Cache last commit when pushing for big repository (#10109)Lunny Xiao2020-10-091-7/+46
* Update only the repository columns that need updating (#12900)zeripath2020-09-201-3/+8