Questions tagged [atlassian-crucible]

Commercial tool by Atlassian for doing pre- or post-commit code reviews from web browsers.

Crucible is a collaborative application by Australian software company . Like other Atlassian products, Crucible is a Web-based application primarily aimed at the enterprise, and certain features that enable peer review of a codebase may be considered enterprise social software.

Crucible is particularly tailored to distributed teams, and facilitates asynchronous review and commenting on code. Crucible also integrates with popular source control tools, such as Git and Subversion. Crucible is not open source, but customers are allowed to view and modify the code for their own use.

75 questions
12
votes
3 answers

Dealing with Git fatal: Invalid revision range

I am having an issue with Crucible and Git commit. Crucible hangs on >git whatchanged --always --reverse --date-order -m --no-abbrev --no-renames 9e00d1317c4363f73b7deb5caf5096c69e646b81..641c20936dbec78308d1bfa06d14f174f9d7df1d…
Al-Punk
  • 3,531
  • 6
  • 38
  • 56
11
votes
3 answers

Moving from Gerrit to Crucible

We currently use Gerrit, for a team of about a dozen and some developers. This is our current workflow: 1. Developers branch from master 2. Developers work on their local branch 3. Developers push to gerrit, which gatekeeps the master branch by…
Vic
  • 1,336
  • 11
  • 30
10
votes
2 answers

Crucible connector for Eclipse?

I'm trying to connect Eclipse (Helios v3.6) to a Crucible server (v2.3) to be able to start and perform code reviews from the IDE, but after installing the Atlassian Connector I try to add a new Task server but I only see Bamboo and Jira. I also…
jasalguero
  • 4,142
  • 2
  • 31
  • 52
10
votes
2 answers

Creating a Crucible review for a whole project

I'm looking a way to create a code review on a whole project/branch, independently if the files that has been modified and the usual revisions paradigm. Basically, I want a review without diffs that will present the latest version of the code…
Martin
  • 261
  • 3
  • 12
8
votes
2 answers

How can I diff a branch to the trunk revision it started from in Crucible?

I am wondering how, using Crucible, I can include diff files that only contain the changes made in the branch from the point I branched off from my trunk. Currently, if I include something like change sets it counts every file in the branch as a new…
AHungerArtist
  • 9,332
  • 17
  • 73
  • 109
8
votes
2 answers

Can a ticket be moved through a JIRA workflow when creating a Crucible review?

We have a JIRA setup, integrated with Crucible/Fisheye, and with a workflow step called "Under Code Review". Right now developers create a code review, and that's linked to the JIRA ticket appropriately, via the "Source" and "Reviews" tabs. This…
Valdis R
  • 2,095
  • 1
  • 18
  • 36
8
votes
1 answer

Fisheye/Crucible syntax highlighting for Kotlin

As of Crucible version 4.2.1, there is no built-in syntax highlight support for Kotlin files. I have already filled a feature request for that. However, for now, the only possibility is to add a custom syntax config as described here. Has anyone…
7
votes
2 answers

Bitbucket Pull Request vs. Crucible for Code Review

Please could someone point me to a discussion around - 1) Benefits of using Crucible over Bitbucket (Server) Pull Request? 2) Integration of Crucible with Bitbucket Pull Request I tried searching one but to no avail. Apologies, if it already…
Sushil Duseja
  • 85
  • 1
  • 4
5
votes
1 answer

Crucible REST API: Can't add reviewer

I am trying to use the Crucible REST API to add reviewers to a review that I've just created (also using REST).According to the Atlassian docs, I should a POST to: /rest-service/reviews-v1/{id}/reviewers with what? The docs don't show a valid…
Jon
  • 277
  • 2
  • 12
4
votes
0 answers

Crucible 2.7 - update all outdated files in a review

Right now, to update the outdated files in my crucible review, I navigate to individual files, see if the file is outdated(by looking out for 'File Outdated' link) and then add the latest revision to the review if I were the author/moderator. I'll…
mystarrocks
  • 4,040
  • 2
  • 36
  • 61
3
votes
2 answers

Recommendations for a good peer code review tool?

I'm looking for a good peer code review tool where I can choose which users are most appropriate for my review (although others can self join), and keeps track of changes which essentially update the code in the review (in other words I don't want…
ca55idy
  • 105
  • 1
  • 9
3
votes
1 answer

Blocking commits using svn and crucible until it get reviewed

Is there any possibility to block SVN commits until it get reviewed and approved by Atlassian Crucible code reviewers? I want to do something similar to Gerrit but using SVN. I heard that it can't be done with centralized control version systems,…
3
votes
1 answer

Is there a way to track pre-merged and post-merged code review for a branch in Atlassian Crucible

Our team has recently migrated to Atlassian Crucible for our peer reviews. The workflow we currently have in place is Create Feature branch off of develop Once the branch is wrapped up push the branch to origin and create a code review in crucible…
user1071979
  • 1,701
  • 2
  • 12
  • 25
3
votes
1 answer

How can revisions be added to a review in Crucible, which isn't indexed

Lately I've added a repo to Crucible and indexed it. Now I edited and committed some files, but they are shown as 'Added'. Is Crucible able to include SVN revision prior to the indexing of FishEye? Thanks!
tomhier
  • 570
  • 1
  • 5
  • 15
3
votes
1 answer

Crucible tried to anchor your patch, but there was conflicting content

I'm trying to use Crucible with CVS for precommit review. When I upload the patch, it says Crucible tried to anchor your patch, but there was conflicting content Apparently this is a common problem. hits in jira. All my files have keyword tag …
John Henckel
  • 10,274
  • 3
  • 79
  • 79
1
2 3 4 5