summaryrefslogtreecommitdiffstats
path: root/models/update.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | Remove the possibility of using email as user name when user actually push through combination of email and password with HTTP. Also refactor update action function to replcae tons of arguments with single PushUpdateOptions struct. And define the user who pushes code as pusher, therefore variable names shouldn't be confusing any more.
* rename import pathUnknwon2015-12-151-1/+1
|
* fix bool check for repo max limit and fix hang when push repo with tons of ↵Unknwon2015-12-101-2/+2
| | | | commits
* move out git module and #1573 send push hookUnknwon2015-12-091-19/+22
|
* Show custom avatars in commitsUnknwon2015-11-131-5/+4
|
* #1900 last updatede time not update after pushUnknwon2015-11-051-15/+15
|
* #1896 fatal when no needed update taskUnknwon2015-11-041-1/+2
|
* rename fieldsUnknwon2015-11-031-1/+1
|
* New push to head repo of head branch: regenerate patch and retest applyUnknwon2015-10-241-11/+12
|
* work on #1830Unknwon2015-10-231-2/+2
|
* fix error detect when push commitsUnknwon2015-09-251-1/+0
|
* #1602 Wrong commit order on issue page when pushing multiple commitsUnknwon2015-09-251-8/+2
|
* WIP: create PR - choose branchUnknwon2015-08-081-2/+2
|
* Page: Compare 2 commitsUnknwon2014-10-101-5/+4
|
* increase max commits in payload to 5Christopher Brickley2014-09-221-2/+5
|
* add commit compare functionalityChristopher Brickley2014-09-011-2/+2
|
* New UI merge in progressUnknwon2014-07-261-9/+6
|
* bug fixed for message tagLunny Xiao2014-06-281-23/+53
|
* bug fixed #261Lunny Xiao2014-06-281-1/+1
|
* Merge branch 'master' of github.com:gogits/gogsLunny Xiao2014-06-281-13/+14
|\ | | | | | | | | | | Conflicts: models/update.go routers/repo/http.go
| * Mirror fix on #248Unknown2014-06-231-13/+13
| |
* | bug fixed #261Lunny Xiao2014-06-281-0/+31
|/
* Remove qiniu/logUnknown2014-06-201-12/+11
|
* Fix #98, support web hookUnknown2014-05-061-1/+1
|
* Merge branch 'dev' of github.com:gogits/gogsUnknown2014-05-031-5/+10
|\
| * Fix Collaborators cannot commitUnknown2014-05-031-5/+10
| |
* | resolved #155Lunny Xiao2014-05-031-0/+6
|/
* HTTP no follow and offline modeUnknown2014-04-271-1/+7
|
* push tag supportUnknown2014-04-131-1/+1
|
* go vetUnknown2014-04-131-2/+2
|
* update with new gitslene2014-04-131-18/+9
|
* add actions for http pushLunny Xiao2014-04-111-0/+93