summaryrefslogtreecommitdiffstats
path: root/models/update.go
Commit message (Expand)AuthorAgeFilesLines
* Some repository refactors (#17950)Lunny Xiao2021-12-121-100/+0
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-4/+5
* DBContext is just a Context (#17100)zeripath2021-09-231-6/+7
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-7/+9
* Remove Unused Functions (#10516)65432020-03-021-14/+0
* Move PushUpdateAddDeleteTags to repository module from models (#10106)Lunny Xiao2020-02-031-153/+5
* Move push commits from models to modules/repository (#9370)Lunny Xiao2020-01-101-88/+10
* Properly enforce gitea environment for pushes (#9501)zeripath2019-12-271-0/+1
* Fix SetExpr failed (#9506)Lunny Xiao2019-12-271-4/+4
* Batch hook pre- and post-receive calls (#8602)zeripath2019-12-261-0/+179
* Move PushUpdateOptions from models to repofiles (#9124)Lunny Xiao2019-11-291-11/+0
* Allow Protected Branches to Whitelist Deploy Keys (#8483)zeripath2019-10-211-0/+2
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-3/+3
* Move models.PushUpdate to repofiles.PushUpdate (#7485)Lunny Xiao2019-07-241-115/+4
* Monitor all git commands; move blame to git package and replace git as a vari...Lunny Xiao2019-06-261-4/+2
* Add golangci (#6418)kolaente2019-06-121-2/+2
* Move PushUpdate dependency from models to repofiles (#6763)Lunny Xiao2019-06-101-4/+0
* Better logging (#6038) (#6095)zeripath2019-04-021-1/+1
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Improve performance of dashboard (#4977)Lunny Xiao2018-12-131-1/+1
* env var GITEA_PUSHER_EMAIL (#4516)Lukas Treyer2018-07-261-0/+1
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-4/+3
* Code/repo search (#2582)Ethan Koenig2017-10-271-0/+4
* Add checks for commits with missing author and time (#2771)Lauris BH2017-10-261-6/+22
* Add commit count caching (#2774)Lauris BH2017-10-261-3/+10
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-3/+3
* Complete push webhooks (#2530)David Schneiderbauer2017-09-211-44/+33
* Sync releases table with tags on push and for mirrors (#2459)Lauris BH2017-09-201-5/+100
* Trigger sync webhooks on UI commit (#2302)Ethan Koenig2017-08-171-1/+18
* Remove env user salt since no need to use (#1515)Lunny Xiao2017-05-061-1/+0
* Drop db operations from hook commands (#1514)Lunny Xiao2017-05-041-21/+21
* Repo size in admin panel (#1482)Jonas2017-04-111-0/+4
* Move push update to post-receive and protected branch check to pre-receive (#...Lunny Xiao2017-02-251-34/+9
* Cleanup log messagingGabriel Jackson2017-02-021-1/+1
* update code.gitea.io/git (#450)Lunny Xiao2016-12-221-4/+4
* Fix string format verbs (#3637)Alexander Lunegov2016-12-221-1/+1
* Fixed linting errors for variable definitionsThomas Boerger2016-11-291-1/+1
* Lint models/update.go & webhook_slack.goBwko2016-11-251-0/+5
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-2/+2
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-1/+1
* General code quality improvementUnknwon2016-08-161-34/+29
* Code clean up for new config optionsUnknwon2016-08-141-10/+14
* Add committer information to API and Webhooks. Also fixes #3271 (#3414)lstahlman2016-08-091-5/+7
* #2907 Add commit timestamp to webhookUnknwon2016-08-091-4/+6
* Refactor User.Id to User.IDUnknwon2016-07-241-3/+3
* #2650 fix possbility that use email as pusher user nameUnknwon2016-02-171-40/+50
* rename import pathUnknwon2015-12-151-1/+1
* fix bool check for repo max limit and fix hang when push repo with tons of co...Unknwon2015-12-101-2/+2
* move out git module and #1573 send push hookUnknwon2015-12-091-19/+22