-
Notifications
You must be signed in to change notification settings - Fork 11
Comparing changes
Open a pull request
base repository: graphql-aspnet/graphql-aspnet
base: v1.2.7
head repository: graphql-aspnet/graphql-aspnet
compare: master
- 19 commits
- 127 files changed
- 2 contributors
Commits on Nov 21, 2023
-
Fix test server build race condition (#134) (#135)
* Bug fix: Race condition when building using multiple build servers (#134) * Ensure the SchemaItemPath.EnsurePathInitialized() method is only setting _pathInitialized when path is fully initialized.
Configuration menu - View commit details
-
Copy full SHA for e473c5f - Browse repository at this point
Copy the full SHA e473c5fView commit details -
Optional message on "NotFound" Graph Result (#136)
* made the error message on "NotFound" optional
Configuration menu - View commit details
-
Copy full SHA for 90cca98 - Browse repository at this point
Copy the full SHA 90cca98View commit details -
Bug: Records as OBJECT types, [GraphType] on structs (#137)
* Fixed an issue where records could not be used as objects in some cases
Configuration menu - View commit details
-
Copy full SHA for b802963 - Browse repository at this point
Copy the full SHA b802963View commit details -
Bug: Fixed down-level resolver isolation Issues (#138)
* fixed bug with down-level controllers not isolating properly in some configuration cases
Configuration menu - View commit details
-
Copy full SHA for 027adde - Browse repository at this point
Copy the full SHA 027addeView commit details -
BUG: TypeExpression type names on TypeExtensions (#139)
* Fixed a bug with type expression naming on extension fields
Configuration menu - View commit details
-
Copy full SHA for 06075c6 - Browse repository at this point
Copy the full SHA 06075c6View commit details
Commits on Nov 23, 2023
-
* added support for a .NET 8 targeted build * centralized common csproj elements for test projects * bumped stylecop version to include records linting
Configuration menu - View commit details
-
Copy full SHA for 1f03f57 - Browse repository at this point
Copy the full SHA 1f03f57View commit details
Commits on Nov 24, 2023
-
Updated star wars .NET 8.0 project (#140)
* Fixed visual studio launch text * Converted from startup.cs to program.cs launch style
Configuration menu - View commit details
-
Copy full SHA for 8ae48c9 - Browse repository at this point
Copy the full SHA 8ae48c9View commit details
Commits on Dec 10, 2023
-
Add SchemaInjectorCollection per ServiceCollection (#144) (#145)
* Fixed #144 race condition when calling AddGraphQL multiple times before UseGraphQL is called
Configuration menu - View commit details
-
Copy full SHA for 3878da9 - Browse repository at this point
Copy the full SHA 3878da9View commit details
Commits on Dec 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 183019b - Browse repository at this point
Copy the full SHA 183019bView commit details -
Rule Validation Fix for multiple fragments (#148)
* Fixed a rule val. issue with merging multiple fragments with an unknown type * Reorganized and optimized rule 5.3.2
Configuration menu - View commit details
-
Copy full SHA for 3c88cfd - Browse repository at this point
Copy the full SHA 3c88cfdView commit details
Commits on Mar 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4453325 - Browse repository at this point
Copy the full SHA 4453325View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cd1726 - Browse repository at this point
Copy the full SHA 5cd1726View commit details
Commits on Jul 7, 2024
-
Editable Graph Message Properties (#161)
* Fixed a bug to apply the correct default error code on `GraphExecutionMessage` when its not provided * Updated `IGraphMessage` and its implementations to allow allow for editing of `Code`, `Message` and `Exception` properties. * Added unit tests to ensure the above * Removed `.NET 7` build targets since it has reached end of life.
Configuration menu - View commit details
-
Copy full SHA for 60d9edb - Browse repository at this point
Copy the full SHA 60d9edbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e827d8 - Browse repository at this point
Copy the full SHA 8e827d8View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 536e405 - Browse repository at this point
Copy the full SHA 536e405View commit details
Commits on Oct 21, 2024
-
* Bumped referenced version of STJ from 8.0.4 to 8.0.5
Configuration menu - View commit details
-
Copy full SHA for abbf21e - Browse repository at this point
Copy the full SHA abbf21eView commit details
Commits on Jan 22, 2025
-
Updates for .NET 9 build targets (#166)
* Removed .NET 6 build targets and unit tests * Added .NET 9 build targets and unit tests * Updated star wars API to target .NET 9
Configuration menu - View commit details
-
Copy full SHA for 56d66fd - Browse repository at this point
Copy the full SHA 56d66fdView commit details
Commits on Apr 25, 2025
-
Fix for Subscription Message Serialziation (#169)
* Fixed a bug where some client libraries would reject subscription messages due to erroneous id values.
Configuration menu - View commit details
-
Copy full SHA for 54a16aa - Browse repository at this point
Copy the full SHA 54a16aaView commit details -
Update deployment action steps (#170)
* Updates dotnet setup version to v4 * Updates upload-artifacts version to v4
Configuration menu - View commit details
-
Copy full SHA for ea04bdb - Browse repository at this point
Copy the full SHA ea04bdbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.7...master