Skip to content

Commit 415e951

Browse files
committed
Initial commit
0 parents  commit 415e951

File tree

694 files changed

+63914
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

694 files changed

+63914
-0
lines changed

.angular-cli.json

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3+
"project": {
4+
"name": "hiking"
5+
},
6+
"apps": [{
7+
"root": "src/main/webapp",
8+
"outDir": "target/www/app",
9+
"assets": [
10+
"content",
11+
"favicon.ico",
12+
{
13+
"glob": "**/*",
14+
"input": "../../../node_modules/leaflet/dist/images",
15+
"output": "leaflet/"
16+
}
17+
],
18+
"index": "index.html",
19+
"main": "app/app.main.ts",
20+
"polyfills": "app/polyfills.ts",
21+
"test": "src/test/javascript/spec/entry.ts",
22+
"tsconfig": "../../../tsconfig.json",
23+
"prefix": "jhi",
24+
"mobile": false,
25+
"styles": [
26+
"content/scss/vendor.scss",
27+
"content/scss/global.scss",
28+
"../../../node_modules/leaflet/dist/leaflet.css"
29+
],
30+
"scripts": []
31+
}],
32+
"e2e": {
33+
"protractor": {
34+
"config": "src/test/javascript/protractor.conf.js"
35+
}
36+
},
37+
"lint": [{
38+
"project": "../../../tsconfig.json"
39+
},
40+
{
41+
"project": "../../../tsconfig-aot.json"
42+
}
43+
],
44+
"test": {
45+
"karma": {
46+
"config": "src/test/javascript/karma.conf.js"
47+
}
48+
},
49+
"defaults": {
50+
"styleExt": "scss",
51+
"prefixInterfaces": false,
52+
"component": {
53+
"inlineStyle": true,
54+
"inlineTemplate": false,
55+
"spec": false
56+
},
57+
"directive": {
58+
"spec": false
59+
},
60+
"guard": {
61+
"spec": false
62+
},
63+
"pipe": {
64+
"spec": false
65+
},
66+
"service": {
67+
"spec": false
68+
}
69+
},
70+
"packageManager": "yarn"
71+
}

.classpath

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" output="target/classes" path="src/main/java">
4+
<attributes>
5+
<attribute name="optional" value="true"/>
6+
<attribute name="maven.pomderived" value="true"/>
7+
</attributes>
8+
</classpathentry>
9+
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
10+
<attributes>
11+
<attribute name="maven.pomderived" value="true"/>
12+
</attributes>
13+
</classpathentry>
14+
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
15+
<attributes>
16+
<attribute name="optional" value="true"/>
17+
<attribute name="maven.pomderived" value="true"/>
18+
</attributes>
19+
</classpathentry>
20+
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
21+
<attributes>
22+
<attribute name="maven.pomderived" value="true"/>
23+
</attributes>
24+
</classpathentry>
25+
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/features">
26+
<attributes>
27+
<attribute name="maven.pomderived" value="true"/>
28+
</attributes>
29+
</classpathentry>
30+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
31+
<attributes>
32+
<attribute name="maven.pomderived" value="true"/>
33+
</attributes>
34+
</classpathentry>
35+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
36+
<attributes>
37+
<attribute name="maven.pomderived" value="true"/>
38+
</attributes>
39+
</classpathentry>
40+
<classpathentry kind="output" path="target/classes"/>
41+
</classpath>

.editorconfig

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# EditorConfig helps developers define and maintain consistent
2+
# coding styles between different editors and IDEs
3+
# editorconfig.org
4+
5+
root = true
6+
7+
[*]
8+
9+
# Change these settings to your own preference
10+
indent_style = space
11+
indent_size = 4
12+
13+
# We recommend you to keep these unchanged
14+
end_of_line = lf
15+
charset = utf-8
16+
trim_trailing_whitespace = true
17+
insert_final_newline = true
18+
19+
[*.md]
20+
trim_trailing_whitespace = false
21+
22+
[{package,bower}.json]
23+
indent_style = space
24+
indent_size = 2

.jhipster/Hike.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"fluentMethods": true,
3+
"relationships": [
4+
{
5+
"relationshipType": "one-to-many",
6+
"relationshipName": "message",
7+
"otherEntityName": "message",
8+
"otherEntityRelationshipName": "hike"
9+
},
10+
{
11+
"relationshipType": "many-to-many",
12+
"relationshipName": "walker",
13+
"otherEntityName": "hiker",
14+
"ownerSide": false,
15+
"otherEntityRelationshipName": "itinerary"
16+
}
17+
],
18+
"fields": [
19+
{
20+
"fieldName": "hikename",
21+
"fieldType": "String"
22+
},
23+
{
24+
"fieldName": "meetingplace",
25+
"fieldType": "String"
26+
},
27+
{
28+
"fieldName": "positivedrop",
29+
"fieldType": "Integer"
30+
},
31+
{
32+
"fieldName": "duration",
33+
"fieldType": "Integer"
34+
},
35+
{
36+
"fieldName": "date",
37+
"fieldType": "ZonedDateTime"
38+
}
39+
],
40+
"changelogDate": "20180306152738",
41+
"entityTableName": "hike",
42+
"dto": "no",
43+
"pagination": "pagination",
44+
"service": "serviceClass",
45+
"jpaMetamodelFiltering": false
46+
}

