Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bitbucket activity graph

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?

like image 634
dgil Avatar asked May 07 '15 10:05

dgil


People also ask

How do I view a graph in Bitbucket?

To see the standard graph, please find the feature. commit. graph ​parameter in bitbucket. properties ​file, set it to true and restart the instance.

How can I see my contributions in Bitbucket?

In the Contributions tab of the Bitbucket Server / DC user profile, you can see the activity of a single contributor in terms of commits and pull requests over a given period of time. You can see how the efforts of a developer were distributed during the past year and what repositories they worked in.

Is awesome graphs for Bitbucket safe?

All data sent to or from Awesome Graphs for Bitbucket systems is encrypted in transit over public networks using TLS 1.2+ with Perfect Forward Secrecy (PFS) to protect it from unauthorized disclosure or modification.

How do I count the number of commits in Bitbucket?

It's possible to use the Awesome Graphs app which is free and visualizes the number of commits added by each developer. This Bitbucket REST API query returns the list of commits in a repo so that it's possible to count their number. Hope it helps!


1 Answers

Take a look at Awesome Graphs for Bitbucket add-on

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

like image 119
dzagorovsky Avatar answered Nov 16 '22 00:11

dzagorovsky