Skip to content
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

GraphQL 4 #9087

Merged
merged 43 commits into from
Sep 8, 2022
Merged

GraphQL 4 #9087

merged 43 commits into from
Sep 8, 2022

Commits on Apr 7, 2021

  1. GraphQL 4

    agriffard committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    738f448 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Configuration menu
    Copy the full SHA
    f42ac11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2fdd21 View commit details
    Browse the repository at this point in the history
  3. few type fixes

    carlwoodhouse committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    a4c54b7 View commit details
    Browse the repository at this point in the history
  4. More fixes

    agriffard committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    4d80c30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58330aa View commit details
    Browse the repository at this point in the history
  6. More fixes

    agriffard committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    b86b539 View commit details
    Browse the repository at this point in the history
  7. improving middleware

    carlwoodhouse committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    80c983b View commit details
    Browse the repository at this point in the history
  8. merge

    carlwoodhouse committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    b41bdb3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    782f516 View commit details
    Browse the repository at this point in the history
  10. fixed some more tests

    carlwoodhouse committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    5851eb1 View commit details
    Browse the repository at this point in the history
  11. .

    carlwoodhouse committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    ee07c35 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1501f38 View commit details
    Browse the repository at this point in the history
  13. fix some tests

    carlwoodhouse committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    79d6ce2 View commit details
    Browse the repository at this point in the history
  14. fixed more tests

    carlwoodhouse committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    c97640f View commit details
    Browse the repository at this point in the history
  15. ResolvedType

    agriffard committed Apr 9, 2021
    1 Configuration menu
    Copy the full SHA
    257dc55 View commit details
    Browse the repository at this point in the history
  16. fix unit tests

    carlwoodhouse committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    78d0b52 View commit details
    Browse the repository at this point in the history
  17. merge

    carlwoodhouse committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    54b0195 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. Configuration menu
    Copy the full SHA
    6bb635b View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    3f93e55 View commit details
    Browse the repository at this point in the history
  2. GraphQL 4.3.0

    agriffard committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    2064734 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. GraphQL 4.4.0

    agriffard committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    a7fde44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0d9715 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    e193d32 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    a37ffaa View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. graphql 4.6.1

    carlwoodhouse committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    1757f54 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into ag/graphql4

    # Conflicts:
    #	src/OrchardCore.Build/Dependencies.props
    #	src/OrchardCore.Modules/OrchardCore.Apis.GraphQL/GraphQLMiddleware.cs
    #	src/OrchardCore.Modules/OrchardCore.ContentFields/GraphQL/Types/ContentPickerFieldQueryObjectType.cs
    #	src/docs/resources/libraries/README.md
    carlwoodhouse committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    d9a79fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48bfb93 View commit details
    Browse the repository at this point in the history
  4. fix permissions

    carlwoodhouse committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    c68e6ba View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. merge main

    carlwoodhouse committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    8e81024 View commit details
    Browse the repository at this point in the history
  2. fix dynamic fields

    carlwoodhouse committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    cad6999 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Update graphql.net to 4.6.1 (#10782)

    * update graphql.net from 2.4.0 to 4.6.1
    
    * Update gql to 4.6.1
    
    * Add service provider to execution options
    
    * Update field resolvers for textfield and multitextfield, add test fixes
    
    * revert uintentional change of .NET framework
    
    * mkdocs-material 8.0.2
    
    * Updates based on other PR
    fix tests, remove services from graphqlcontext, fix where and orderby
    
    * fix MaxNumberOfResultsValidationRule
    
    * Fixes according to requested changes.
    Fix where condition with nested objects, fix where conditions with AddScalarFilterFields
    
    * Remove WriteToStringAsync method use, save some memory
    
    * Update src/OrchardCore.Modules/OrchardCore.Apis.GraphQL/GraphQLMiddleware.cs
    
    Co-authored-by: Sébastien Ros <[email protected]>
    
    * using on memory stream
    
    Co-authored-by: Michal Kužela <[email protected]>
    Co-authored-by: Antoine Griffard <[email protected]>
    Co-authored-by: Sébastien Ros <[email protected]>
    4 people authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    cc3eb91 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    760d279 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    58b48dd View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    f9e6b91 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. GraphQL4 - resolve async write using System.Text.Json (#11499)

    Co-authored-by: Michal Kužela <[email protected]>
    MikeKry and PUXMKU authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    098106b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d96848a View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    7a5eddc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ddcc51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78cf8d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89556f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Fix build

    sebastienros committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    b8eb3ba View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Bump version to 4.8.0

    sebastienros authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    8d9bc0a View commit details
    Browse the repository at this point in the history