Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Maintenance and improvement of current version 1.6
  • Redesign of old functionality for a better 1.7 version.

Deliverables: 

  • MorphAn Plugin Release 1.6.1

Team city configuration

MorphAn currently has one Team City configuration for each of the versions released. Since the release of 1.6.1. we try to keep, as a general base, the following configurations:

  • MSI Installers - Build that generates the artifcats to distribute among clients (pinned as versions)
  • ZIP - Build that generates a zip release version of the software to distribute among internal users for direct testing.
  • The following test categories:
    • Unit tests
    • Unit tests (slow)
    • Data Access
    • Integration
    • Performance
    • Windows Forms
    • Acceptance
    • Work In Progress
  • And the following code coverages:
    • Unit test
    • Exteded (includes integration, data access and whichever is needed).

IMPORTANT:

The branches should receive the Trunk updates at least once per week (during development of said branches) in order to achieve a neat merge to the Trunk.

We currently have some issues if trying to merge the entire branch 1.6.1. with the trunk (1.7). Although the team city build status of the trunk (revision #39894) has the same results as the branch 1.6.X (Release 1.6.1., revision 39872), please keep in mind there might be some conflicts if trying to merge again from 1.6 to 1.7 directly.