-
Notifications
You must be signed in to change notification settings - Fork 20
feat: Add ODP GraphQL Manager and Tests #310
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 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
f7e0138
Initial GraphQLManager tests
mikechu-optimizely 4536719
Correct GraphQLManagerTest.cs
mikechu-optimizely f2b4e79
Add GraphQL manager and supporting entities
mikechu-optimizely 1e579ee
Fully cover json response
mikechu-optimizely d2df4a0
Adding GQLManager interface for testing
mikechu-optimizely 368817f
Tests for common scenarios Swift ref
mikechu-optimizely 728e1a8
Fix compiler error
mikechu-optimizely 5e08827
Refactors
mikechu-optimizely 5909f8e
WIP Handle versions of .NET
mikechu-optimizely 7d35390
Merge branch 'master' into mike/ats-graphql
mikechu-optimizely 5664b75
WebRequest and HttpClient ODP clients
mikechu-optimizely 0e96ee1
Only support NET Standard; Inject & unit test
mikechu-optimizely 3b267f3
Filled unit tests
mikechu-optimizely ed3f049
Copyright notices and ending line
mikechu-optimizely 06a61a5
Corrections and simplifications
mikechu-optimizely 705ce61
Corrections logged messages & supporting tests
mikechu-optimizely 9a7ef8f
Remove excess validations
mikechu-optimizely dd91fce
Add unexpected node; Fix test
mikechu-optimizely 96b84fa
Update OptimizelySDK.Tests/OdpTests/GraphQLManagerTest.cs
mikechu-optimizely 0f444df
Update OptimizelySDK/Odp/Client/OdpClient.cs
mikechu-optimizely 8c74e43
Update OptimizelySDK/Odp/Client/OdpClient.cs
mikechu-optimizely 6866c82
Enhanced error handling and matching tests
mikechu-optimizely 2b2b65d
Add end of file lines
mikechu-optimizely cd4e8f1
Add class internal documentation
mikechu-optimizely d58e683
Add line at EOF
mikechu-optimizely 0ef9849
Merge branch 'master' into mike/ats-graphql
mikechu-optimizely 85b9fd3
Refactoring GraphQLManager
mikechu-optimizely f87d7f7
Refactor OdpClient
mikechu-optimizely c443b52
WIP Code review edits
mikechu-optimizely f57b438
Update doc
mikechu-optimizely 98ad25d
QuerySegmentsParameters Builder
mikechu-optimizely 2d76e3b
Documentation
mikechu-optimizely 20016f9
Document constructors
mikechu-optimizely 76e3e9e
Code review changes
mikechu-optimizely f5fc257
Adjust sync-to-async call methodology
mikechu-optimizely 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
Documentation
- Loading branch information
commit 2d76e3baee78d079be28272b168db74e001ea68c
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
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
9E7A
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.