Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to select source and target branch *before* creating diff for the pull request #6900

Open
1 of 4 tasks
otbutz opened this issue May 10, 2019 · 1 comment
Open
1 of 4 tasks
Labels
type/proposal The new feature has not been accepted yet but needs to be discussed first.

Comments

@otbutz
Copy link

otbutz commented May 10, 2019

  • Gitea version (or commit ref): 1.8.0
  • Git version: 2.21.0
  • Operating system: Ubuntu 18.04
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite

Description

The current behavior of the new pull request page is to immediately populate its content once the selection of either target or source branch is changed.

This is problematic for big repositories with long running support branches. Creating a pull request to fix a bug in our oldstable release would preselect master...master which is perfectly fine but as soon as i change either the target to our oldstable branch or the source to my bugfix branch, the page loads forever because our master and the oldstable branch differ by ~1k commits.

It would be nice if I could select both branches and start the diff only after pressing a button. If the URL in the address bar would change before trying to create the diff, that would also be a solution.

@lunny lunny added the type/proposal The new feature has not been accepted yet but needs to be discussed first. label May 11, 2019
@m3rtl
Copy link

m3rtl commented Dec 30, 2022

Are there any updates on this?
That would be really helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
Development

No branches or pull requests

3 participants