-
-
Notifications
You must be signed in to change notification settings - Fork 748
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
Update ActivityScopes.cs #6635
Update ActivityScopes.cs #6635
Conversation
add missing Option DataLoaderBatch to All
HotChocolate.Data.Spatial.Filters.QueryableFilterVisitorTouchesTests.Create_Touches_Query [FAIL] |
[FAIL] |
HotChocolate.Subscriptions.Postgres.BackgroundTaskTests.RunContinuously_Should_WaitForASecond_When_HandlerThrowsException [FAIL] |
StrawberryShake.CodeGeneration.CSharp.Integration.StarWarsTypeNameOnUnions.StarWarsTypeNameOnUnionsTest.Execute_StarWarsTypeNameOnUnions_Test [FAIL] |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6635 +/- ##
==========================================
- Coverage 78.98% 78.21% -0.78%
==========================================
Files 2903 2935 +32
Lines 139771 141665 +1894
==========================================
+ Hits 110397 110801 +404
- Misses 29374 30864 +1490
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Thank you for the fix |
HotChocolate.Types.BsonTypeTests.Input_Value_BsonDocument_As_Variable [FAIL] |
HotChocolate.AspNetCore.Authorization.AuthorizationHandlerTests.Authorize(authResult: PolicyNotFound) [FAIL] |
HotChocolate.Data.Filters.QueryableFilteringExtensionsTests.Test [FAIL] |
HotChocolate.Data.Filters.QueryableFilterVisitorStringTests.Create_NullableStringNoContains_Expression [FAIL] |
HotChocolate.Data.Filters.QueryableFilterVisitorExpressionTests.Create_CollectionLengthExpression [FAIL] |
HotChocolate.Data.QueryableFilterVisitorComparableTests.Create_ShortNullableNotLowerThan_Expression [FAIL] |
HotChocolate.Data.UseDbContextTests.DbContext_ResolverExtension_Missing_DbContext [FAIL] |
HotChocolate.Data.Projections.QueryableProjectionSortingTests.Create_ListObjectDifferentLevelProjection_Nullable [FAIL] |
HotChocolate.Data.Neo4J.Filtering.Neo4JFilterComparableTests.Short_NotLowerThanOrEquals [FAIL] |
HotChocolate.Fusion.DemoIntegrationTests.Authors_And_Reviews_Query_GetUserById_With_Invalid_Id_Value [FAIL] |
HotChocolate.AspNetCore.HttpGetSchemaMiddlewareTests.Download_GraphQL_Types_SDL_Type_Not_Found [FAIL] |
HotChocolate.Data.Filters.QueryableFilterVisitorComparableTests.Create_ShortNotIn_Expression [FAIL] |
HotChocolate.Types.Relay.NodeFieldSupportTests.Node_Resolve_Implicit_Custom_IdField [FAIL] |
HotChocolate.Data.Raven.QueryableProjectionSortingTests.Create_DeepFilterObjectTwoProjections_Nullable [FAIL] |
HotChocolate.Types.Spatial.GeoJsonMultiLineStringTypeTests.MultiLineString_Execution_With_Fragments [FAIL] |
HotChocolate.Data.MongoDb.Filters.MongoDbFilterVisitorObjectTests.Create_ArrayObjectNestedArrayAnyStringEqual_Expression [FAIL] |
StrawberryShake.CodeGeneration.CSharp.Integration.StarWarsTypeNameOnInterfaces.StarWarsTypeNameOnInterfacesTest.Execute_StarWarsTypeNameOnInterfaces_Test [FAIL] |
HotChocolate.Execution.MiddlewareContextTests.AccessVariables_Fails_When_Variable_Not_Exists [FAIL] |
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [HotChocolate.AspNetCore](https://chillicream.com/) ([source](https://github.com/ChilliCream/graphql-platform)) | `13.6.0` -> `13.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.AspNetCore/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.AspNetCore/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.AspNetCore/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.AspNetCore/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [HotChocolate.AspNetCore.CommandLine](https://chillicream.com/) ([source](https://github.com/ChilliCream/graphql-platform)) | `13.6.0` -> `13.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.AspNetCore.CommandLine/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.AspNetCore.CommandLine/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.AspNetCore.CommandLine/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.AspNetCore.CommandLine/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ChilliCream/graphql-platform (HotChocolate.AspNetCore)</summary> ### [`v13.6.1`](https://github.com/ChilliCream/graphql-platform/releases/tag/13.6.1) [Compare Source](https://github.com/ChilliCream/graphql-platform/compare/13.6.0...13.6.1) ##### What's Changed - Improve allocations from `JsonResultFormatter` by [@​PascalSenn](https://github.com/PascalSenn) in [https://github.com/ChilliCream/graphql-platform/pull/6636](https://github.com/ChilliCream/graphql-platform/pull/6636) - Update ActivityScopes.cs by [@​gkfischer](https://github.com/gkfischer) in [https://github.com/ChilliCream/graphql-platform/pull/6635](https://github.com/ChilliCream/graphql-platform/pull/6635) **Full Changelog**: ChilliCream/graphql-platform@13.6.0...13.6.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/apollographql/subgraph-csharp-hotchocolate-annotation). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [HotChocolate.Abstractions](https://chillicream.com/) ([source](https://github.com/ChilliCream/graphql-platform)) | `13.6.0` -> `13.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.Abstractions/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.Abstractions/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.Abstractions/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.Abstractions/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [HotChocolate.AspNetCore](https://chillicream.com/) ([source](https://github.com/ChilliCream/graphql-platform)) | `13.6.0` -> `13.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.AspNetCore/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.AspNetCore/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.AspNetCore/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.AspNetCore/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [HotChocolate.AspNetCore.Authorization](https://chillicream.com/) ([source](https://github.com/ChilliCream/graphql-platform)) | `13.6.0` -> `13.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.AspNetCore.Authorization/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.AspNetCore.Authorization/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.AspNetCore.Authorization/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.AspNetCore.Authorization/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [HotChocolate.Data](https://chillicream.com/) ([source](https://github.com/ChilliCream/graphql-platform)) | `13.6.0` -> `13.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.Data/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.Data/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.Data/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.Data/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [HotChocolate.Data.EntityFramework](https://chillicream.com/) ([source](https://github.com/ChilliCream/graphql-platform)) | `13.6.0` -> `13.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.Data.EntityFramework/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.Data.EntityFramework/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.Data.EntityFramework/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.Data.EntityFramework/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [HotChocolate.Types](https://chillicream.com/) ([source](https://github.com/ChilliCream/graphql-platform)) | `13.6.0` -> `13.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.Types/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.Types/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.Types/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.Types/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ChilliCream/graphql-platform (HotChocolate.Abstractions)</summary> ### [`v13.6.1`](https://github.com/ChilliCream/graphql-platform/releases/tag/13.6.1) [Compare Source](https://github.com/ChilliCream/graphql-platform/compare/13.6.0...13.6.1) ##### What's Changed - Improve allocations from `JsonResultFormatter` by [@​PascalSenn](https://github.com/PascalSenn) in [https://github.com/ChilliCream/graphql-platform/pull/6636](https://github.com/ChilliCream/graphql-platform/pull/6636) - Update ActivityScopes.cs by [@​gkfischer](https://github.com/gkfischer) in [https://github.com/ChilliCream/graphql-platform/pull/6635](https://github.com/ChilliCream/graphql-platform/pull/6635) **Full Changelog**: ChilliCream/graphql-platform@13.6.0...13.6.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/orso-co/Orso.Arpa.Api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [HotChocolate](https://chillicream.com/) ([source](https://github.com/ChilliCream/graphql-platform)) | `13.6.0` -> `13.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [HotChocolate.AspNetCore](https://chillicream.com/) ([source](https://github.com/ChilliCream/graphql-platform)) | `13.6.0` -> `13.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.AspNetCore/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.AspNetCore/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.AspNetCore/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.AspNetCore/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [HotChocolate.AspNetCore.CommandLine](https://chillicream.com/) ([source](https://github.com/ChilliCream/graphql-platform)) | `13.6.0` -> `13.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/HotChocolate.AspNetCore.CommandLine/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/HotChocolate.AspNetCore.CommandLine/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/HotChocolate.AspNetCore.CommandLine/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/HotChocolate.AspNetCore.CommandLine/13.6.0/13.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ChilliCream/graphql-platform (HotChocolate)</summary> ### [`v13.6.1`](https://github.com/ChilliCream/graphql-platform/releases/tag/13.6.1) [Compare Source](https://github.com/ChilliCream/graphql-platform/compare/13.6.0...13.6.1) ##### What's Changed - Improve allocations from `JsonResultFormatter` by [@​PascalSenn](https://github.com/PascalSenn) in [https://github.com/ChilliCream/graphql-platform/pull/6636](https://github.com/ChilliCream/graphql-platform/pull/6636) - Update ActivityScopes.cs by [@​gkfischer](https://github.com/gkfischer) in [https://github.com/ChilliCream/graphql-platform/pull/6635](https://github.com/ChilliCream/graphql-platform/pull/6635) **Full Changelog**: ChilliCream/graphql-platform@13.6.0...13.6.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/apollographql/federation-hotchocolate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
add missing Option DataLoaderBatch to All