Commit Graph

191 Commits (1a26f6c7abef670be624c38f626acd1dee5c2bfa)

Author SHA1 Message Date
Unknwon 4cb8bf1b75 fix premission logic check of pull request
Unknwon 2d2d85bba4 support pull requests in same repository
Martin Hartkorn 51f15880d1 Call PushToBaseRepo() also on Pull Request creation and not only on git push
Andrey Nering 658bfc2704 Implement issue and pull request templates.
Similar to GitHub:
https://github.com/blog/2111-issue-and-pull-request-templates

Priority:
- root
- .gogs
- .github
Andrey Nering 2bfb8bb5fd Enable sintax highlighting on diff view. Close
Andrey Nering 5deb726f3f Refactoring of inline diff computing to prevent empty diff box. Fix
Andrey Nering ee5d6fb025 Compute inline diff for pull request view, too. Fix
Unknwon c62a6b7a12 allow switch branches between two orgs in compose PR
Unknwon 9cd16c5b12 add organization APIs
Unknwon 19423957b1 rename import path
Unknwon 3362b3a44f fix possible disclosure
Unknwon c6083c335e Ability to send mail when a new pull request is submitted
Unknwon 9a2e43bff2 move out git module and send push hook
Unknwon c50a3503e6 introduce git-shell
Unknwon b2fb7e3fd2 more HTTP clone word fix
Unknwon 81d7359fdd fix
Unknwon c3ba5590c9 Reopen PR need retest patch
Unknwon 0fbb8c8826 New push to head repo of head branch: regenerate patch and retest apply
Unknwon fc7959d3bc New/reopen PR checks if there is any unmerged and open PR
Unknwon 4dc6285715 add new status: checking
Unknwon 215920772a save PR info as patch and minor fix on PR
Unknwon 119dec51f2 Mirror repository should not allow fork
Unknwon 2a2a8cd619 ui and pulls index fix
Unknwon 83dc2468f5 finish initial version of pull request
Unknwon 5da306c0e5 tmp: fix issue open count
Unknwon 953bb06857 basic PR feature
Unknwon 1abfe4e05f PR: nothing to commit and has pull request check
Unknwon 37e0cee877 finish PR UI
Unknwon ebf1bd4f51 add view pull desc
Unknwon 8c046073a8 work on PR conversation
Unknwon 670ade9a61 does not allow fork bare repo
Unknwon 1ca257ad9f rename fields
Unknwon dea3a8c6a4 WIP: create PR - choose branch
Unknwon e3bdfd51ff better fork permission check
Unknwon 9db4acc62e improve fork process
Unknwon 8dd07c0ddd New UI merge in progress
Unknown 314193029a Use constants to name template file
Unknown d0e6a4c25a Change new martini impot path
Unknown 2fa8d0c8dd Added create issue
Unknown 59bbddb318 Mirror fix
FuXiaoHei 137538e54b refactor repo.go