This is an automated email from the ASF dual-hosted git repository. asi pushed a change to branch UNOMI-616-v3 in repository https://gitbox.apache.org/repos/asf/unomi.git
discard 00329686a UNOMI-616: Update GraphQL Playground to the latest version or switch to GraphiQL add f95350897 UNOMI-616: Update GraphQL Playground to the latest version or switch to GraphiQL This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (00329686a) \ N -- N -- N refs/heads/UNOMI-616-v3 (f95350897) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: graphql/README.md | 2 +- .../graphql-playground/src/javascript/index.jsx | 30 ---------- .../{graphql-playground => graphql-ui}/.babelrc | 0 .../package.json | 18 +++--- graphql/{graphql-playground => graphql-ui}/pom.xml | 6 +- .../src/main/resources/assets/js/index.jsx | 0 .../src/main/resources/assets/styles/index.less | 0 .../src/main/webapp/index.html | 0 .../webpack.config.js | 0 .../{graphql-playground => graphql-ui}/yarn.lock | 70 +++------------------- graphql/karaf-feature/src/main/feature/feature.xml | 2 +- graphql/pom.xml | 2 +- .../apache/unomi/lifecycle/BundleWatcherImpl.java | 2 +- manual/src/main/asciidoc/graphql.adoc | 4 +- src/main/resources/assemblies/source-shared.xml | 4 +- wab/src/main/webapp/index.html | 2 +- 16 files changed, 29 insertions(+), 113 deletions(-) delete mode 100644 graphql/graphql-playground/src/javascript/index.jsx rename graphql/{graphql-playground => graphql-ui}/.babelrc (100%) rename graphql/{graphql-playground => graphql-ui}/package.json (76%) rename graphql/{graphql-playground => graphql-ui}/pom.xml (95%) rename graphql/{graphql-playground => graphql-ui}/src/main/resources/assets/js/index.jsx (100%) rename graphql/{graphql-playground => graphql-ui}/src/main/resources/assets/styles/index.less (100%) rename graphql/{graphql-playground => graphql-ui}/src/main/webapp/index.html (100%) rename graphql/{graphql-playground => graphql-ui}/webpack.config.js (100%) rename graphql/{graphql-playground => graphql-ui}/yarn.lock (98%)