json-api-dotnet / JsonApiDotNetCore

A framework for building JSON:API compliant REST APIs using ASP.NET and Entity Framework Core.
https://www.jsonapi.net
MIT License
662 stars 160 forks source link

Merge master into openapi #1570

Closed bkoelman closed 2 weeks ago

bkoelman commented 2 weeks ago

Merges the master branch into openapi, which adds operation filters.

QUALITY CHECKLIST

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 86.66667% with 10 lines in your changes missing coverage. Please review.

Project coverage is 91.27%. Comparing base (18a4edf) to head (5df4928).

Files Patch % Lines
...NetCore/AtomicOperations/DefaultOperationFilter.cs 75.00% 1 Missing and 2 partials :warning:
...ation/JsonConverters/WriteOnlyDocumentConverter.cs 72.72% 2 Missing and 1 partial :warning:
...NetCore/AtomicOperations/IAtomicOperationFilter.cs 0.00% 2 Missing :warning:
...ore/Controllers/BaseJsonApiOperationsController.cs 95.55% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## openapi #1570 +/- ## =========================================== - Coverage 91.30% 91.27% -0.03% =========================================== Files 396 398 +2 Lines 12834 12905 +71 Branches 2028 2038 +10 =========================================== + Hits 11718 11779 +61 - Misses 725 731 +6 - Partials 391 395 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.