-
-
Notifications
You must be signed in to change notification settings - Fork 39
Small cleanup #87
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
Small cleanup #87
Conversation
more cleanup
… cleanup # Conflicts: # README.md # appveyor.yml # src/GraphQL.Authorization.Tests/AuthenticatedUserRequirementTests.cs # src/GraphQL.Authorization.Tests/AuthorizationEvaluatorTests.cs # src/GraphQL.Authorization.Tests/AuthorizationSchemaBuilderTests.cs # src/GraphQL.Authorization.Tests/AuthorizationSettingsTests.cs # src/GraphQL.Authorization.Tests/AuthorizationValidationRuleTests.cs # src/GraphQL.Authorization.Tests/ClaimAuthorizationRequirementTests.cs # src/GraphQL.Authorization.Tests/GraphQL.Authorization.Tests.csproj # src/GraphQL.Authorization.Tests/ValidationTestBase.cs # src/GraphQL.Authorization.sln # src/GraphQL.Authorization/AuthorizationEvaluator.cs # src/GraphQL.Authorization/AuthorizationMetadataExtensions.cs # src/GraphQL.Authorization/AuthorizationPolicyBuilder.cs # src/GraphQL.Authorization/AuthorizationValidationRule.cs # src/GraphQL.Authorization/GraphQL.Authorization.csproj # src/GraphQL.Authorization/Requirements/ClaimAuthorizationRequirement.cs # src/Harness/GraphQLAuthExtensions.cs # src/Harness/Harness.csproj # src/Harness/Program.cs # src/Harness/Properties/launchSettings.json # src/Harness/Startup.cs
|
I have not used this repo @sungam3r |
|
Don't I bother you with the review anymore? |
|
I don’t mind if you tag me of course. But I don’t have the knowledge or time to give a comprehensive review. When I’m able, I’ll skim over the changes and give it the 👍 but I won’t really know how any of the changes affect users. (Basically I only focus on changes to the main repo at present) |
...GraphQL.Authorization.ApiTests/ApiApprovalTests.PublicApi.GraphQL.Authorization.approved.txt
Show resolved
Hide resolved
|
@joemcbride PR is ready for review, no breaking changes, one bugfix, many xml docs and some memory optimizations. I have reduced the number of changed files. After this PR is merged I will continue working on #62. There are backward incompatible changes. Maybe I'll make |
|
@joemcbride OK to merge? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the "optimizations" within AuthorizationPolicy should be reverted, as the performance should be better with the old code; and, this code is more complicated.
Rework of #62 . No breaking changes. Fixes #61 , slight style changes.