summaryrefslogtreecommitdiffstats
path: root/services/repository/push.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move all push update operations to a queue (#10133)Lunny Xiao2020-09-111-0/+371