GitLab Sourcegraph integration
We'd like to have search across all our packages and all our GitLab projects (GitLab advanced search is tracked in #159 (closed)). One of the more advanced options out there would be sourcegraph which provides both, a free basic community version as well as an advanced enterprise version.
- example search: https://sourcegraph.com/search
- Tour: https://docs.sourcegraph.com/getting-started/tour
sourcegraph.com Features:
- Use regular expressions and exact queries to perform full-text searches.
- Perform language-aware structural search on code structure.
- Search any branch and commit, with no indexing required.
- Search commit diffs and commit messages to see how code has changed.
- Narrow your search by repository and file pattern.
- Smart Search query assistant.
- Use search contexts to search across a set of repositories at specific revisions.
- Curate saved searches for yourself or your org.
- Use code monitoring to set up notifications for code changes that match a query.
- View language statistics for search results.
Tasks
- investigate into sourcegraph and its setup plus peak into the enterprise features.
- If we are happy about that solution, the PL should reach out to sourcegraph and try to secure some sponsoring.