Add support for using topics to select repositories references in Search Contexts
Why?
The current model of defining include/exclude lists is cumbersome. Whilst it supports wildcard (*) characters it still relies on the user "knowing" which URLs they want to include.
By adding support for topics, the user only has to known which topic they wish to use, and Sourcebot takes care of identifying the underlying repos that are in-scope.
N.B Corresponding PR incoming :)
Add support for using
topicsto select repositories references in Search ContextsWhy?
The current model of defining
include/excludelists is cumbersome. Whilst it supports wildcard (*) characters it still relies on the user "knowing" which URLs they want to include.By adding support for
topics, the user only has to known whichtopicthey wish to use, and Sourcebot takes care of identifying the underlying repos that are in-scope.N.B Corresponding PR incoming :)