The Artima Developer Community
Sponsored Link

Java Buzz Forum
A look back at the past months for FishEye and Crucible

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Mathias Bogaert

Posts: 618
Nickname: pathos
Registered: Aug, 2003

Mathias Bogaert is a senior software architect at Intrasoft mainly doing projects for the EC.
A look back at the past months for FishEye and Crucible Posted: Apr 9, 2014 12:09 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Mathias Bogaert.
Original Post: A look back at the past months for FishEye and Crucible
Feed Title: Scuttlebutt
Feed URL: http://feeds.feedburner.com/AtlassianDeveloperBlog
Feed Description: tech gossip by mathias
Latest Java Buzz Posts
Latest Java Buzz Posts by Mathias Bogaert
Latest Posts From Scuttlebutt

Advertisement

Not so long ago I was lucky enough to speak at our Getting Git Right tour about our migration from Subversion to Git here at Atlassian. I loved sharing our experience, and I had great questions from the crowd. It also confirmed my belief that many people need some time to make the transition from traditional SCMs to DVCS. There are many development teams still on Subversion, and the FishEye/Crucible team is on a mission to support them and provide great tools to help them develop better. So this post is for them – to give an overview of what we’ve done in the past year to support Subversion, Perforce, Mercurial, and CVS, and to give an idea of what can be expected in the future releases of FishEye and Crucible. Try it now Starting with bridging the gap between issues and code All changes in code start with a story somewhere. Whether it’s about creating something new, fixing a problem, or optimzing past approaches, code starts with a requirement that you put in your issue tracker. It’s not a big problem when you’re a solo developer, but when you’re in a team with many code changes appearing every day, it can become hard to track your own work in the codebase. You can’t rely only on the issue status or the comments to understand what has been coded to complete the story. You need a better way to link issues and code, and this is one of the major improvements that we brought in the past releases: a better integration between JIRA and FishEye/Crucible. The most significant change is the new JIRA development panel introduced in the last release, that brings all the code information front and center when looking at an issue. Now you can easily see the commits, branches, and reviews associated with your issue. No need to scroll – with a single click you can drill down to get change details. We also strengthened the JIRA integration inside FishEye and Crucible. First, we changed the layout of the issue dialog to show you all the information you need to understand what the story is about, the status and who is responsible for it. We also introduced the ability to transition issues directly in FishEye and Crucible so you don’t have to switch context. The neverending quest for more performance Codebases can grow at a fast pace, so we made some drastic changes to FishEye and Crucible to make sure we can support your needs. In the 3.0 release we updated the underlying indexing architecture to introduce a pipelined indexing approach for Subversion. Thanks to this, it’s now up to 10x faster to get recent changesets and  to create reviews when new repositories are added. But that isn’t the only performance improvement. Here’s a short list of other improvements we made over the last year: Indexing API and limits for reviews in 2.10 Better concurrency and review creation in 3.0 Improved source browsing and search in 3.1 Faster quicknav in 3.2 On top of that work, […]

The post A look back at the past months for FishEye and Crucible appeared first on Atlassian Blogs.

Read: A look back at the past months for FishEye and Crucible

Topic: Common Misconceptions About Java Previous Topic   Next Topic Topic: Consume Webservice in Android using intentService

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use