Commit Graph

189 Commits (f915161a2f1f4a1c436e7a96cfc88f61ae8fbce6)

Author SHA1 Message Date
lstahlman ea192147ea Add test pull request task on merging a PR. Fixes ()
Unknwon ec92565f23 fix missing sub-url prefix in relative avatar link
Unknwon 1f2e173a74 Refactor User.Id to User.ID
Unknwon 250be011c7 Remove redundant Unix timestamp method call
Unix() already uses UTC as timezone
Unknwon f1b8d52eb3 fix no mail notification when issue is closed/reopened
Unknwon 7ca5f8f119 models/repo: remove redundant info for some repo methods
RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink
Unknwon ad513a20e9 Replace time.Time with Unix Timestamp (int64)
Unknwon 2a931937a8 Update locales
Unknwon e2d370f0da fix pull request remote head can't update with force push
Unknwon 2d2d85bba4 support pull requests in same repository
Unknwon 129638117f fix panic when close issue via commit message
Unknwon 912f7b51e9 add actions for close and reopen issues
Unknwon b7f3d94cd0 Minor fix for
Unknwon f6c98465c7 Merge pull request from mhartkorn/pullrefs
Enable a way to checkout Pull Requests from remote refs
Martin Hartkorn a3bdede2ce Removed unused method GetUnmergedPullRequestByRepoPathAndHeadBranch
Martin Hartkorn d91004ee71 Removed dependency on post-receive hook and use TriggerTask instead
Unknwon a47baa1b7a Add missing patch conflit pattern
Martin Hartkorn 20403f75fb Enable a way to checkout Pull Requests from remote refs
Unknwon 4deb876343 Minor fix for
- Change tooltip size from mini to tiny in profile page
Martin Hartkorn 674c5c37be Change user name in Pull Requests
Unknwon 19423957b1 rename import path
Unknwon 9a2e43bff2 move out git module and send push hook
Unknwon e42fcb033d wiki: finish edit
Unknwon c50a3503e6 introduce git-shell
Unknwon 6a6a7512c2 notice
Unknwon 6b30b20765 add more debug info
Unknwon 74dfe439c2 more fix on
Unknwon 1d4a5b1825 fix
Unknwon e06558e208 Pull request fail to merge with BIN
Unknwon 4f03b81ec7 Test patch does not checkout correct base branch
Unknwon 25ec20d525 update merge base before generate new patch
Unknwon 706b0f72e2 fix issue comment mention and autofix count when start
Unknwon b9f5def5dc fix insecure tls when trigger task
Unknwon 87c3c8172a try to indicate sqlite session issue when merge
Unknwon c3ba5590c9 Reopen PR need retest patch
Unknwon 2be5837cb0 New push to base repo of base branch: retest all corresponding patches
Unknwon 0fbb8c8826 New push to head repo of head branch: regenerate patch and retest apply
Unknwon 04af4b24fd work on
Unknwon fc7959d3bc New/reopen PR checks if there is any unmerged and open PR