Bitbucket activity graph

GitGithubVisualizationBitbucket

Git Problem Overview


I would like to know if there is a solution in Bitbucket similar to Github's graphs. For example, here are the ones for Node.js:

Contributions graph

Node.js contributions graph

Commits graph

Node.js commits graph

I've done some research and I haven't found anything similar. Does anybody know if this kind of visualisation exists in a hidden place in Bitbucket? Or is there some 3rd party service which provides these kinds of graphs of a git repository?

Git Solutions


Solution 1 - Git

Take a look at [Awesome Graphs for Bitbucket add-on][1]

From http://blog.bitbucket.org/2015/06/10/atlassian-connect-for-bitbucket-a-new-way-to-extend-your-workflow-in-the-cloud > If you are currently a user of Bitbucket and want to take a sneak peak, click on your avatar, select “Manage Account”, and simply install these new add-ons by selecting “Find new add-ons” from the left menu.

Here is the add-on's release notes page: https://docs.stiltsoft.com/awesome-graphs/cloud/release-notes-cloud

[1]: http://stiltsoft.com/blog/2015/06/introducing-awesome-graphs-for-bitbucket-visualized-statistics-of-git-and-mercurial-repositories "Awesome Graphs for Bitbucket"

Solution 2 - Git

Click on account at top-right corner -> integrations -> Awesome Graphs -> add

Solution 3 - Git

I used gitstats and it was amazing. Just what I was looking for.

http://gitstats.sourceforge.net/

I just cloned the repo, installed gnuplot with homebrew on OSX, and voila. I had full nice stats in a few seconds. No need to have admin permissions to install in bitbucket. No use of the cloud and giving others view of my stats. It produces a TON of nice charts. Not probably as pretty as true professional ones, but did the job for sure.

Here's a quick example of a rewrite of our apps to Flutter:

enter image description here

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestiondgilView Question on Stackoverflow
Solution 1 - GitdzagorovskyView Answer on Stackoverflow
Solution 2 - GitGeorgy GobozovView Answer on Stackoverflow
Solution 3 - GitEradicatoreView Answer on Stackoverflow