-
Notifications
You must be signed in to change notification settings - Fork 189
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
Feed code search results into variant analysis repo lists #2439
Conversation
302f966
to
4d9e8d9
Compare
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.
This is looking really good! I've also tried it locally and it worked 🎉 I have some comments/questions but they're all pretty small.
What is the plan in terms of releasing? Are we planning to release as is? If so, then we'll need to update the CHANGELOG. If we want to keep it unveiled until we implement progress notifications etc. then it might be worth feature flagging it (or just setting the command visibility to false
for now)
extensions/ql-vscode/test/unit-tests/databases/config/db-config-store.test.ts
Outdated
Show resolved
Hide resolved
extensions/ql-vscode/test/unit-tests/databases/config/db-config-store.test.ts
Outdated
Show resolved
Hide resolved
extensions/ql-vscode/test/vscode-tests/minimal-workspace/databases/db-panel-rendering.test.ts
Show resolved
Hide resolved
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.
🚢
Sorry I only just thought about it :( we should add an entry in the CHANGELOG, for this awesome feature! |
This PR adds the option to feed code search results directly to an existing variant analysis repositories list. By entering a code language and a search query that can be developed and refined using the GitHub Code Search UI the user can now feed results directly into a MRVA list.
Additionally this PR introduces a restriction on list size. When using the new code search or adding a repo using the UI actions only up to 1000 items will be stored on a list. This restriction can be circumvented by adding repos to the config json directly and is not enforced with validation.
Checklist
ready-for-doc-review
label there.