This repository was archived by the owner on Sep 30, 2024. It is now read-only.
(feat): add universal "repo:has.meta" search filter syntax#52150
Merged
Conversation
Contributor
|
Codenotify: Notifying subscribers in CODENOTIFY files for diff 0f08208...3a7a761.
|
Collaborator
Bundle size report 📦
Look at the Statoscope report for a full comparison between the commits 3a7a761 and 841e5c6 or learn more. Open explanation
|
Contributor
toolmantim
approved these changes
May 18, 2023
toolmantim
left a comment
Contributor
There was a problem hiding this comment.
👍🏼 on the new API at a glance (someone else would need to review the code)
camdencheek
reviewed
May 18, 2023
….key(), has.meta.tag()" respectively
…key:)" filter (chore): remove "has.meta.key(), has.meta.tag()" filters in favor of "has.meta()"
1202d5b to
4a23a82
Compare
… for back compat and mark them deprecated
4a23a82 to
bf9144e
Compare
camdencheek
approved these changes
May 18, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of https://github.com/sourcegraph/pr-faqs/issues/96.
This PR:
has.meta(key:value)search filter. It works for all previous use-cases:repo:has(key:value)->repo:has.meta(key:value)repo:has.tag(key)->repo:has.meta(key:)repo:has.key(key)->repo:has.meta(key)repo:has(),repo:has.key()andrepo:has.tag()as deprecatedTest plan
sg startrepository-metadatafeature flagDemo
Screen.Recording.2023-05-18.at.18.56.59.mov