You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6543 36943e56d6 Add "Update Branch" button to Pull Requests (#9784)
* add Divergence

* add Update Button

* first working version

* re-use code

* split raw merge commands and db-change functions (notify, cache, ...)

* use rawMerge (remove redundant code)

* own function to get Diverging of PRs

* use FlashError

* correct Error Msg

* hook is triggerd ... so remove comment

* add "branch2" to "user2/repo1" because it unit-test "TestPullView_ReviewerMissed" use it but dont exist jet :/

* move GetPerm to IsUserAllowedToUpdate

* add Flash Success MSG

* imprufe code
- remove useless js chage

* fix-lint

* TEST: add PullRequest ID:5
Repo: user2/repo1
Base: branch1
Head: pr-to-update

* correct comments

* make PR5 outdated

* fix Tests

* WIP: add pull update test

* update revs

* update locales

* working TEST

* update UI

* misspell

* change style

* add 1s delay so rev exist

* move row up (before merge row)

* fix lint nit

* UI remove divider

* Update style

* nits

* do it right

* introduce IsSameRepo

* remove useless check

Co-authored-by: Lauris BH <lauris@nix.lv>
5 years ago
..
check.go [refactor] notify remove unused praram (#9804) 5 years ago
check_test.go Move some pull request functions from models to services (#9266) 5 years ago
commit_status.go Add Close() method to gogitRepository (#8901) 5 years ago
lfs.go Add basic repository lfs management (#7199) 5 years ago
main_test.go Move some pull request functions from models to services (#9266) 5 years ago
merge.go Add "Update Branch" button to Pull Requests (#9784) 5 years ago
patch.go Add require signed commit for protected branch (#9708) 5 years ago
pull.go Add owner_name column for table repository for maintaince reason (#9717) 5 years ago
pull_test.go Move PushToBaseRepo from models to services/pull (#9352) 5 years ago
review.go Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532) 5 years ago
temp_repo.go Remove SavePatch and generate patches on the fly (#9302) 5 years ago
update.go Add "Update Branch" button to Pull Requests (#9784) 5 years ago