Skip to content

Expose CI include links

Furkan Ayhan requested to merge 344937-expose-include-links-2 into master

What does this MR do and why?

We want to show included files on the CI Linter page. To do that, backend needs to send this information to frontend via the ciConfig result.

In this MR, I removed the merged_yaml attribute from Ci::Pipeline and added config_metadata instead. This will store all on-the-fly config metadata.

Related to #344937 (closed)

This MR is based on !81982 (merged).

Screenshots or screen recordings

Screen_Shot_2022-04-26_at_19.09.48

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Furkan Ayhan

Merge request reports