You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/04/15 14:27:49 UTC

[sling-whiteboard] branch master updated (cde0144 -> 13847b2)

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git.


    from cde0144  Fix url scheme
     add 13847b2  Retrieve schema using a .GQLschema request

No new revisions were added by this update.

Summary of changes:
 graphql-scripting/pom.xml                          |  4 +-
 .../scripting/gql/engine/GraphQLResourceQuery.java | 34 +++++++++++---
 .../gql/engine/GraphQLSchemaProvider.java          | 54 +++++++++++++++++-----
 .../scripting/gql/engine/GraphQLScriptEngine.java  |  2 +-
 .../scripting/gql/servlet/GraphQLServlet.java      |  2 +-
 .../gql/engine/GraphQLResourceQueryTest.java       |  2 +-
 .../scripting/gql/engine/MockSchemaProvider.java   | 21 ++++-----
 .../graphql/it/GraphQLScriptingTestSupport.java    |  4 +-
 .../scripting/graphql/it/GraphQLServletIT.java     |  9 ++--
 .../apps/graphql/test/one/GQLschema.jsp            | 33 +++++++++++++
 10 files changed, 126 insertions(+), 39 deletions(-)
 copy SlingModelPersist/src/test/java/org/apache/sling/models/persist/bean/BeanWithPathGetter.java => graphql-scripting/src/test/java/org/apache/sling/scripting/gql/engine/MockSchemaProvider.java (65%)
 create mode 100644 graphql-scripting/src/test/resources/initial-content/apps/graphql/test/one/GQLschema.jsp