Skip to content

Revert "New Repository#insights_config method"

Rémy Coutable requested to merge revert-b24c0c8d into master

This reverts https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26183.

What does this MR do?

Since we changed the Insights config path to be '.gitlab/insights.yml', the Repository#insights_config wouldn't return the config file since Repository#file_on_head can only return files that are at the root of the repo.

Let's revert this MR and I'll use another way of fetching the file with Repository#blob_data_at instead.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Rémy Coutable

Merge request reports