ITK Release 4/Users Migration Guide/Developer Migration Guide Workflow: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(Created page with "< Developer Migration Guide PDF File {| border="1" |- |...")
 
No edit summary
Line 1: Line 1:
[[ITK_Release_4/What_Developers_Must_Do_To_Contribute_to_the_Users_Migration_Guide|< Developer Migration Guide]]


[[File:MigrationGuideWorkFlow.pdf|PDF File]]
[[File:MigrationGuideWorkFlow.pdf|PDF File]]

Revision as of 15:26, 14 October 2010

File:MigrationGuideWorkFlow.pdf

MigrationGuideWorkFlow1.png Initial Setup
  • Published migration guide pulled directly from master XML files
  • Sequestered applications compiling correctly
MigrationGuideWorkFlow2.png Topic Branch
  • Standard git workflow
MigrationGuideWorkFlow3.png Local Changes
  • Standard git workflow
MigrationGuideWorkFlow4.png Migration Guide XML
  • Before pushing topic to Gerrit, must create a unique XML document that documents changes to API
  • XML documents will live in the source tree in a new directory
MigrationGuideWorkFlow5.png Gerrit Review
  • Standard Gerrit review process
  • Make any necessary changes
MigrationGuideWorkFlow6.png Finalize Migration Guide XML
  • Before review can be completed, the XML file must be revised to accurately reflect API changes
MigrationGuideWorkFlow7.png Merge to master
  • Merge the topic branch to master in the normal manner using stage
  • Once change is merged into master, the published migration guide will automatically update
  • Wait for nightly Sequestered Applications builds
MigrationGuideWorkFlow8.png Applications Fail
MigrationGuideWorkFlow9.png Create Applications Topic Branch
  • Checkout current version of sequestered applications
MigrationGuideWorkFlow10.png Fix Broken Applications
  • Make necessary changes to fix compilation errors for the applications
MigrationGuideWorkFlow11.png Add Migration Guide Links
  • Add a list to the XML file that shows each unique compilation error and links to the fix
  • Need more details on where fixes will live (phpBB, Git repo, ...?)
MigrationGuideWorkFlow12.png Merge Directly to master
  • Once all applications are fixed, merge the updated XML file directly to master
  • Do not need to go through Gerrit review process