-
Notifications
You must be signed in to change notification settings - Fork 296
Hot Chocolate 15 Migration #2348
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
50 commits
Select commit
Hold shift + click to select a range
c0d1266
Started Migration to Hot Chocolate 14
michaelstaib ac8b980
Merge branch 'main' into mst/version-14
michaelstaib 02b40e5
Merge branch 'main' into mst/version-14
michaelstaib 6842c64
Use 14.3
michaelstaib cc214c1
Added more fixes
michaelstaib 4956199
Reworked status code handling
michaelstaib 4910c5d
Lots of small fixes
michaelstaib acada28
Fixed more compile issues
michaelstaib d0116de
Fixed more compile issues
michaelstaib c7df3c3
Put nuget.config back into place
michaelstaib 0eef325
Fixed Formatting issues.
michaelstaib 8c8c496
Removed utils function that was not needed.
michaelstaib 3381e68
Updated HC to 15
michaelstaib 22712b3
Refactord filter type creation
michaelstaib c0e52d1
Fixes several issues with directives.
michaelstaib 2751e0b
Fixes compile issue MultiSourceQueryExecutionUnitTests
michaelstaib 225771e
Fixed issue where the path was wrongly handled.
michaelstaib af703c5
Merge branch 'main' into mst/version-14
michaelstaib ce251b6
Fixed compile errors
michaelstaib 6af755a
Fixed Formatting
michaelstaib 33c3f56
Updated Packages
michaelstaib 234bc71
Fixed issues with metadata key
michaelstaib 25d2e5f
Fixed a couple of comments
michaelstaib 542b926
Fixed a couple of comments
michaelstaib 4367e3a
minor changes
michaelstaib 428dc8b
updated to 15.1 final
michaelstaib 4741cf4
Fixed more issues.
michaelstaib 97cc3b8
Merge branch 'main' into mst/version-14
michaelstaib 9857bfa
Added HotChocolate Telemetry
michaelstaib f782d35
Merge branch 'main' into mst/version-14
michaelstaib 2f23720
formatting
michaelstaib 6a3a1e0
Merge branch 'main' into mst/version-14
Aniruddh25 cef4594
Update Nuget.config
Aniruddh25 3fabe65
Merge main and resolve conflicts
Aniruddh25 411a289
Added legacy client handling
michaelstaib aa26735
Merge branch 'main' into mst/version-14
michaelstaib 4728e47
Added review suggestion.
michaelstaib b9b342a
Added back nuget config.
michaelstaib 4ccaa95
Fixed batch auth
michaelstaib ce23f99
Merge branch 'main' into mst/version-14
Aniruddh25 0d518cc
address comments
Aniruddh25 e7c366f
Ignore EnableLegacyDateTimeScalar in snapshot testing
Aniruddh25 f09a24d
fix build errors for until we investigate if we need additional Graph…
Aniruddh25 766630d
Fix renamed nuget.config
Aniruddh25 77d2eb5
Remove unnecessary reference
Aniruddh25 34d6752
Fix unit tests
Aniruddh25 54dcdfc
Check for IsClientError before setting locations to empty
Aniruddh25 3c25bad
Remove unnecessary comment
Aniruddh25 76e8fd2
Ignore all the HotReload tests for now due to flakiness
Aniruddh25 2700a51
Ignore 3 specific hot reload tests
Aniruddh25 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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| namespace HotChocolate; | ||
|
|
||
| internal static class DabPathExtensions | ||
Aniruddh25 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| { | ||
| public static int Depth(this Path path) | ||
| => path.Length - 1; | ||
|
|
||
| public static bool IsRootField(this Path path) | ||
| => path.Parent.IsRoot; | ||
| } | ||
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.