Changes between Version 1 and Version 2 of Czarships/Development/20140325


Ignore:
Timestamp:
03/25/14 12:58:01 (11 years ago)
Author:
Jonathan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Czarships/Development/20140325

    v1 v2  
    11= Development Report =
    22== General Updates ==
    3 [//query?status=accepted&status=assigned&status=new&status=reopened&type=enhancement&component=astrobear&group=owner&col=id&col=summary&col=status&col=priority&col=milestone&col=time&col=changetime&col=due_date&report=31&order=due_date Development Ticket Query]
     3* Migrated the astrobear repository revision control system from Mercurial to [source:astrobear Git]
     4* Plan is to use the [https://www.atlassian.com/git/workflows#!workflow-gitflow GitFlow workflow] for managing code development
     5* This is what are current repository looks like - AstroBearGraph
     6* Rich setup the gitolite plugin so developers and users can now use git commands 'clone, push, pull' to access the code repository provided they have a wiki account and the appropriate permissions instead of needing a local account on our machines. 
     7* If you have an existing mercurial repository with code that needs to be checked in - you can still push to 
     8{{{
     9hg push -f ssh://<username>@botwin.pas.rochester.edu//data/repositories/astrobear_dev
     10}}}
     11* However there is a new [DevelopmentProcedure development procedure] for working with the astrobear git repository.
     12* I worked on prioritizing development tasks for Scrambler 3.0 Release and setting a timeline for completion of development tasks for most developers (still waiting for feedback from Shule).
     13* Tickets now have due dates and priorities - [//query?status=accepted&status=assigned&status=new&status=reopened&type=enhancement&component=astrobear&group=owner&col=id&col=summary&col=status&col=priority&col=milestone&col=time&col=changetime&col=due_date&report=31&order=due_date Development Ticket Query]
     14* If you are working on a paper with a collaborator - and you want to use a revision control system to manage the collaborative process, you can use the gitolite plugin on the wiki to host the source code / tex files / figures and to control access provided your collaborators register for an account on our wiki.  For more information see the [GitoliteProcess Gitolite Page]
     15
    416
    517== Development ticket activity ==