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/08/08 08:03]
kucerar guarantees
devel:documentation:modules_extras [2019/09/12 09:31]
klementm
Line 5: Line 5:
  
 ===== Developing and releasing ===== ===== Developing and releasing =====
 +<note important>Code contributions missing tests and/or documentation will be rejected. If such code is somehow present in the ''develop'' branch, the ''develop'' is considered unstable and no new releases of the module (and merges into ''master'') can be made.</note>
 +
   * When developing, use our standard gitflow:   * When developing, use our standard gitflow:
     * Branch per feature. Branch naming as usual.     * Branch per feature. Branch naming as usual.
Line 18: Line 20:
     - 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.
     - 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 roles - adding role by node in structure =====
 +Documentation is available here: [[tutorial:adm:automatic-roles-structure-and-attribute|]]
 +
 +===== Status task =====
 +Documentation is available here: [[tutorial:adm:status_task_how_to_set_up|]]
  
 ===== Guarantees of roles can assign their roles to everybody ===== ===== Guarantees of roles can assign their roles to everybody =====
  • by apeterova