Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
devel:documentation:modules_extras [2019/09/12 09:31]
klementm
devel:documentation:modules_extras [2019/09/12 10:50]
fiserp [Developing and releasing]
Line 19: Line 19:
     - If the pull request is OK, repo admin merges it.     - If the pull request is OK, repo admin merges it.
     - Repo admin creates a new release in GitHub interface, version is set to ''X.Y.Z'' to correspond with version set in project sources.     - Repo admin creates a new release in GitHub interface, version is set to ''X.Y.Z'' to correspond with version set in project sources.
 +    - Repo admin pushes release into BCV Nexus.
     - After release, repo admin makes changes on the ''develop'' branch: upps module version to ''X(+1).Y(+1).Z(+1)-SNAPSHOT'' in the ''pom.xml'' and ''package.json''. What the next version of the module will be is up to discussion preceding the release.     - After release, repo admin makes changes on the ''develop'' branch: upps module version to ''X(+1).Y(+1).Z(+1)-SNAPSHOT'' in the ''pom.xml'' and ''package.json''. What the next version of the module will be is up to discussion preceding the release.
  
 ===== Virtual system import LRT ===== ===== Virtual system import LRT =====
 Documentation is available here: [[tutorial:adm:systems_-_import_of_data_from_csv|]] Documentation is available here: [[tutorial:adm:systems_-_import_of_data_from_csv|]]
 +
 +===== Automatic role definitions - Import of data from CSV LRT =====
 +Documentation is available here: [[tutorial:adm:automatic_role_definitions_-_import_of_data_from_csv|]]
 +
 +===== Assign roles to contract EAV - Import of data from CSV LRT =====
 +Documentation is available here: [[tutorial:adm:assign_roles_to_contract_-_import_of_data_from_csv|]]
 +
 +===== Roles - Import of data from CSV LRT =====
 +Documentation is available here: [[tutorial:adm:roles_-_import_data_from_csv|]]
  
 ===== Automatic roles - adding role by node in structure ===== ===== Automatic roles - adding role by node in structure =====
Line 41: Line 51:
 Other thing you need to do is to enable service ExtrasIdmConceptRoleRequestService. This service is by default turned off in extras module. Other thing you need to do is to enable service ExtrasIdmConceptRoleRequestService. This service is by default turned off in extras module.
 Go to your project modul and create new service which will inherit from ExtrasIdmConceptRoleRequestService and add annotation Primary and Service Go to your project modul and create new service which will inherit from ExtrasIdmConceptRoleRequestService and add annotation Primary and Service
 +
 +===== Report Compare values in IdM with values in system =====
 +Report will compare value of attributes with connected system. Connected system does not need to be in read only.
 +More information is available here: [[tutorial:adm:report_compare_value_idm_to_system|]]
  • by sourek