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 2021/06/09 10:33:32 UTC

[sling-whiteboard] branch master updated (54f5440 -> 3a114a2)

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 54f5440  API planes experiments, concluding that this module might not be needed
     add 3a114a2  Fetchers for Folders and Documents - still fairly ugly

No new revisions were added by this update.

Summary of changes:
 remote-content-api/sample-graphql-api/bnd.bnd      |  1 +
 remote-content-api/sample-graphql-api/pom.xml      |  2 +-
 ...UrlBuilderStub.java => ConvertingIterator.java} | 24 +++++++--
 .../samples/graphql/DocumentDataFetcher.java       | 31 ++++++------
 .../samples/graphql/DocumentsDataFetcher.java      | 57 ++++++----------------
 ...mentDataFetcher.java => FolderDataFetcher.java} | 56 +++++++++++----------
 ...entDataFetcher.java => FoldersDataFetcher.java} | 52 +++++++++-----------
 .../apps/samples/common/directives.jsp             | 25 ----------
 .../features/feature-sample-graphql-api.json       | 10 ++--
 .../default/N.GQLschema.jsp}                       | 32 ++++++++----
 10 files changed, 132 insertions(+), 158 deletions(-)
 copy remote-content-api/sample-graphql-api/src/main/java/org/apache/sling/remotecontent/samples/graphql/{UrlBuilderStub.java => ConvertingIterator.java} (61%)
 copy remote-content-api/sample-graphql-api/src/main/java/org/apache/sling/remotecontent/samples/graphql/{DocumentDataFetcher.java => FolderDataFetcher.java} (55%)
 copy remote-content-api/sample-graphql-api/src/main/java/org/apache/sling/remotecontent/samples/graphql/{DocumentDataFetcher.java => FoldersDataFetcher.java} (52%)
 delete mode 100644 remote-content-api/sample-graphql-api/src/main/resources/SLING-INF/initial-content/apps/samples/common/directives.jsp
 rename remote-content-api/sample-graphql-api/src/main/resources/{SLING-INF/initial-content/apps/samples/graphql/GQLschema.jsp => schemas/default/N.GQLschema.jsp} (65%)