gitblit
gitblit copied to clipboard
Minor display problems on metrics page
Originally reported on Google Code with ID 528
What steps will reproduce the problem?
1. Go visit the metrics page for mirrors/jgit at dev.gitblit.com
What is the expected output? What do you see instead?
See attached screenshot. Two problems:
1. At "primary authors" some background div with opacity 80% gets put on top of the
content, which then is barely readable.
2. The per-day commit statistics display no bar for Saturday and Sunday, although there
are commits. (Assuming the displayed counts are correct.)
What version of the product are you using? On what operating system?
1.7.0-SNAPSHOT on dev.gitblit.com, but the issue also occurs with 1.6.2.
Please provide any additional information below.
Reported by tw201207 on 2014-11-06 21:06:02
- Attachment: gitblit_screenshot.png
Edit: Make image render
I don't see that behavior.
Reported by James.Moger on 2015-02-26 15:30:08
When I visit https://dev.gitblit.com/metrics/mirrors!jgit.git now, I see that:
* the "background on top" problem appears to have been fixed in the meantime. Since
I don't see any change in GitBlit in that area, I must assume that this was a rendering
bug in the browser. (Using Firefox, which has been updated a couple of times since
the original report.)
* the Saturday/Sunday problem in the bar chart top right still exists.
Reported by tw201207 on 2015-03-02 06:07:28
Verified. I'd use the Status-Verified label, but am unsure what it marks verified, the problem or the solution.