aboutsummaryrefslogtreecommitdiff
path: root/models/pull.go
Commit message (Expand)AuthorAge
* *: rename "gogits" to "gogs"Unknwon2018-05-27
* models/pull: fix error on merge pull requests to non-default branch (#5138)Unknwon2018-04-09
* models/pull: fix rebase merging no effect (#5051)Unknwon2018-03-21
* pull_request: fix changes not pushed to upstream if between two repositories ...Unknwon2017-11-22
* pull: fix after commit ID is not latest commit in the base branch (#4442)Unknwon2017-11-18
* pull_request: able to ignore whitespace when check conflict (#4834)Unknwon2017-11-16
* repo/pull: allow rebase before merging (#4805)Unknwon2017-11-15
* pull: add an option to use rebase for merging pull requestsmharinder2017-11-15
* Refactoring: remove sessionRelease()Unknwon2017-06-11
* models: remove redundant tags for primary keysUnknwon2017-05-21
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
* Refactoring: rename modules -> pkgUnknwon2017-04-04
* models/repo_editor: add pull request test task after commit (#4338)Unknwon2017-03-25
* error: move ErrRepoNotExist -> errors.RepoNotExistUnknwon2017-03-23
* explore: able list and search for private but accessible repositories (#3088)Unknwon2017-03-17
* webhook: add file status to push event (#3897)Unknwon2017-03-16
* models: rename ErrUserNotExist -> errors.UserNotExistUnknwon2017-03-16
* models/pull: treat all errors as conflict (#4265)Unknwon2017-03-09
* models/pull: better error message detection (#4265)Unknwon2017-03-09
* webhook: add issue comment eventUnknwon2017-03-09
* webhook: support Issues event (#2319)Unknwon2017-03-09
* Minor improve on error handlingUnknwon2017-02-10
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
* models/pull: load attributes when fetch list of pull requests (#4089)Unknwon2017-02-09
* Code fix for PR #3547Unknwon2016-12-22
* PR Webhook - Add base/head info (#3547)Kurt Madel2016-12-22
* Fix string format verbs (#3637)Alexander Lunegov2016-12-21
* modules/sync: add UniqueQueueUnknwon2016-08-30
* Web editor: support upload filesUnknwon2016-08-30
* General code quality improvementUnknwon2016-08-16
* #2246 add HTMLURL to webhook typeUnknwon2016-08-16
* models/repo_editor: improve code qualityUnknwon2016-08-15
* models/issue: improve quality and performance of NewIssue functionUnknwon2016-08-15
* Web editor: improve edit file and diff previewUnknwon2016-08-14
* Squashed commit of the following:Richard Mahn2016-08-14
* Replace convert.To with APIFormat callsUnknwon2016-08-14
* #2246 fully support of webhooks for pull requestUnknwon2016-08-14
* Add test pull request task on merging a PR. Fixes #3396 (#3425)lstahlman2016-08-10
* #3393 fix missing sub-url prefix in relative avatar linkUnknwon2016-08-07
* Refactor User.Id to User.IDUnknwon2016-07-24
* Remove redundant Unix timestamp method callUnknwon2016-07-23
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-16
* models/repo: remove redundant info for some repo methodsUnknwon2016-07-15
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-09
* Update localesUnknwon2016-03-04
* #1597 fix pull request remote head can't update with force pushUnknwon2016-03-04
* #1597 support pull requests in same repositoryUnknwon2016-03-04
* #2697 fix panic when close issue via commit messageUnknwon2016-02-25
* #1821 add actions for close and reopen issuesUnknwon2016-02-22
* Minor fix for #2524Unknwon2016-02-19