-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat]: [CDS-73030]: Support for text based branch filtration #260
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i have a few questions.
what do you expect the search term to look like ? do we need to encode that search term differently for each scm provider ?
why dont you just use the url operation that is part of the listBranches ?
why is it named v2 , this has no meaning
|
Have added code for supporting text based branch filtration for the following git providers:
Note: Github does not provide support for text based search.
Have tested out string based search all the above providers. For the other drivers that implement the GitService interface, have called the listBranches method which means that its not filtering based on any branch being passed.