Step 3: Version Control for Snippets: Search in snippet repositories (MVP)
Important: All the new functionality must be implemented behind the feature flag :version_snippets
. Besides, it has to be scoped for projects. Therefore, instead of checking if the feature flag is enabled or not (Feature.enabled?(:version_snippets)
), we will check if the feature flag is enabled for specific projects (Feature.enabled?(:version_snippets, project)
). This way, for testing purposes, we can enable the feature flag on the project gitlab-org/gitlab
for example, instead of enabling it globally.
We need to adapt the current snippet search functionality to perform the search in snippet repositories. The challenge here is the number of repositories we might need to search in. We also need to include this new functionality in ElasticSearch.
The MVP would be to:
- Remove "Snippet Contents" search
- Change "Titles and Filenames" tab to be renamed to "Titles, Descriptions and Filenames" tab.
This page may contain information related to upcoming products, features and functionality. It is important to note that the information presented is for informational purposes only, so please do not rely on the information for purchasing or planning purposes. Just like with all projects, the items mentioned on the page are subject to change or delay, and the development, release, and timing of any products, features, or functionality remain at the sole discretion of GitLab Inc.