diff --git a/front-end/servlet/pom.xml b/front-end/servlet/pom.xml index 0f08ae611..3661e113e 100644 --- a/front-end/servlet/pom.xml +++ b/front-end/servlet/pom.xml @@ -59,7 +59,7 @@ ${project.groupId} - apicurio-studio-fe-app + apicurio-studio-fe-studio ${project.version} provided diff --git a/front-end/studio/.editorconfig b/front-end/studio/.editorconfig deleted file mode 100644 index 6e87a003d..000000000 --- a/front-end/studio/.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -# Editor configuration, see http://editorconfig.org -root = true - -[*] -charset = utf-8 -indent_style = space -indent_size = 2 -insert_final_newline = true -trim_trailing_whitespace = true - -[*.md] -max_line_length = off -trim_trailing_whitespace = false diff --git a/front-end/studio/.gitignore b/front-end/studio/.gitignore index 3d01bd247..46223375c 100644 --- a/front-end/studio/.gitignore +++ b/front-end/studio/.gitignore @@ -1,7 +1,8 @@ # See http://help.github.com/ignore-files/ for more about ignoring files. -deploy-prod.sh -serve.sh +/deploy-prod.sh +/serve.sh +/node # compiled output /dist diff --git a/front-end/studio/pom.xml b/front-end/studio/pom.xml index fc8a9b33f..f67a93dfe 100644 --- a/front-end/studio/pom.xml +++ b/front-end/studio/pom.xml @@ -42,11 +42,11 @@ ng build - npm + yarn generate-resources - run-script build + build @@ -67,6 +67,12 @@ ${basedir}/dist false + + config.js + keycloak.js + keycloak.json + version.js + diff --git a/front-end/studio/src/app/components/nav-header.component.html b/front-end/studio/src/app/components/nav-header.component.html index 7590bb75a..9d45e9b27 100644 --- a/front-end/studio/src/app/components/nav-header.component.html +++ b/front-end/studio/src/app/components/nav-header.component.html @@ -40,6 +40,10 @@

Apicurio Studio

Built On {{ builtOn | date }} + + Edition + CLI + Project URL {{ projectUrl }} @@ -54,4 +58,4 @@

Apicurio Studio

- \ No newline at end of file + diff --git a/platforms/swarm/ui/pom.xml b/platforms/swarm/ui/pom.xml index bb43475aa..cc1c5f935 100644 --- a/platforms/swarm/ui/pom.xml +++ b/platforms/swarm/ui/pom.xml @@ -27,7 +27,7 @@ ${project.groupId} - apicurio-studio-fe-app + apicurio-studio-fe-studio ${project.version} provided @@ -64,13 +64,13 @@ ${project.groupId} - apicurio-studio-fe-app + apicurio-studio-fe-studio ${project.version} jar true - ${project.build.directory}/fe-app + ${project.build.directory}/fe-studio false true @@ -83,7 +83,7 @@ - target/fe-app + target/fe-studio src/main/filtered-resources diff --git a/platforms/wildfly/ui/pom.xml b/platforms/wildfly/ui/pom.xml index 455ba0dea..ba199db85 100644 --- a/platforms/wildfly/ui/pom.xml +++ b/platforms/wildfly/ui/pom.xml @@ -25,7 +25,7 @@ ${project.groupId} - apicurio-studio-fe-app + apicurio-studio-fe-studio ${project.version} provided @@ -48,13 +48,13 @@ ${project.groupId} - apicurio-studio-fe-app + apicurio-studio-fe-studio ${project.version} jar true - ${project.build.directory}/fe-app + ${project.build.directory}/fe-studio false true @@ -67,7 +67,7 @@ - target/fe-app + target/fe-studio src/main/filtered-resources