Difference between revisions of "Source code customization & Stable release services"

From Verific Design Automation FAQ
Jump to: navigation, search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
>>> Under construction <<<
+
On Verific's system, each of our licensees has a separate code branch. There are mechanisms in place to prevent cross-contamination among code branches, helping to ensure their privacy and security.  With this implementation Verific is able to offer two complimentary services to our licensees : ''Source Code Customization'' and ''Stable Release Maintenance''.
  
Verific offers two services to licensees: Source Code Customization and Stable Release.
 
  
On Verific's file system, each of the licensees has a separate code branch. There are mechanisms to prevent cross-contamination among code branches.
+
'''1. Source Code Customization
 +
'''
  
1. Source Code Customization
+
A licensee can send in custom code modifications to be merged into their branch maintained by Verific. The customizations will be included in future source code releases so that the licensee will not need to merge them manually each time.  Please note the following :
  
The licensee can send us your code modifications to be merged in your branch here.
+
* The modified code should be complete and compilable on Verific's system.
The customizations will be included in future source code releases and the licensee don't need to merge them yourself.
+
Please note that:
+
  
- The modified code should be complete and compilable here on Verific system.
+
* Zip the modified code with the same password used for the monthly code releases.
  
- Zip the modified code with the same password we use for the monthly code releases.
+
* Mention the Verific release version that the modifications are based upon.
  
- Mention the Verific release version the modifications is based on.
+
The licensee can include testcases that exercise the customized code. These testcases will be added to the regression testsuite of the licensee's code branch.
  
The licensee can include testcases that exercise the customized code. The testcases will be added to the regression testsuite of the licensee's code branch.
+
The best way to initiate this process is for the licensee to file a VIPER issue with Type "Merge Request" and attach the zip file of the code modifications to the VIPER issue. This VIPER issue will be closed (not just "fixed") when the code merge has been completed. The licensee will receive an email notice when the VIPER issue is closed.
  
The best way to initiate this process is for the licensee to file a VIPER issue with Type "Merge Request," and attached the zip file with the VIPER issue. This VIPER issue will be closed (not just "fixed") when the code merge is complete and the licensee will receive an email notice.
 
  
2. Stable Release
 
  
1. A STABLE branch is a physically separate branch in our system.  It is
+
'''2. Stable Release Mantenance
treated as a separate "customer" branch.  There is no relation between the
+
'''
STABLE branch and the NORMAL branch.
+
  
2.  After creation, STABLE branch code can only be changed due to work done
+
A Stable release is a physically separate branch of a licensee's code on Verific's systemIt is treated as a distinct "customer" branch. There are no connections between a Stable branch and the licensee's normal branch.  A Stable branch is usually requested by a licensee when a specific monthly normal branch has been extensively tested and integrated into the licensee's tool and there is a need to maintain this branch of code for a longer period of time than the regular monthly Verific releases. Some notes to keep in mind about the Stable branch :
to fix STABLE branch VIPER issuesVIPER issues files against STABLE branch
+
are treated as "customer-specific.In other works, VIPER fixes in STABLE
+
branch don't go into NORMAL branch and VIPER fixes in NORMAL branch don't go
+
into STABLE branch.
+
  
3To avoid new issues being introduced in STABLE branch, only defects (not
+
*  After creation, Stable branch code can only be changed to fix Stable branch VIPER issuesVIPER issues filed for a Stable branch are treated as "customer-specific".  In other words, VIPER fixes in a Stable branch don't go into the normal branch and, likewise, VIPER fixes in the normal branch don't go into a Stable branch.
enhancements) are fixed in STABLE branch.
+
  
3.  If an issue needs to be fixed both in STABLE branch and in NORMAL
+
*  To avoid having new issues introduced into a Stable branch, only defect (not enhancement) VIPERs are allowed for a Stable branch.
branch, there have to be two VIPER issues: one for the STABLE branch and one
+
for NORMAL branch.
+
  
4.  VIPER accounts for STABLE branch are separate from accounts for NORMAL
+
*  If an issue needs to be fixed in both a Stable branch and in the normal branch, two separate VIPER issues will need to be filed : one for the Stable branch and one for the normal branch.
branch.  For example, one can not log in with a STABLE branch account and
+
file an issue against NORMAL branch.
+
  
5.  STABLE branch code can not be merged into NORMAL branch code.
+
*  Stable branch code can not be merged into normal branch code.
 +
 
 +
*  When a Stable branch has served its purpose and is ready to be retired, the licensee should inform Verific about this decision as soon as possible.  We will then archive the branch and stop its maintenance, helping to free up our time and resources.

Latest revision as of 13:28, 11 October 2021

On Verific's system, each of our licensees has a separate code branch. There are mechanisms in place to prevent cross-contamination among code branches, helping to ensure their privacy and security. With this implementation Verific is able to offer two complimentary services to our licensees : Source Code Customization and Stable Release Maintenance.


1. Source Code Customization

A licensee can send in custom code modifications to be merged into their branch maintained by Verific. The customizations will be included in future source code releases so that the licensee will not need to merge them manually each time. Please note the following :

  • The modified code should be complete and compilable on Verific's system.
  • Zip the modified code with the same password used for the monthly code releases.
  • Mention the Verific release version that the modifications are based upon.

The licensee can include testcases that exercise the customized code. These testcases will be added to the regression testsuite of the licensee's code branch.

The best way to initiate this process is for the licensee to file a VIPER issue with Type "Merge Request" and attach the zip file of the code modifications to the VIPER issue. This VIPER issue will be closed (not just "fixed") when the code merge has been completed. The licensee will receive an email notice when the VIPER issue is closed.


2. Stable Release Mantenance

A Stable release is a physically separate branch of a licensee's code on Verific's system. It is treated as a distinct "customer" branch. There are no connections between a Stable branch and the licensee's normal branch. A Stable branch is usually requested by a licensee when a specific monthly normal branch has been extensively tested and integrated into the licensee's tool and there is a need to maintain this branch of code for a longer period of time than the regular monthly Verific releases. Some notes to keep in mind about the Stable branch :

  • After creation, Stable branch code can only be changed to fix Stable branch VIPER issues. VIPER issues filed for a Stable branch are treated as "customer-specific". In other words, VIPER fixes in a Stable branch don't go into the normal branch and, likewise, VIPER fixes in the normal branch don't go into a Stable branch.
  • To avoid having new issues introduced into a Stable branch, only defect (not enhancement) VIPERs are allowed for a Stable branch.
  • If an issue needs to be fixed in both a Stable branch and in the normal branch, two separate VIPER issues will need to be filed : one for the Stable branch and one for the normal branch.
  • Stable branch code can not be merged into normal branch code.
  • When a Stable branch has served its purpose and is ready to be retired, the licensee should inform Verific about this decision as soon as possible. We will then archive the branch and stop its maintenance, helping to free up our time and resources.