Questions tagged [bitbucket-server]

Bitbucket Server (formerly known as Atlassian Stash) is a tool for "Git Repository Management for Enterprise Teams"

Bitbucket Server (formerly known as Atlassian Stash) is a tool for "Git Repository Management for Enterprise Teams". It provides many features comparable to GitHub and Bitbucket.

Including:

  • Creating git repos
  • Managing access by individuals and groups
  • Linking JIRA issues to commits
  • Creating and managing pull requests
819 questions
0
votes
1 answer

BitBucket Hook option not visible

The below link talks about bitbucket hooks option which can be configured at repository level. https://developer.atlassian.com/server/bitbucket/how-tos/hooks-merge-checks-guide/ I do not see this option in my bit bucket account under repository…
user27111987
  • 995
  • 2
  • 10
  • 26
0
votes
1 answer

Bitbucket on Docker: Cant access Marketplace

Im trying to run Bitbucket in Docker at my company for production. My machine is behind a proxy, which blocks almost everything, for security reasons. You know that you can authentificate with a proxy-user to access the www. I passed the user in the…
0
votes
1 answer

How do I tell git that my branch is more up to date and should be merged

Sorry for the title, I don't know how to describe this question, so I will put the facts. Branch A is protected from merge from git. Only Bitbucket can do it. Someone modified our files in a project in branch A. We sent changes to branch B We…
JorgeeFG
  • 5,651
  • 12
  • 59
  • 92
0
votes
1 answer

Pull request analysis not working in Sonar Qube for bit bucket server

I have SonarQube for Bamboo plugged in and working fine with MSBuild. I also have SonarQube or bit bucket server, which, as far as I can tell, is configured correctly, but pull request analysis is not working. I have a repository in bit bucket…
Sly_Boots
  • 185
  • 2
  • 14
0
votes
1 answer

Bitbucket Rest Api call using python resulting in 404 status code for archive

I am trying to use Bitbucket server rest api in python to get an archive of a certain commit. I am following the rest api documentation as below. /REST/API/1.0/PROJECTS/{PROJECTKEY}/REPOS/{REPOSITORYSLUG}/ARCHIVE?AT&FILENAME&FORMAT&PATH&PREFIX My…
0
votes
0 answers

Uploading xcode project to BitBucket

I am trying to upload a xcode project to Bitbucket. I am able to commit text files to the repo. However, i am unable to upload the whole xcode project as a single folder. I am new to bitbucket. Your help would be appreciated. I have already signed…
Dyana
  • 163
  • 4
  • 11
0
votes
2 answers

How to determine who may have reset git brach?

We are using git (with Bitbucket and SourceTree). We lost 6 months of check ins in our master branch and I wander if there is a way to determine what happened. Is there command in git and or Bitbucket/SourceTree that can tell me if the reset was…
eddieO
  • 84
  • 1
  • 7
0
votes
0 answers

Unable to detect whether Bitbucket started correctly

I am installing bitbucket-4.3.2 on RHEL7.4 but not able to install successfully. May somebody please help me on this? [u1120516@ip-X-X-X-X downloads]$ sudo ./atlassian-bitbucket-4.3.2-x64.bin Unpacking JRE ... Starting Installer ... Nov 03, 2017…
Nitesh Singhal
  • 79
  • 1
  • 1
  • 8
0
votes
1 answer

git push to bitbucket fails immediately

With error Unable to lookup 'my bitbucket account' (port 9418) (A non-recoverable error occurred during a database lookup.) on a corporate bitbucket repository. It fails so quickly, it doesn't seem to be looking up anything. It almost feels like I…
Kei
  • 1
  • 1
0
votes
1 answer

Comment likes API available for Bitbucket hosted on premises

I wonder if we should be able to access this comment likes api if our Bitbucket is a server hosted on premises? https://developer.atlassian.com/static/rest/bitbucket-server/4.8.1/bitbucket-comment-likes-rest.html#idm34960 I can't find this api from…
ey dee ey em
  • 7,991
  • 14
  • 65
  • 121
0
votes
2 answers

Diff between arbitrary commits in BitBucket

I am running bitbucket server v4.14. I want to be able to get diff of any two commits for a repo. I saw this posted at https://bitbucket.org/site/master/issues/4779/ability-to-diff-between-any-two-commits However the same does not work, probably…
InsatiableTraveller
  • 1,545
  • 2
  • 10
  • 9
0
votes
1 answer

How is the performance on BitBucket Data Center?

I am running my stash application on single node. The plan is to upgrade it to BitBucket and push it to DataCenter. So with this multi-node architecture, I wanted to know the impact of performance. Is it much better compared to single node…
0
votes
1 answer

How can retrieve bitbucket repositories when db is demolished?

My bitbucket server db is demolished, so I have no bitbucket data. how Can I retrieve repositories? Bitbucket is running but it can't connect db.
Morteza Malvandi
  • 1,656
  • 7
  • 30
  • 73
0
votes
1 answer

Curl won't accept -X parameter

Running this curl command: curl -u user:pass -X POST -H "Content-Type: application/json" https://localhost:7990/rest/api/1.0/projects/fw/repos fails with: bash: -X: command not found $ curl: no URL specified! This command worked before, so I…
eeijlar
  • 1,232
  • 3
  • 20
  • 53
0
votes
2 answers

Bitbucket Server Api: Clone all repositories

I want to clone all repositories in my Bitbucket Server in order to have backups. I trying to use Bitbucket rest api but not getting the required list of all repositories. $ curl -u username:password …
user1878934