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

Improve GraphQL Query Schema validation and logging #6536

Merged
merged 31 commits into from
Jul 17, 2020

Commits on Jun 22, 2020

  1. add query schema validate

    Tony Han committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    b3d3a7a View commit details
    Browse the repository at this point in the history
  2. Change method name

    Tony Han committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    38e54fc View commit details
    Browse the repository at this point in the history
  3. merge from github

    Tony Han committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    9ea0d09 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Add record ValidateSettings failure reason

    Tony Han committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    72f2dc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b92d4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1918d76 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    9fb235d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e25d638 View commit details
    Browse the repository at this point in the history
  3. Log the reason for the validation failure

    Tony Han authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    7aea2b9 View commit details
    Browse the repository at this point in the history
  4. Merge from prev commit

    Tony Han committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    c3b2c09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    609f2fd View commit details
    Browse the repository at this point in the history
  6. log openId config errors

    Tony Han committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    53615ca View commit details
    Browse the repository at this point in the history
  7. Fix ErrorLog

    Tony Han committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    4a34084 View commit details
    Browse the repository at this point in the history
  8. Update src/OrchardCore.Modules/OrchardCore.OpenId/Configuration/OpenI…

    …dClientConfiguration.cs
    
    Co-authored-by: Dean Marcussen <[email protected]>
    Tony Han and deanmarcussen authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    b17dcb5 View commit details
    Browse the repository at this point in the history
  9. fix the log format

    Tony Han committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    e8b610e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b161fe9 View commit details
    Browse the repository at this point in the history
  11. Update notify Invalid schema JSON supplied

    Tony Han committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    4b7f3dd View commit details
    Browse the repository at this point in the history
  12. remove unused namespace

    Tony Han committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    fcc13a8 View commit details
    Browse the repository at this point in the history
  13. Fix Logs error

    Tony Han committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    446087c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Configuration menu
    Copy the full SHA
    b3d1072 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c78bbc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2ac68e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0027a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2020

  1. Add Model Error

    Tony Han committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    cb65a51 View commit details
    Browse the repository at this point in the history
  2. Fix Model state error

    Tony Han committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    57cc321 View commit details
    Browse the repository at this point in the history
  3. add AddModelError with localstring

    Tony Han committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    be1fe6b View commit details
    Browse the repository at this point in the history
  4. Add Line

    Tony Han committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    5af6fc5 View commit details
    Browse the repository at this point in the history
  5. remove duplicate notice

    Tony Han committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    d4ea34f View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    7b38c6c View commit details
    Browse the repository at this point in the history
  2. move check schema to QueryDisplayDriver

    Tony Han committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    9e91764 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

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