Showing posts with label School. Show all posts
Showing posts with label School. Show all posts

Friday, December 2, 2011

Milestone 1 nearing completion

The project that I am working on has been split up into six milestones.  Milestone one is nearing completion, major coding and small scale testing has been done.  Next up is to try it out on the intended servers in full scale.  This also comes after switching from using Java with SVNKit to using C# with SharpSVN.

The purpose for milestone one is: Determine code deltas for each branch.  The purpose of this milestone is to determine the code differences between different branches.  For example how much code has changed between team branch 1 and the integration branch and vice versa.  By discovering the differences, we can pre-emptively discover potential merge conflicts.

The purpose of the following milestones is to then take this data and discover where in the code merge conflicts are most likely to arise.  We can then notify developers a lot earlier in development where problems could arise, and thus speed up production time.

More to come...

Thursday, October 20, 2011

NDA delays.

After almost a month (possibly more), the NDA's between the University of Calgary - or more specifically, Jonathan Sillito, Shaun Phillips and I - and the Company we are going to be working with, are signed.  The company has requested via the NDA to remain anonymous.  So from here on they will be referred to as "The Company".  Hopefully now that the NDA's are signed and in place it won't be long until we have access to their source code repositories, and can start data mining.

On another note, school work is adding up fast.  In this next week I have 2 tests, a 3-5 page essay, and a glossary due.  So I'm a little short for time to say the least.  I will also be interviewing with a Chilean company on wednesday to see if I can work part time remotely doing software development.

At this point all personal projects have been put on hold to make time for school, and other obligations.

Adam Kromm.

Wednesday, August 24, 2011

University Work - Updated

Here is a short update with my current work at the University of Calgary Software Engineering Department:

My just finished sub-project that will contribute to the main tool mentioned in an earlier post, is to make a tool that will allow a user to enter in a revision number, to calculate analytical data.  The tool first uses the revision number to find out what changed during the commit that corresponds to the revision number.  It then scans the SVN repository and figures out what branches have received the changes from that commit, and when.  It also determines which files from the commit were merged and which weren't, this is to handle cases where there is a partial merge, and to calculate the percentage of the commit that was merged.

Once this data has been determined, it is printed out to the screen in an easy to interpret, human readable form.  At a later date this tool will be expanded upon to output data in a way that will allow it be utilized int a GUI.  The GUI will be used to visualize the timeline for changes in a commit being integrated into other branches in the repository, among many other things.

Adam Kromm

Saturday, August 6, 2011

University Work... Conflict resolution

On Wednesday I started my new temporary full time job as a research assistant at the University of Calgary. I will be working with Professor Jonathan Sillito and his masters student Shaun Phillips, to create a tool that will allow the visualization and analysis of a SVN repository tree. Better said I will be creating a tool that will allow a company with multiple teams and multiple development stages visualize them, most likely with a graph, and view potential merge conflicts before the actual merging needs to happen. This will allow companies and developers to locate and recognize potential conflicts and problems before they happen and will therefore allow developers be more aware of other developers and thus allow them to collaborate more intelligently and efficiently.

Current progress is pretty good. I'm going to split the tool into two parts: the repository analyser and the visualiser. This will allow the analyser to run in the background generating the files for the visualizer, then the teams can load up the visualiser and load the most recent data generated and display it. This will allow the visualization to be smooth so that there is no time wasted waiting for the repository to be analysed while in a meeting.

The tools that I have been using so far are Java and SVNKit.

Because I have been working at the University it has limited the time that I have to work on personal projects like DirectX. I still have managed to find some time to continue working on learning DirectX 10 and HLSL 4.0, it's just not as fast as I had hoped.