-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Issue 5924 fix compare button #5929
Issue 5924 fix compare button #5929
Conversation
This unfortunately was not the solution. Signed-off-by: Andrew Thornton <art27@cantab.net>
Signed-off-by: Andrew Thornton <art27@cantab.net>
@adelowo I think this might at least partially fix the initial issue - although there's not an obvious way of getting back to their own branches. |
Codecov Report
@@ Coverage Diff @@
## master #5929 +/- ##
==========================================
+ Coverage 38.66% 38.69% +0.02%
==========================================
Files 330 330
Lines 48573 48573
==========================================
+ Hits 18783 18793 +10
+ Misses 27070 27059 -11
- Partials 2720 2721 +1
Continue to review full report at Codecov.
|
I will take a look |
Basically what we need to do is to a) make it clearer which repositories they're comparing and then allow them to suggest other repositories which on pressing enter should redirect to the appropriate URL. |
Anything else to do here ? |
please backport to release/v1.7 branch |
* Revert go-gitea#5877 This unfortunately was not the solution. Signed-off-by: Andrew Thornton <art27@cantab.net> * Change permission check to create pull requests to CanReadIssuesOrPulls Signed-off-by: Andrew Thornton <art27@cantab.net>
Unfortunately the changes in #5877 caused breakage of #5924.
These changes revert the changes in #5877 and prevent the 404 on compare.
It's not a complete fix for the compare button, we need to allow users to suggest their own branches.