-
Notifications
You must be signed in to change notification settings - Fork 83
[FSSDK-10711] Make use of VUID as an opt-in #950
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
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
6b4f556
chore: update devcontainer config
mikechu-optimizely cc0c730
feat: add enableVuid to ODP options
mikechu-optimizely e1f2ee1
feat: add vuid removal function
mikechu-optimizely f4d5ed5
feat: use enableVuid option in BrowserOdpManager
mikechu-optimizely eed0d9b
doc: update warn when vuid is not enabled
mikechu-optimizely 898c5f5
chore: oops still need jest until merge to `master`
mikechu-optimizely e15702a
chore: grrr remove vitest extensions for now
mikechu-optimizely 763d387
test: fix jest configs in settings.json for VSCode
mikechu-optimizely 005936b
test: cover explicit enablement of vuid
mikechu-optimizely 8aee289
fix: code to pass tests
mikechu-optimizely 9432c63
test: correct failing tests by enableVuid: true
mikechu-optimizely be04392
lint: fixes
mikechu-optimizely 1196193
test: add coverage to VUID
mikechu-optimizely 24e2b36
fix: PR requested updates
mikechu-optimizely 9f1f6b8
refactor: WIP moving VUID out of ODP
mikechu-optimizely 059db4c
refactor: remove remaining vuid from ODP Manager
mikechu-optimizely 8cfb58a
refactor: VuidManager to a standard class from singleton
mikechu-optimizely dd1b434
refactor: ODP managers
mikechu-optimizely e84d353
refactor: WIP init VuidManager from opti client
mikechu-optimizely d85ec98
refactor: handle registerVuid
mikechu-optimizely a24a6af
refactor+doc: make readonly
mikechu-optimizely cbbf028
refactor: remove `this`
mikechu-optimizely 83b997c
test: fixed + associated code corrections
mikechu-optimizely dad3a79
chore: include *.tests.js in jest
mikechu-optimizely 26d962b
test: remove test that's no longer valid
mikechu-optimizely e970500
test: fix them so they run
mikechu-optimizely 4200ff8
fix: PR requested changes
mikechu-optimizely 6991743
chore: another correction to jest config
mikechu-optimizely ec4ae90
fix: PR requested change
mikechu-optimizely 9b7fee0
test: skipping select tests for future PR.
mikechu-optimizely eb48fc8
revert: test changes
mikechu-optimizely 640b67d
test: skip non-critical path tests
mikechu-optimizely 67267f6
doc: Put TODOs on skipped test
mikechu-optimizely 295394a
revert: auto-formatting & doc additions for ref readability
mikechu-optimizely f0d3c22
revert: more auto-format & clean ups (making it dirty again :-)
mikechu-optimizely 339ecfb
revert: even more auto-formatting
mikechu-optimizely ccbdd4e
revert: last few auto-format put back ins
mikechu-optimizely 0c6e57f
revert: missing import
mikechu-optimizely f382071
updates
raju-opti File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"jest.rootPath": "/workspaces/javascript-sdk/packages/optimizely-sdk", | ||
"jest.rootPath": "/workspaces/javascript-sdk", | ||
"jest.jestCommandLine": "./node_modules/.bin/jest", | ||
"jest.autoRevealOutput": "on-exec-error", | ||
"editor.tabSize": 2 | ||
} | ||
"jest.outputConfig": "test-results-based", | ||
"editor.tabSize": 2, | ||
"jest.runMode": "deferred" | ||
} |
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.