EzDevInfo.com

bitbucket interview questions

Top bitbucket frequently asked interview questions

How do I remove files from a repository through the Bitbucket interface?

How do I remove files from a repository via the Bitbucket interface?

I went into the Admin tab for a repository and found how to delete an entire repository, but I cannot remove single files and folders. Thank you.


Source: (StackOverflow)

Issue on importing Bitbucket issues to JIRA

I'm trying to import Bitbucket issues to my On-Demand JIRA instance however it always fails when I select a project to import throwing:

Fetching data from Bitbucket failed: org.scribe.exceptions.OAuthConnectionException: There was a problem while creating a connection to the remote service. (the complete exception can be found in the log)


Source: (StackOverflow)

Advertisements

Can I re-order my issues in Bitbucket?

I’m using Bitbucket’s issues feature to track bugs and enhancements on a project I’m working on.

By default, it seems to sort the list of issues by last updated, or similar. This is a bit annoying when I want to quickly note down an issue, but deal with it after a few other more pressing issues, or put e.g. three issues in order of priority.

Can I order the list arbitrarily?


Source: (StackOverflow)

How can I view repositories by activity in bitbucket?

The drop down list has recent activity but it shows only the most recent five


Source: (StackOverflow)

How can I import a bundled Mercurial repository on BitBucket?

BitBucket's import page: https://bitbucket.org/repo/import (you might need to be logged in) does not seem to allow you to upload a file; specifically, not the result of mercurial's `hg bundle' command.

How can you import such a bundle file?


Source: (StackOverflow)

Bitbucket account invisible to Google?

I own a repository on Bitbucket; it is public, meaning that it is visible to anyone and indeed a friend of mine already made a fork.

However, I noticed that my entire account seems to be invisible to Google: even searching for the exact URL or large amount of its content does not bring to any result.

Why? How can I make it indexable by search engines (if that is the problem)?


Source: (StackOverflow)

How to merge issues with Bit Bucket?

I have 2 issues that talk about the same problem in Bit bucket, how do I merge them or close one to point it to the other?


Source: (StackOverflow)

On BitBucket how do you add an admin to a group?

Our company's BitBucket account owner made a new group called admins, gave it admin rights to all repositories (the highest permission he could see), and added me to it.

But when I go to the group page I can't add a new repository, or see the group settings page, like he can.

What else does he need to do to give my account all permissions to the company account?


Source: (StackOverflow)

Exploring interesting or random Bitbucket repositories

On GitHub there is an Explore page (and list of public repositories), where users can explore new interesting, and not so interesting, repositories.

Is there is such page for Bitbucket? I found a post about the same Explore page, but it now redirects to the repository search.

Where can a Bitbucket user go to seek some new, arbitrary (without some keywords) open repository?


Source: (StackOverflow)

How to change default message of a merging commit on Bitbucket

Is there any way to change the default commit message for pull requests merged via Bitbucket? When I click "Merge" button on top of a pull request page, the resulting commit has a default message like

Merged in some-branch (pull request #25)

The problem is the fragment #25 because I often push the same repository also to GitHub which links the number to the issue no. 25. I know that there is a text area where I can edit the message before each merge but it's really hard to remember.


Source: (StackOverflow)

Automatic notifications from Bitbucket

I created a repository on the Bitbucket. And in Admin tab I found Services configuration. As I understand services allow to integrate with email, twitter and so on.

I expected that once I configured a service (email-service, for instance) I would receive email notifications about new changesets (when someone make hg 'push' command). But I don't receive anything.

What's the correct way to configure automatic notifications about new changesets on Bitbucket? And what do the services really do?


Source: (StackOverflow)

Can you delete a project on bitbucket?

How can I delete a project on bitbucket.org?


Source: (StackOverflow)

How to find pull requests by you on Bitbucket?

I can't figure out how to find pull requests made by me on Bitbucket.


Source: (StackOverflow)

Does Bitbucket have a “dark theme” (ie. an option for light text on a dark background)

I’ve been using Bitbucket for a while now, and I find it a bit jarring going betweeb working on my code, where I use a light-on-dark colour scheme, and Bitbucket’s bright white pages.

Does Bitbucket have an option to set the entire site to a darker colour scheme?


Source: (StackOverflow)

Is there a way to set default settings for repositories in BitBucket?

For all of my repositories I would like to have the issues service added, and I would like to have one of my friends as an admin to all of the repositories.

It is getting annoying having to set this up for every repository. Is there any way to set default settings for all repositories?


Source: (StackOverflow)