.jhipster/Hiker.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"fluentMethods": true,
3+
"relationships": [
4+
{
5+
"relationshipType": "one-to-one",
6+
"relationshipName": "user",
7+
"otherEntityName": "user",
8+
"otherEntityField": "id",
9+
"ownerSide": true,
10+
"otherEntityRelationshipName": "participant"
11+
},
12+
{
13+
"relationshipType": "one-to-many",
14+
"relationshipName": "position",
15+
"otherEntityName": "message",
16+
"otherEntityRelationshipName": "sender"
17+
},
18+
{
19+
"relationshipType": "many-to-many",
20+
"otherEntityRelationshipName": "walker",
21+
"relationshipName": "itinerary",
22+
"otherEntityName": "hike",
23+
"otherEntityField": "id",
24+
"ownerSide": true
25+
}
26+
],
27+
"fields": [
28+
{
29+
"fieldName": "firstname",
30+
"fieldType": "String",
31+
"fieldValidateRules": [
32+
"required"
33+
]
34+
},
35+
{
36+
"fieldName": "name",
37+
"fieldType": "String",
38+
"fieldValidateRules": [
39+
"required"
40+
]
41+
},
42+
{
43+
"fieldName": "sex",
44+
"fieldType": "Sex",
45+
"fieldValues": "MAN,WOMAN"
46+
},
47+
{
48+
"fieldName": "birthdate",
49+
"fieldType": "LocalDate"
50+
},
51+
{
52+
"fieldName": "phonenumber",
53+
"fieldType": "String"
54+
},
55+
{
56+
"fieldName": "anaerobicmaximumspeed",
57+
"fieldType": "Integer"
58+
},
59+
{
60+
"fieldName": "weight",
61+
"fieldType": "Integer"
62+
}
63+
],
64+
"changelogDate": "20180306152736",
65+
"entityTableName": "hiker",
66+
"dto": "no",
67+
"pagination": "pagination",
68+
"service": "serviceClass",
69+
"jpaMetamodelFiltering": false
70+
}

.jhipster/Message.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"fluentMethods": true,
3+
"relationships": [
4+
{
5+
"relationshipType": "many-to-one",
6+
"relationshipName": "sender",
7+
"otherEntityName": "hiker",
8+
"otherEntityField": "id"
9+
},
10+
{
11+
"relationshipType": "many-to-one",
12+
"relationshipName": "hike",
13+
"otherEntityName": "hike",
14+
"otherEntityField": "id"
15+
}
16+
],
17+
"fields": [
18+
{
19+
"fieldName": "longitude",
20+
"fieldType": "Double",
21+
"fieldValidateRules": [
22+
"required",
23+
"min",
24+
"max"
25+
],
26+
"fieldValidateRulesMin": 0,
27+
"fieldValidateRulesMax": 360
28+
},
29+
{
30+
"fieldName": "latitude",
31+
"fieldType": "Double",
32+
"fieldValidateRules": [
33+
"required",
34+
"min",
35+
"max"
36+
],
37+
"fieldValidateRulesMin": 0,
38+
"fieldValidateRulesMax": 360
39+
},
40+
{
41+
"fieldName": "datetime",
42+
"fieldType": "ZonedDateTime",
43+
"fieldValidateRules": [
44+
"required"
45+
]
46+
},
47+
{
48+
"fieldName": "sos",
49+
"fieldType": "Boolean",
50+
"fieldValidateRules": [
51+
"required"
52+
]
53+
},
54+
{
55+
"fieldName": "espON",
56+
"fieldType": "Boolean",
57+
"fieldValidateRules": [
58+
"required"
59+
]
60+
},
61+
{
62+
"fieldName": "heartrate",
63+
"fieldType": "Integer"
64+
}
65+
],
66+
"changelogDate": "20180306152737",
67+
"entityTableName": "message",
68+
"dto": "no",
69+
"pagination": "pagination",
70+
"service": "serviceClass",
71+
"jpaMetamodelFiltering": false
72+
}

.jhipster/pages/Hikes.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"pages": [
3+
{
4+
"pageName": "My hikes",
5+
"pageType": "getOneFromServer",
6+
"pageGlyphIcon": "glyphicon-leaf",
7+
"fields": []
8+
}
9+
],
10+
"pageSetGlyphIcon": "",
11+
"changelogDate": "20180320120759"
12+
}

.mvn/wrapper/maven-wrapper.jar

48.3 KB
Binary file not shown.

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.0/apache-maven-3.5.0-bin.zip

.project

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>Hiking</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.m2e.core.maven2Builder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
</buildSpec>
19+
<natures>
20+
<nature>org.eclipse.jdt.core.javanature</nature>
21+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
22+
</natures>
23+
</projectDescription>

0 commit comments

Comments
 (0)