-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jeyson Giovanni Correa Martinez
committed
Apr 12, 2024
1 parent
c911ec3
commit cf90d53
Showing
295 changed files
with
23,755 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
20.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"annotations": { | ||
"changelogDate": "20240405141356" | ||
}, | ||
"applications": "*", | ||
"fields": [ | ||
{ | ||
"fieldName": "countryName", | ||
"fieldType": "String" | ||
} | ||
], | ||
"name": "Country", | ||
"relationships": [ | ||
{ | ||
"otherEntityName": "region", | ||
"relationshipName": "region", | ||
"relationshipSide": "left", | ||
"relationshipType": "one-to-one" | ||
} | ||
], | ||
"searchEngine": "no", | ||
"service": "serviceImpl" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"annotations": { | ||
"changelogDate": "20240405141358" | ||
}, | ||
"applications": "*", | ||
"fields": [ | ||
{ | ||
"fieldName": "departmentName", | ||
"fieldType": "String", | ||
"fieldValidateRules": ["required"] | ||
} | ||
], | ||
"name": "Department", | ||
"relationships": [ | ||
{ | ||
"otherEntityName": "location", | ||
"relationshipName": "location", | ||
"relationshipSide": "left", | ||
"relationshipType": "one-to-one" | ||
}, | ||
{ | ||
"documentation": "A relationship", | ||
"otherEntityName": "employee", | ||
"otherEntityRelationshipName": "department", | ||
"relationshipName": "employee", | ||
"relationshipSide": "left", | ||
"relationshipType": "one-to-many" | ||
} | ||
], | ||
"searchEngine": "no", | ||
"service": "serviceImpl" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"annotations": { | ||
"changelogDate": "20240405141400" | ||
}, | ||
"applications": "*", | ||
"documentation": "The Employee entity.", | ||
"fields": [ | ||
{ | ||
"documentation": "The firstname attribute.", | ||
"fieldName": "firstName", | ||
"fieldType": "String" | ||
}, | ||
{ | ||
"fieldName": "lastName", | ||
"fieldType": "String" | ||
}, | ||
{ | ||
"fieldName": "email", | ||
"fieldType": "String" | ||
}, | ||
{ | ||
"fieldName": "phoneNumber", | ||
"fieldType": "String" | ||
}, | ||
{ | ||
"fieldName": "hireDate", | ||
"fieldType": "Instant" | ||
}, | ||
{ | ||
"fieldName": "salary", | ||
"fieldType": "Long" | ||
}, | ||
{ | ||
"fieldName": "commissionPct", | ||
"fieldType": "Long" | ||
} | ||
], | ||
"name": "Employee", | ||
"pagination": "infinite-scroll", | ||
"relationships": [ | ||
{ | ||
"otherEntityName": "job", | ||
"otherEntityRelationshipName": "employee", | ||
"relationshipName": "job", | ||
"relationshipSide": "left", | ||
"relationshipType": "one-to-many" | ||
}, | ||
{ | ||
"otherEntityName": "employee", | ||
"relationshipName": "manager", | ||
"relationshipSide": "left", | ||
"relationshipType": "many-to-one" | ||
}, | ||
{ | ||
"documentation": "Another side of the same relationship", | ||
"otherEntityName": "department", | ||
"relationshipName": "department", | ||
"relationshipSide": "right", | ||
"relationshipType": "many-to-one" | ||
} | ||
], | ||
"searchEngine": "no" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"annotations": { | ||
"changelogDate": "20240405141401" | ||
}, | ||
"applications": "*", | ||
"fields": [ | ||
{ | ||
"fieldName": "jobTitle", | ||
"fieldType": "String" | ||
}, | ||
{ | ||
"fieldName": "minSalary", | ||
"fieldType": "Long" | ||
}, | ||
{ | ||
"fieldName": "maxSalary", | ||
"fieldType": "Long" | ||
} | ||
], | ||
"name": "Job", | ||
"pagination": "pagination", | ||
"relationships": [ | ||
{ | ||
"otherEntityField": "title", | ||
"otherEntityName": "task", | ||
"otherEntityRelationshipName": "job", | ||
"relationshipName": "task", | ||
"relationshipSide": "left", | ||
"relationshipType": "many-to-many" | ||
}, | ||
{ | ||
"otherEntityName": "employee", | ||
"relationshipName": "employee", | ||
"relationshipSide": "right", | ||
"relationshipType": "many-to-one" | ||
} | ||
], | ||
"searchEngine": "no" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"annotations": { | ||
"changelogDate": "20240405141402" | ||
}, | ||
"applications": "*", | ||
"fields": [ | ||
{ | ||
"fieldName": "startDate", | ||
"fieldType": "Instant" | ||
}, | ||
{ | ||
"fieldName": "endDate", | ||
"fieldType": "Instant" | ||
}, | ||
{ | ||
"fieldName": "language", | ||
"fieldType": "Language", | ||
"fieldValues": "FRENCH,ENGLISH,SPANISH" | ||
} | ||
], | ||
"name": "JobHistory", | ||
"pagination": "infinite-scroll", | ||
"relationships": [ | ||
{ | ||
"otherEntityName": "job", | ||
"relationshipName": "job", | ||
"relationshipSide": "left", | ||
"relationshipType": "one-to-one" | ||
}, | ||
{ | ||
"otherEntityName": "department", | ||
"relationshipName": "department", | ||
"relationshipSide": "left", | ||
"relationshipType": "one-to-one" | ||
}, | ||
{ | ||
"otherEntityName": "employee", | ||
"relationshipName": "employee", | ||
"relationshipSide": "left", | ||
"relationshipType": "one-to-one" | ||
} | ||
], | ||
"searchEngine": "no", | ||
"service": "serviceImpl" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"annotations": { | ||
"changelogDate": "20240405141357" | ||
}, | ||
"applications": "*", | ||
"documentation": "not an ignored comment", | ||
"fields": [ | ||
{ | ||
"fieldName": "streetAddress", | ||
"fieldType": "String" | ||
}, | ||
{ | ||
"fieldName": "postalCode", | ||
"fieldType": "String" | ||
}, | ||
{ | ||
"fieldName": "city", | ||
"fieldType": "String" | ||
}, | ||
{ | ||
"fieldName": "stateProvince", | ||
"fieldType": "String" | ||
} | ||
], | ||
"name": "Location", | ||
"relationships": [ | ||
{ | ||
"otherEntityName": "country", | ||
"relationshipName": "country", | ||
"relationshipSide": "left", | ||
"relationshipType": "one-to-one" | ||
} | ||
], | ||
"searchEngine": "no", | ||
"service": "serviceImpl" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"annotations": { | ||
"changelogDate": "20240405141355" | ||
}, | ||
"applications": "*", | ||
"fields": [ | ||
{ | ||
"fieldName": "regionName", | ||
"fieldType": "String" | ||
} | ||
], | ||
"name": "Region", | ||
"relationships": [], | ||
"searchEngine": "no", | ||
"service": "serviceImpl" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"annotations": { | ||
"changelogDate": "20240405141359" | ||
}, | ||
"applications": "*", | ||
"documentation": "Task entity.\\n@author The JHipster team.", | ||
"fields": [ | ||
{ | ||
"fieldName": "title", | ||
"fieldType": "String" | ||
}, | ||
{ | ||
"fieldName": "description", | ||
"fieldType": "String" | ||
} | ||
], | ||
"name": "Task", | ||
"relationships": [ | ||
{ | ||
"otherEntityName": "job", | ||
"otherEntityRelationshipName": "task", | ||
"relationshipName": "job", | ||
"relationshipSide": "right", | ||
"relationshipType": "many-to-many" | ||
} | ||
], | ||
"searchEngine": "no", | ||
"service": "serviceImpl" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"configurations": [ | ||
{ | ||
"type": "java", | ||
"name": "JHisterProyectApp", | ||
"request": "launch", | ||
"mainClass": "com.desarrollo.independinte.JHisterProyectApp", | ||
"projectName": "j-hister-proyect" | ||
}, | ||
{ | ||
"type": "java", | ||
"name": "Run with AppMap", | ||
"request": "launch", | ||
"mainClass": "", | ||
"vmArgs": "-javaagent:${userHome}/.appmap/lib/java/appmap.jar" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
{ | ||
"java.test.config": [ | ||
{ | ||
"name": "Test with AppMap", | ||
"vmArgs": ["-javaagent:${userHome}/.appmap/lib/java/appmap.jar", "-Dappmap.output.directory=${command:appmap.getAppmapDir}"] | ||
} | ||
], | ||
"java.compile.nullAnalysis.mode": "automatic" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.