6.1.4.4. EASEE

Integration with eASEE

Support for eASEE.

VCSIntegration EASEE does not support blame information at all.

Options

The following places define options that affect this rule: VCSIntegration, Project-GlobalOptions

basicauth

basicauth : str = 'None (value must be set)'

HTTP Basic Authententication header to use for eASEE web service.

This can be created with helper tool easee_basicauth.

 

db_instance

db_instance : str = 'None (value must be set)'

eASEE database instance to use for the project.
 

encoding

encoding : str = 'utf-8'

Encoding of files in the repository.
 

ews_url

ews_url : str = 'http://localhost:65280/easee-get/'

Base URL where the eASEE web service listens for login and get requests.
 

rootpath

rootpath : bauhaus.analysis.config.ProjectRelativePath = '.'

Repository root for this VCS instance. If more than one VCS rule is activated, all their 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.
 

skip_blame

skip_blame : bool = False

Does not run blame operations with this VCS if this option is set to true.