2022.11.x
Indexed Models
In this release, we reorganized the Indexed Models page (formerly known as Indexed Models). To migrate existing Git connections to the recent version, please do the following:
Ensure that the existing Git servers have been correctly transferred to the External Servers section of the Model Warehouse Profile. Use the function Ping external server to ensure that connection and authentication are set up correctly:
In the updated Indexed Models page, the branches to be synchronized must be defined from scratch. To add a branch, hit the Add Config button, select the Git server(s) and the desired branch. Repeat this for every branch of every Git repository supposed to be synchronized via the index:
Abbreviated Link Format
In this release, we have introduced an abbreviated link format for source code links. It replaces the previous, JSON-based format, which is still readable from the plug-ins. To use the abbreviated link format:
if you are using the Eclipse plug-in, upgrade it to 2022.11.1 via the Get Plug-Ins functionality. (A corresponding VSCode plug-in will be provided soon)
Configure the link format in the Source Code Links section of the Model Warehouse Profile.
There is a default link format for links to Smartfacts-internal elements, which produces the following links:
where
@(' ')
represents the language-specific comment pattern,oslc://
the global prefix,Elaborates
is an example of the link type,SUV2.6
denotes the unit name, andEL-40dc...
is the smartfacts ID of the referenced element.To enable abbreviated link format for a specific codebeamer instance, add the following into the root-level
templates
array:
Replace genoslc
with an arbitrary short identifier and the baseUrl
value with the genoslc codebeamer instance you want to work with. It is possible to maintain multiple codebeamer instances in parallel.
Add Comment