cha55son / stash-commit-graph-plugin

The missing commit graph for Atlassian Stash/Bitbucket Server
MIT License
73 stars 34 forks source link

Branch/tag box width issue #49

Closed akimsko closed 6 years ago

akimsko commented 9 years ago

Graph segment width calculations seems way of. The graph is getting offset horizontally by 13k+ pixels in some cases. It seems to be exacerbated by the complexity of the graph.

Tried in Chrome and FF with same results.

bamapookie commented 9 years ago

I believe this may be caused by the new format for branch names. They are comma separated instead of stacked, and they are no longer truncated.

akimsko commented 9 years ago

It might be part of the issue, and mess with the width calculations. But no labels are actually that wide. It's just a lot of empty space.

macq-jdemeyer commented 9 years ago

We get this: stash_network_view_screwed

(I don't know where this giant rect came from...)

Thanks

jscotto commented 9 years ago

I'm getting this too on Stash 3.5.1 and Commit Graph 1.1 This only happens on repositories with a large number of directories. Also, the commit history and black boxes are showing a full screen width over to the right. Tried in Chrome, Firefox, Safari, and IE. Its not browser specific apparently.

jlschrag commented 9 years ago

We're seeing this as well. Symptoms identical to those mentioned by jscotto. Stash 3.6.1, Commit Graph 1.1.

gilShin commented 8 years ago

Upgraded from stash 3.6.1 to bitbucket 4.3.0 and faicing the same issue.

gilShin commented 8 years ago

After adding memory and CPU cores, I do not see that anymore.

cha55son commented 8 years ago

Duplicate of #56.

cha55son commented 8 years ago

Sorry closed the wrong issue, hang tight. :)

cha55son commented 8 years ago

Does anyone have a repo that can consistently replicate the issue that they can share? Publicly or privately? I've tried on a few public repos, ported into Stash/Bitbucket server, on chrome with no issues. For transparency i've tried jquery, gitlabhq, and FreeCodeCamp (most trending repo on github).

tirolerstefan commented 8 years ago

Sent email with testrepo to you. Hope that helps.

mattiasr commented 8 years ago

If i recall correctly i get the same problem with our ninja repo at git.op5.org, but cant verify until monday.

Got it on a lot of repos internally

13 feb. 2016 kl. 19:31 skrev Chason Choate notifications@github.com:

Does anyone have a repo that can consistently replicate the issue that they can share? Publicly or privately? I've tried on a few public repos, ported into Stash/Bitbucket server, on chrome with no issues. For transparency i've tried jquery, gitlabhq, and FreeCodeCamp (most trending repo on github).

— Reply to this email directly or view it on GitHub.

Wilfred commented 8 years ago

We're experiencing this too. The problem occurs on all the browsers I tested: Firefox, Chrome and IE.

I've dumped a repo with git fast-export --anonymize, so it's anonymous, but it still demonstrates the bug.

See attached: anon_repo.tar.gz. You may want to do git checkout master if you want to see the files from the CLI. To reproduce the issue, just push this repository to a Bitbucket Server instance.

cha55son commented 8 years ago

Thanks for the repo that will def. help!

Wilfred commented 7 years ago

This was fixed in #63, wasn't it?

cha55son commented 6 years ago

This repo is being archived. Thanks for your support along the way!