-
-
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
Add branch overiew page #2108
Add branch overiew page #2108
Conversation
9e46ede
to
9ea9347
Compare
routers/repo/branch.go
Outdated
branchName := ctx.Query("name") | ||
|
||
defer func() { | ||
redirectTo := ctx.Query("redirect_to") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you really need redirect_to from post? It is known that it will allways be branch overview page
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right, I'll delete the redirect param
cb43736
to
a75985b
Compare
Part 1 is done 🎉 😃 |
f00d6ef
to
7ccdb01
Compare
@Bwko please rebase maybe this is ready for review and merge. |
8e25706
to
9fa1368
Compare
will replace #2464 |
Codecov Report
@@ Coverage Diff @@
## master #2108 +/- ##
==========================================
+ Coverage 27.08% 27.23% +0.15%
==========================================
Files 88 88
Lines 17264 17333 +69
==========================================
+ Hits 4676 4721 +45
- Misses 11909 11927 +18
- Partials 679 685 +6
Continue to review full report at Codecov.
|
9fa1368
to
a5a32ff
Compare
a5a32ff
to
b12abb5
Compare
LGTM |
LGTM |
* Add branch overiew page * fix changed method name on sub menu * remove unused code
partially resolved #307 |
Todo:
Part 1:
Part 2:SHOULD be another PRPreview: