Skip to content

Template creator update

Michal Drobňák requested to merge (removed):template-creator-update into master

Added help pages for the template creator.

Changed template timeline functionality:

  • Template timeline no longer displays non-delta stages.
  • Timeline allows moving stages past their child stages but colors the dependency to red to imply that it's incorrect.
  • Edges are displayed even for transitive dependencies when there are non-delta stages in between delta stages, for example:
    • D represents a delta node and N represents non-delta node.
    • D -> N -> D in the dependency tree will be displayed as D -> D in the timeline.

Merge request reports