-
Notifications
You must be signed in to change notification settings - Fork 37
[FSSDK-9494] Bug bash & fixes #214
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
77 commits
Select commit
Hold shift + click to select a range
558b0a9
Remove devcontainer comments
mikechu-optimizely 6f8aa75
Testing bug bash devcontainer config
mikechu-optimizely d83ba72
Remove the separate dev container conf
mikechu-optimizely cbb4845
Add setup & exec as npm scripts
mikechu-optimizely 674b50c
Merge branch 'master' into mike/bug-bash
mikechu-optimizely 772fdd4
Use LF by default when in devcontainer
mikechu-optimizely 2eac90f
Update jest config
mikechu-optimizely a5df270
Update JS SDK via yarn.lock
mikechu-optimizely 7d8d053
Convert to TS for bug bash
mikechu-optimizely 75fc610
Prompt for SDK key for the bug bash
mikechu-optimizely 4bf5c51
Ignore the .env file
mikechu-optimizely cca1084
Enhance setup.sh
mikechu-optimizely 41c0e41
Conditionally npm
mikechu-optimizely 6d67dfe
Change back to scripty .js
mikechu-optimizely b014634
Add boilerplate React bug-bash/app
mikechu-optimizely 7d84ab0
Update setup.sh to install + run React app
mikechu-optimizely 803a6ee
Update npm script to run bug-bash
mikechu-optimizely b72491c
Simplify setup.sh
mikechu-optimizely 0c41798
Simplify the react app
mikechu-optimizely 835911b
WIP: Update App + use local @optimizely/react-sdk
mikechu-optimizely 4dc1db5
Add local React & dotenv
mikechu-optimizely a14a677
Update setup script
mikechu-optimizely 52de93b
Remove dotenv
mikechu-optimizely a89ad2c
WIP bring .env values in
mikechu-optimizely 07ecfe4
Complete WIP on reading SDK from .env
mikechu-optimizely 2eb812c
Transfer @rafinutshaw-optimizely's work in
mikechu-optimizely 88df778
Small style fix
mikechu-optimizely df3e319
Minor semantic HTML changes
mikechu-optimizely 43cf5ad
A bunch'o NITs for my comfort
mikechu-optimizely 55d55fd
Rename bug-bash setup & add run
mikechu-optimizely 1d29b80
Ensure shell scripts use LF line endings
mikechu-optimizely d4f75a6
WIP testing & refactoring tests
mikechu-optimizely f88d129
Better doc & UI + Refactors
mikechu-optimizely dc4485b
Move Decision; Finish refactor existing tests
mikechu-optimizely 381c42a
Add more tests based on spreadsheet\
mikechu-optimizely c55cb44
Add sendOdpEvent tests
mikechu-optimizely 5a0c9c8
Last bits of documentation
mikechu-optimizely 659e936
Update to use js sdk 5.0.0-beta4
mikechu-optimizely 8d91b30
WIP test updates
mikechu-optimizely 1f26f39
Update path to logging
mikechu-optimizely 4ca21b6
Update bug bash to package-lock.json
mikechu-optimizely 9f4c00c
Add @types/uuid 🤔
mikechu-optimizely ec875cd
Use /lib/ instead of /dist/ from JS SDK
mikechu-optimizely 03f4779
Reset for other bashers
mikechu-optimizely 47460ef
Add more documentation
mikechu-optimizely 04dc93f
Upgrade vulnerable tough-cookie to v4.1.3
mikechu-optimizely 07b779e
Add "repository" field to package.json
mikechu-optimizely c997ba2
Add `useContext` documentation from...
mikechu-optimizely 0cc6b3d
Add EOF lines
mikechu-optimizely aaf637c
Merge branch 'master' into mike/bug-bash
mikechu-optimizely 0e59549
Remove React.StrictMode
mikechu-optimizely 4ebbb43
Remove Vite icon ref
mikechu-optimizely 814d54e
Add decision button to change userId
mikechu-optimizely 5667758
Remove variationKey validation
mikechu-optimizely 4cd67ed
Upgrade to JS SDK 5.0.0-beta5
mikechu-optimizely 3a958b8
Fix references to remove /lib
mikechu-optimizely 25befbf
WIP: Fixing getLogger ref from JS 5-beta5
mikechu-optimizely 4a49829
Explicitly optimizeDep-endcy JS SDK
mikechu-optimizely 8977fd7
Export OptimizelySegmentOption from JS SDK
mikechu-optimizely 518fc86
Use OptimizelySegmentOption from React SDK export
mikechu-optimizely 727d7b5
Update bug bash package-lock
mikechu-optimizely 3dae9cf
Remove optimizeDeps from viteconfig
mikechu-optimizely 7aac7f3
Add test comment
mikechu-optimizely e6c86a3
Changed optimizelyClient init location in BB app
mikechu-optimizely 5f9bef3
Add VSCode launch.json
mikechu-optimizely d9ccb9d
Add conditional to auto fetchQualifiedSegments
mikechu-optimizely 4dad16f
Merge branch 'master' into mike/bug-bash
dc8b25b
Merge branch 'master' into mike/bug-bash
b9c4a72
Format .vscode files
5513283
Leave out tough-cookie dep
d8a4708
Minor clean ups
0bb360b
Update package-json
0846634
PR review change
ec6602e
Remove bug bash app
f44ab78
Refinement of PR request
61fcfbd
PR correction
90a50a6
Remove VSC lauch.json since no bug-bash
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,7 +1,5 @@ | ||
{ | ||
"jest.autoRun": { | ||
"onStartup": ["all-tests"] | ||
}, | ||
"jest.jestCommandLine": "./node_modules/.bin/jest", | ||
"jest.autoRevealOutput": "on-exec-error" | ||
} | ||
} |
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
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.