- Notifications
You must be signed in to change notification settings - Fork4
Support load snapshot#140
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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.
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
src/AzureAppConfigurationImpl.ts:946
- Ensure that the logic for handling snapshot selectors, including the error conditions, is covered by tests.
if (selector.snapshotName) {bc3cdae to1f41e0dCompareUh oh!
There was an error while loading.Please reload this page.
Merge main to preview
…avaScriptProvider into zhiyuanliang/select-snapshot
…re/AppConfiguration-JavaScriptProvider into zhiyuanliang/select-snapshot
…ScriptProvider into zhiyuanliang/select-snapshot
…ScriptProvider into zhiyuanliang/select-snapshot
juniwang commentedMay 15, 2025
the impl looks good to me. Should we add or update our test cases to cover snapshot? |
zhiyuanliang-ms commentedMay 15, 2025
@juniwang Do you mean add more testcases? |
juniwang commentedMay 15, 2025
yes |
…ScriptProvider into zhiyuanliang/select-snapshot
Uh oh!
There was an error while loading.Please reload this page.
ddd19e0 intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
New API:
Allow to use snapshot selector to load key value or feature flags
Note, for expilicity, if a snapshot contains feature flag, the feature flags will only be loaded when the snapshot is used for
featureFlagOptions.selectorsThis implementation is the same as kubernetes providerref andref