Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bitbucket - Can I track or see who clones or pulls from the repository?

Does Bitbucket keep a log of who clones or updates their local repository, and not just commits? Is it possible to access this information? It would be useful for me to see which team members have cloned or pulled, so I can know for sure that they did what they were supposed to do and did it properly. Thanks

like image 650
Dyonisian Avatar asked Oct 28 '16 10:10

Dyonisian


People also ask

Can you see who clones your repo?

Can the owner of the repo see when someone clones it? No, they cannot.

How do I find out who is on a Bitbucket repository?

Go to your repo's Setting/Administration page > Access management . It will list all the users and groups who have the right there.

How do I see pull requests in Bitbucket?

The Your work dashboard displays the pull requests and repositories you care about. On the Your work dashboard you'll see open pull requests that have you as a reviewer, open pull requests you've created, and a list of repositories you can access.

How do I view Bitbucket access logs?

Accessing audit logsYou can find the log file in the <home directory>/log/audit directory. On clustered Bitbucket Data Center deployments, each application node will have its own log in the local <home directory>/log/audit directory.


1 Answers

I don't think this currently available now. But there's open request for this functionality.

https://bitbucket.org/site/master/issues/8322

like image 66
velsim Avatar answered Sep 29 '22 11:09

velsim