Skip to content

Cleanup index_nuget_symbol_files feature flag

What does this MR do and why?

In Add service to index nuget symbol files (!131567 - merged), we added the needed services to index the NuGet symbol files (.pdb) so that they can be utilized by the interested clients (such as Visual Studio) in debugging purposes.

The feature was behind the index_nuget_symbol_files feature flag. The global rollout of the feature flag is done and the indexing feature works as expected on gitlab.com.

In this MR, we release the feature by cleaning up the occurrences of the feature flag in the code.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

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

Related to #416177 (closed)

Edited by Moaz Khalifa

Merge request reports