Uh oh!
There was an error while loading. Please reload this page.
DVC-8772 chore: filter prompts for overrides - #284
Merged
Conversation
suthar26
commented
Sep 11, 2023
ContributorAuthor
Current dependencies on/for this PR: This comment was auto-generated by Graphite. |
suthar26force-pushed
the
DVC-8772-show-useful-information
branch
3 times, most recently
from
September 11, 2023 16:20
328f029 to
220313cCompare| value: feature | ||
| }) | ||
| } | ||
| return autocompleteSearch(choices, search) |
Contributor
ContributorAuthor
There was a problem hiding this comment.
this is the same thing that happens when you create a project with no features and do feature update the list is empty.. couldn't find a way to make it not not execute here without making an extra call to the api
Contributor
There was a problem hiding this comment.
just escape early, if no results found then return and say No Overrides found to be cleared. with an info print
suthar26force-pushed
the
DVC-8772-show-useful-information
branch
5 times, most recently
from
September 11, 2023 18:45
afe5b15 to
c2b94aeComparesuthar26force-pushed
the
DVC-8772-show-useful-information
branch
from
September 11, 2023 18:49
c2b94ae to
214fa83Comparechantalchung
approved these changes
Sep 11, 2023
jonathannorris added a commit
that referenced
this pull request
Aug 5, 2026
* chore: resolve open dependabot security alerts - brace-expansion ^1.1.16 -> ^1.1.18 (high, alerts #285/#286) - brace-expansion ^2.1.2 -> ^2.1.4 (high, alerts #282/#287) - undici ^7.28.0 -> ^7.29.0 (medium/high, alerts #289-#293) - ip-address ^10.1.1 -> ^10.3.1 (medium/high, alerts #283/#284/#294) - hono ^4.12.25 -> ^4.12.34 (medium, alert #295) - fast-uri ^3.1.4 -> ^3.1.5 (high, alert #288) - wrangler ~4.116.0 (via miniflare 4.20260730.0 -> sharp 0.35.2, high, alert #276) * chore: exclude @img/sharp-libvips-linux-x64@1.3.1 from license check
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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.


Uh oh!
There was an error while loading. Please reload this page.