Skip to content

Collect included files on CI pipeline creation

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

What does this MR do and why?

In &7064, 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 (#344937 (closed)).

  • Step 1: In this MR, we only collect this data in a metadata method of CI Config.
  • Step 2: In the next iteration, we'll pass this information to the GraphQL endpoint.

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