Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

fix: static device test should use yaml_load

wakonig_k requested to merge fix/yaml_load into main

Description

Static device test should use bec_lib's yaml_load function instead of directly using yaml.safe_load to also support nested yaml files.

Definition of Done

  • Documentation is up-to-date.

Merge request reports