git Bitbucket 活动图

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/30097797/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 03:11:18  来源:igfitidea点击:

Bitbucket activity graph

gitgithubvisualizationbitbucket

提问by dgil

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

我想知道Bitbucket 中是否有类似于Github图表的解决方案。例如,以下是 Node.js 的:

Contributions graph

贡献图

Node.js contributions graph

Node.js 贡献图

Commits graph

提交图

Node.js commits graph

Node.js 提交图

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?

我做了一些研究,但没有发现类似的东西。有人知道这种可视化是否存在于Bitbucket的隐藏位置吗?或者是否有一些 3rd 方服务提供这些类型的 git 存储库图表?

采纳答案by dzagorovsky

Take a look at Awesome Graphs for Bitbucket add-on

看看Bitbucket 附加组件的真棒图表

From http://blog.bitbucket.org/2015/06/10/atlassian-connect-for-bitbucket-a-new-way-to-extend-your-workflow-in-the-cloud

来自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.

如果您目前是 Bitbucket 的用户并想先睹为快,请单击您的头像,选择“管理帐户”,然后通过从左侧菜单中选择“查找新附加组件”来安装这些新附加组件。

Here is the add-on's release notes page: https://docs.stiltsoft.com/display/public/AwesomeGraphsBitbucket/Release+Notes+-+Bitbucket+Cloud

这是附加组件的发行说明页面:https: //docs.stiltsoft.com/display/public/AwesomeGraphsBitbucket/Release+Notes+-+Bitbucket+Cloud

回答by Georgy Gobozov

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

单击右上角的帐户 -> 集成 -> Awesome Graphs -> 添加

回答by miguel

Atlassian in general is geared more toward manager micro-management than towards developers. That's why bitbucket activity stats are generated for managers to keep track of employees but they are hidden from developers. And that's why they'll never add this feature.

一般来说,Atlassian 更适合经理的微观管理,而不是开发人员。这就是为什么会为经理生成 bitbucket 活动统计信息以跟踪员工,但它们对开发人员是隐藏的。这就是为什么他们永远不会添加此功能的原因。

回答by Eradicatore

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

我使用了 gitstats,它很棒。正是我要找的。

http://gitstats.sourceforge.net/

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.

我刚刚克隆了 repo,在 OSX 上安装了带有自制软件的 gnuplot,瞧。我在几秒钟内就得到了完整的统计数据。无需管理员权限即可在 bitbucket 中安装。不使用云并让其他人查看我的统计数据。它产生了大量漂亮的图表。可能不如真正的专业人士那么漂亮,但确实做到了。

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

这是将我们的应用程序重写为 Flutter 的快速示例:

enter image description here

在此处输入图片说明