You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2020/07/01 08:29:33 UTC

[unomi] branch master updated (04dcac3 -> 1272601)

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

shuber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git.


    from 04dcac3  Merge pull request #172 from YotpoLtd/refresh-index
     add 3f5669b  UNOMI-296 Integrate GraphQL Playground Also contains some feature refactoring to make Swagger UI and GraphQL Playground separate Karaf features that could be uninstalled.
     add 1272601  Merge pull request #173 from apache/UNOMI-296-graphql-playground

No new revisions were added by this update.

Summary of changes:
 graphql/graphql-playground/.babelrc                |  6 ++
 graphql/graphql-playground/package.json            | 32 +++++++++++
 .../graphql-playground}/pom.xml                    | 37 ++++++------
 .../graphql-playground/src/javascript/index.jsx    | 26 ++++-----
 .../graphql-playground/src/main/webapp/index.css   | 45 +++++++++++++++
 .../graphql-playground/src/main/webapp/index.html  | 67 ++++++++++++++++++++++
 .../graphql-playground/webpack.config.js           | 36 ++++++++++--
 graphql/pom.xml                                    |  1 +
 kar/src/main/feature/feature.xml                   | 11 +++-
 package/pom.xml                                    |  2 +
 wab/src/main/webapp/index.html                     |  6 ++
 11 files changed, 232 insertions(+), 37 deletions(-)
 create mode 100644 graphql/graphql-playground/.babelrc
 create mode 100644 graphql/graphql-playground/package.json
 copy {extensions/web-tracker/javascript => graphql/graphql-playground}/pom.xml (82%)
 mode change 100755 => 100644
 copy api/src/main/java/org/apache/unomi/api/actions/ActionPostExecutor.java => graphql/graphql-playground/src/javascript/index.jsx (66%)
 create mode 100644 graphql/graphql-playground/src/main/webapp/index.css
 create mode 100644 graphql/graphql-playground/src/main/webapp/index.html
 copy extensions/web-tracker/javascript/src/integrations.js => graphql/graphql-playground/webpack.config.js (51%)