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

feat(bec_lib): added option to combine yaml files

wakonig_k requested to merge feature/bec_yaml_loader into main

Description

Added yaml_load with support for !include tags within yaml files. This enables users to embed yaml files in other yaml files.

Related Issues

closes #275 (closed)

Type of Change

  • Added yaml_load
  • Added tests
  • Updated docs

Definition of Done

  • Documentation is up-to-date.
Edited by wakonig_k

Merge request reports