Skip to content

Commit

Permalink
Updated application to JHipster 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaugarcia committed Jan 3, 2020
1 parent 4a71624 commit f199642
Show file tree
Hide file tree
Showing 792 changed files with 3,797 additions and 3,371 deletions.
9 changes: 2 additions & 7 deletions .jhipster/Album.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@
"relationshipName": "track",
"otherEntityField": "name",
"ownerSide": true
},
{
"relationshipType": "one-to-many",
"otherEntityName": "likeAlbum",
"otherEntityRelationshipName": "album",
"relationshipName": "likeAlbum"
}
],
"changelogDate": "20190919065622",
Expand All @@ -50,5 +44,6 @@
"jpaMetamodelFiltering": false,
"fluentMethods": true,
"clientRootFolder": "",
"applications": "*"
"applications": "*",
"readOnly": false
}
3 changes: 2 additions & 1 deletion .jhipster/FollowPlaylist.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
"jpaMetamodelFiltering": false,
"fluentMethods": true,
"clientRootFolder": "",
"applications": "*"
"applications": "*",
"readOnly": false
}
3 changes: 2 additions & 1 deletion .jhipster/FollowUser.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
"jpaMetamodelFiltering": false,
"fluentMethods": true,
"clientRootFolder": "",
"applications": "*"
"applications": "*",
"readOnly": false
}
3 changes: 2 additions & 1 deletion .jhipster/Genre.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
"jpaMetamodelFiltering": false,
"fluentMethods": true,
"clientRootFolder": "",
"applications": "*"
"applications": "*",
"readOnly": false
}
3 changes: 2 additions & 1 deletion .jhipster/LikeAlbum.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@
"jpaMetamodelFiltering": false,
"fluentMethods": true,
"clientRootFolder": "",
"applications": "*"
"applications": "*",
"readOnly": false
}
3 changes: 2 additions & 1 deletion .jhipster/LikeTrack.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@
"jpaMetamodelFiltering": false,
"fluentMethods": true,
"clientRootFolder": "",
"applications": "*"
"applications": "*",
"readOnly": false
}
3 changes: 2 additions & 1 deletion .jhipster/Playback.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@
"jpaMetamodelFiltering": false,
"fluentMethods": true,
"clientRootFolder": "",
"applications": "*"
"applications": "*",
"readOnly": false
}
11 changes: 5 additions & 6 deletions .jhipster/Playlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@
{
"fieldName": "rating",
"fieldType": "Double"
},
{
"fieldName": "created",
"fieldType": "LocalDate"
}
],
"changelogDate": "20190919065621",
Expand All @@ -73,5 +69,8 @@
"entityTableName": "playlist",
"databaseType": "sql",
"jpaMetamodelFiltering": false,
"pagination": "no"
}
"pagination": "no",
"name": "Playlist",
"readOnly": false,
"applications": "*"
}
16 changes: 2 additions & 14 deletions .jhipster/Track.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,6 @@
"otherEntityField": "name",
"ownerSide": true
},
{
"relationshipType": "one-to-many",
"otherEntityName": "playback",
"otherEntityRelationshipName": "track",
"relationshipValidateRules": "required",
"relationshipName": "playback"
},
{
"relationshipType": "one-to-many",
"otherEntityName": "likeTrack",
"otherEntityRelationshipName": "track",
"relationshipName": "likeTrack"
},
{
"relationshipType": "many-to-many",
"otherEntityName": "playlist",
Expand All @@ -93,5 +80,6 @@
"jpaMetamodelFiltering": false,
"fluentMethods": true,
"clientRootFolder": "",
"applications": "*"
"applications": "*",
"readOnly": false
}
Empty file modified Jenkinsfile
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified angular.json
100644 → 100755
Empty file.
Empty file modified checkstyle.xml
100644 → 100755
Empty file.
Empty file modified junit.xml
100644 → 100755
Empty file.
Empty file modified mvnw.cmd
100644 → 100755
Empty file.
Loading

0 comments on commit f199642

Please sign in to comment.