6.1.4.7. Integrity¶
Integration with PTC Windchill RV&S (formerly PTC Integrity, formerly MKS Integrity)
Support for PTC Windchill RV&S (formerly PTC Integrity, formerly MKS Integrity).
VCSIntegration Integrity supports line-by-line blame information.
Options¶
The following places define options that affect this rule: VCSIntegration, Project-GlobalOptions
binary¶
binary : str = 'si'
blame_mode¶
blame_mode : BlameMode = 'all_authors'
last_author_only, issues for code regions are only
attributed to the author of the latest changes in that region. Otherwise, all
authors of that code region are considered responsible.
dateformat¶
dateformat : str = '%d.%m.%Y %H:%M:%S'
MKS2005 for old-style
format).
encoding¶
encoding : str = 'utf-8'
normalize_configuration_paths¶
normalize_configuration_paths : bool = True
#forceJump and #b= entries are removed
from configuration paths which reduces database size considerably, however at the
expense of the possibility that source files cannot be retrieved in the future after
certain changes to branches.
options¶
options : str | None = None
rfilter¶
rfilter : str = 'devpath::mainline'
devpath::mainline or devpath::current or
devpath:MyBranch).
root_project¶
root_project : str | None = None
si projectinfo output.
Automatically detected from workspace when no value is entered.
rootpath¶
rootpath : bauhaus.analysis.config.ProjectRelativePath = '.'
rootpath options have to be set differently. The value of
rootpath must not be outside of
/Project/directory for source code to be visible
in the dashboard and for local_mode to work
correctly.
sandbox_project¶
sandbox_project : bauhaus.analysis.config.ProjectRelativePath | None = None
si sandboxinfo output.
Automatically detected from workspace when no value is entered.
skip_blame¶
skip_blame : bool = False
use_checkpoints¶
use_checkpoints : bool = False
Option Types¶
These types are used by options listed above:
BlameMode¶
Enumeration of possible blame approaches for code regions.all_authors
All authors of a code region are considered responsible.last_author_only
Attribute issues only to the author of the latest change in the code region.