Questions tagged [atlassian-fisheye]

Atlassian Fisheye from Atlassian is a web-based source code browser supporting multiple version control systems.

Atlassian Fisheye is a web-based source code browser. It supports multiple version control systems and integrates with Atlassian Jira for issue tracking and Atlassian Crucible for code reviews.

83 questions
123
votes
4 answers

How do I get into a non-password protected Java keystore or change the password?

I'm trying to import a trusted certificated into the Java cacerts keystore, but I have a problem. I tried to list existing trusted certificates and it seems that the keystore isn't password protected. $ keytool -list -keystore cacerts Enter…
Eslam
  • 1,503
  • 2
  • 10
  • 17
20
votes
2 answers

Is there a good alternative to Atlassian's FishEye?

I'm a big fan of FishEye, unluckily I'm bound to a commercial project and FishEye is simply not in budget. Are there any good alternatives, which have the same features? the SCM-backend is an subversion-repository.
Robert Heine
  • 1,712
  • 4
  • 24
  • 58
15
votes
6 answers

What can FishEye do that we cannot get from other tools for a git repository?

We have decided on Jira and Confluence and are now looking at other Atlassian tools that may make our lives easier. I understand that FishEye allows all kinds of visualization of a source code repository that the native tooling for CVS does not. We…
Thorbjørn Ravn Andersen
  • 68,906
  • 28
  • 171
  • 323
13
votes
3 answers

Eclipse: Show author of each line in editor?

I'd like to show the name of the author of each line in my Java files. I am already using FishEye (http://www.atlassian.com/software/fisheye/) but I'd like to have this feature within my Eclipse Java editor.
kiwifrog
  • 664
  • 3
  • 9
  • 21
11
votes
2 answers

How to full-text index a Mercurial repository?

What to do when hg log -k is not sufficient, and hg grep is just way too slow (cca. 100k changesets)? We have very bad experiences with Fisheye (way too slow), and Kiln seems to tie us into the FogCreek empire just a little bit too much. What other…
Lóránt Pintér
  • 9,044
  • 13
  • 42
  • 50
9
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
  • 251
  • 3
  • 10
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
  • 8,854
  • 15
  • 66
  • 103
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…
8
votes
3 answers

How to remove an entry with null sha1 in a Git tree

I have inherited of a git repository with a null sha1 for a commit entry in a tree, preventing FishEye to index the repository. $ git fsck Checking object directoriies: 100%(256/256), done. warning in tree db22a67df70dc4ff90ec4cd666da91e9c2cb0d9: …
gizmo
  • 11,597
  • 6
  • 42
  • 60
7
votes
2 answers

What's the difference between 'commit' and 'revision'

What's the difference between a commit and revision? We use SVN, and get metrics from Atlassian Fisheye. There is a report in Fisheye that shows the 'top committers - by revision' and 'top commiters - by commits'. No-one here can tell me what the…
Return_Of_The_Archons
  • 1,490
  • 3
  • 18
  • 25
7
votes
3 answers

Is it possible to integrate Mercurial commits with JIRA or FishEye (via TortoiseHg or hg)?

Is there a way to link every HG commit to a specific bug tracking issue? For example, show a drop down when committing from TortoiseHg with all active JIRA issues assigned to the current user (similar to the TortoiseSVN Plugin for JIRA). Maybe a…
Ash
  • 769
  • 1
  • 8
  • 24
7
votes
2 answers

Are there any competitors to Atlassians Fisheye?

I'm looking for alternatives to view my source code repository and run metrics on it.
leora
  • 163,579
  • 332
  • 834
  • 1,328
6
votes
2 answers

Jira and git: How to get all branches reflected?

Using a development infrastructure of git, Fisheye+Crucible, and Jira 4.2. Commits to Fisheye-registered repositories are reflected in Jira Projects and Tickets since we configured the mappings in Jira; however, only commits on the master branch…
Bernd Haug
  • 1,957
  • 3
  • 16
  • 21
6
votes
5 answers

Do you know a good open-source version-control viewer?

I'm looking for a tool like Atlassian's FishEye. The alternatives I've found so far (like StatCVS, ViewCVS or Bonsai) are either lacking in features or are quite a pain to install and maintain. So before staying with one of these tools, I'd like to…
Argelbargel
  • 4,930
  • 2
  • 20
  • 16
5
votes
0 answers

Associate specific paths in Atlassian Fisheye with Perforce branch mappings

Say I have branches //depot/app/main and //depot/app/dev. "Dev" was created with a Perforce branch mapping         map_main_to_dev which has the "view" of         //depot/app/main/... //depot/app/dev/... This branch mapping shows up as a "branch" in…
1
2 3 4 5 6