This is the codeAbility Sharing Platform! Learn more about the
codeAbility Sharing Platform
.
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
codeAbility Sharing Platform
Manage
Activity
Members
Labels
Plan
Issues
41
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
development
sharing
codeAbility Sharing Platform
Commits
c35e5560
Commit
c35e5560
authored
3 years ago
by
Michael Breu
Browse files
Options
Downloads
Patches
Plain Diff
more cleanup
parent
485ca267
Branches
Branches containing commit
1 merge request
!91
Bringing JHipster7.6.0 to production
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pom.xml
+0
-96
0 additions, 96 deletions
pom.xml
src/main/webapp/i18n/de/health.json
+3
-0
3 additions, 0 deletions
src/main/webapp/i18n/de/health.json
src/main/webapp/i18n/en/health.json
+3
-0
3 additions, 0 deletions
src/main/webapp/i18n/en/health.json
with
6 additions
and
96 deletions
pom.xml
+
0
−
96
View file @
c35e5560
...
...
@@ -1117,102 +1117,6 @@
<spring.profiles.active>
dev${profile.tls}${profile.no-liquibase}
</spring.profiles.active>
</properties>
</profile>
<profile>
<id>
staging
</id>
<dependencies>
<dependency>
<groupId>
org.testcontainers
</groupId>
<artifactId>
mysql
</artifactId>
<scope>
test
</scope>
</dependency>
<!--
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
-->
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>
maven-clean-plugin
</artifactId>
<configuration>
<filesets>
<fileset>
<directory>
target/classes/static/
</directory>
</fileset>
</filesets>
</configuration>
</plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<executions>
<execution>
<goals>
<goal>
build-info
</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
com.github.eirslett
</groupId>
<artifactId>
frontend-maven-plugin
</artifactId>
<executions>
<execution>
<id>
install-node-and-npm
</id>
<goals>
<goal>
install-node-and-npm
</goal>
</goals>
<configuration>
<nodeVersion>
${node.version}
</nodeVersion>
<npmVersion>
${npm.version}
</npmVersion>
</configuration>
</execution>
<execution>
<id>
npm install
</id>
<goals>
<goal>
npm
</goal>
</goals>
</execution>
<execution>
<id>
webapp build test
</id>
<goals>
<goal>
npm
</goal>
</goals>
<phase>
test
</phase>
<configuration>
<arguments>
run webapp:test
</arguments>
<npmInheritsProxyConfigFromMaven>
false
</npmInheritsProxyConfigFromMaven>
</configuration>
</execution>
<execution>
<id>
webapp build prod
</id>
<goals>
<goal>
npm
</goal>
</goals>
<phase>
generate-resources
</phase>
<configuration>
<arguments>
run webapp:prod
</arguments>
<environmentVariables>
<APP_VERSION>
${project.version}
</APP_VERSION>
</environmentVariables>
<npmInheritsProxyConfigFromMaven>
false
</npmInheritsProxyConfigFromMaven>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
io.github.git-commit-id
</groupId>
<artifactId>
git-commit-id-maven-plugin
</artifactId>
</plugin>
</plugins>
</build>
<properties>
<!-- default Spring profiles -->
<spring.profiles.active>
staging${profile.api-docs}${profile.tls}${profile.no-liquibase}
</spring.profiles.active>
</properties>
</profile>
<profile>
<id>
prod
</id>
<dependencies>
...
...
This diff is collapsed.
Click to expand it.
src/main/webapp/i18n/de/health.json
+
3
−
0
View file @
c35e5560
...
...
@@ -13,6 +13,9 @@
"indicator"
:
{
"diskSpace"
:
"Festplattenspeicher"
,
"mail"
:
"Email"
,
"db"
:
"Datenbank"
,
"https://artemis.codeability-austria.uibk.ac.at/api/sharing/config"
:
"Artemis Connector (Dev)"
,
"https://artemis.codeability.uibk.ac.at/api/sharing/config"
:
"Artemis Connector"
,
"livenessState"
:
"Liveness state"
,
"readinessState"
:
"Readiness state"
,
"ping"
:
"Application"
,
...
...
This diff is collapsed.
Click to expand it.
src/main/webapp/i18n/en/health.json
+
3
−
0
View file @
c35e5560
...
...
@@ -12,6 +12,9 @@
},
"indicator"
:
{
"diskSpace"
:
"Disk space"
,
"db"
:
"Data base"
,
"https://artemis.codeability-austria.uibk.ac.at/api/sharing/config"
:
"Artemis Connector (Dev)"
,
"https://artemis.codeability.uibk.ac.at/api/sharing/config"
:
"Artemis Connector"
,
"mail"
:
"Email"
,
"livenessState"
:
"Liveness state"
,
"readinessState"
:
"Readiness state"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment