#Fisheye in the Firebird #jira tracker
From the cool stuff department if found the Fisheye in the Jira tracker and it shows all bugs closed and related code changes (diffed)
From the cool stuff department if found the Fisheye in the Jira tracker and it shows all bugs closed and related code changes (diffed)
Now in Firebird Fisheye you can create queries on the source code repository
For example here is how to get the changes with “Misc” comments
select revisions from dir /firebird2/src where (is head and comment matches “Misc”) group by changeset return path, revision, author, date, csid
Firebird mention on the Attlassian blog
The Firebird Project is already using JIRA for their Firebird RDBMS Issue Tracker. And now it’s even easier for developers to search, share and keep up to date with the Firebird Project using FishEye.
[ED: I like how the branches are presented in an good graphical way Also you can watch the changes for Firebird 2.5.x or the head for example ]
Now you can watch Firebird project and changelog trough the Atlassian’s FishEye