Commit Graph

593 Commits

Author SHA1 Message Date
Luca Frosini cb84f7aa29 Fixed test 2020-10-14 14:54:01 +02:00
lucafrosini b18ea8efdb Removed unused import 2020-10-07 16:25:19 +02:00
Luca Frosini 71a56b7d4c Added provided as scope in libraries which are now part of the
distribution
2020-09-28 15:21:45 +02:00
Luca Frosini 96f95072e9 Removed wrong tag from gcube-app.xml 2020-09-28 10:11:43 +02:00
Luca Frosini 5abaaa4d14 gcube-app.xml has been moved to gcube/extra-resources/WEB-INF thanks to
the new feature available in maven-parent. The section in the pom which
did such a job has been removed because it is not needed anymore.
2020-08-06 17:33:57 +02:00
Luca Frosini afa99286c3 Removed servicearchive creation which is deprecated 2020-08-06 16:52:07 +02:00
Luca Frosini dbc70d19c4 Added missing empty rows 2020-08-04 15:09:40 +02:00
Luca Frosini d41d179656 Switched changelog to the new format 2020-08-04 11:16:37 +02:00
Luca Frosini eac1c35281 Removed orientdb version declaration which is done in
information-system-bom
2020-07-09 16:47:45 +02:00
Luca Frosini ec73e33c5a Added suppress warning annotation 2020-07-07 17:16:30 +02:00
Luca Frosini 1e47580d39 Switching to gcube-jackson 2020-07-07 17:15:22 +02:00
Luca Frosini 46d731fcda Upgraded version and dependencies 2020-05-14 18:26:16 +02:00
Luca Frosini e5520c06c3 Improved ignore file 2020-05-14 18:25:44 +02:00
Luca Frosini 5d17c53dae Fixed commented test 2020-05-14 18:25:13 +02:00
Luca Frosini bee0017d58 Commented test 2020-05-14 18:24:14 +02:00
Luca Frosini c93cd35172 Fixed code to generate DB Key 2020-05-08 12:41:58 +02:00
Luca Frosini 35e9883a38 Added ServletContextListener to intercept start and stop of the service 2020-03-17 17:22:03 +01:00
Luca Frosini 507c65cfa9 Removed -SNAPSHOT for release 2020-03-16 14:56:08 +01:00
Luca Frosini c674b83eb6 Restore -SNAPSHOT to allow jenkins to build 2020-03-16 14:53:35 +01:00
Luca Frosini 64177d1c85 Changed the way to account requests.
The accounted called Methods are summarized in file ISMethods.txt in
src/test/resources
2020-03-16 14:51:13 +01:00
Luca Frosini f3b3c038db Fixed calledMethod set 2020-03-12 19:22:27 +01:00
Luca Frosini 506656580e Removed -SNAPSHOT from component version and dependencies version to
release the componentRemoved -SNAPSHOT from component version and
dependencies version to release the component
2020-02-11 16:54:31 +01:00
Luca Frosini 383b6b167e Fixed Changelog 2020-02-11 15:42:19 +01:00
Luca Frosini 48560853f2 Enhanced version due to deep refactoring and IS Model reorganization 2020-02-11 11:30:57 +01:00
Luca Frosini 1488506060 Fixed catch to properly propagate exception 2020-02-05 16:22:33 +01:00
Luca Frosini 3bbcccca79 Fixed thrown exception in case the type does not exists to return a 404
Not Found HTTP error to client
2020-02-05 16:16:21 +01:00
Luca Frosini 8413b94a86 Changed DataTime Pattern import due to changes in IS Model 2020-02-04 09:44:38 +01:00
Luca Frosini aa72d03b4f TypeBinder has been renamed to TypeMapper 2020-02-04 09:30:50 +01:00
Luca Frosini 69647bbc32 Fixed code 2020-02-03 11:22:12 +01:00
Luca Frosini ede8f1be76 Fixed imports and class name due to IS Model refactoring 2020-02-03 10:52:09 +01:00
Luca Frosini aaaa3915fe Renaming classes to align the name with the IS model reorganization 2020-01-30 11:53:15 +01:00
Luca Frosini 241b6269bc Reorganized model as following
Element
 - EntityElement
   - Entity
     - Resource
     - Facet
   - Context
   - EntityType
     - ResourceType (3 lists of PropertyDefinition, LinkedFacet,
LinkedResource)
     - FacetType (1 list of PropertyDefinition)
 - RelationElement
   - Relation
     - IsRelatedTo
     - ConsistsOf
   - IsParentOf
   - RelationType
     - IsRelatedTo (1 list of PropertyDefinition)
     - ConsistsOf (1 list of PropertyDefinition)
 - PropertyElement
   - Property
     - Header
     - PropagationConstraint
     - Encrypted
   - PropertyType (1 list of PropertyDefinition)
     - PropertyDefinition
     - LinkedEntity
       - LinkedFacet
       - LinkedResource
2020-01-30 11:04:16 +01:00
Luca Frosini 58488f743e fixed test compiling 2020-01-29 16:33:18 +01:00
Luca Frosini 1e02edd42c Used switch case in place of if else if 2020-01-28 10:09:58 +01:00
Luca Frosini d780357089 Fixed bug which does not allow to create PropertyTypeDefiniton of
Property during DB initialization
2020-01-27 17:57:24 +01:00
Luca Frosini d5c2ecd896 Reorganizing packages 2020-01-27 17:07:37 +01:00
Luca Frosini eb99996c62 Reorganized Packages 2020-01-27 17:04:45 +01:00
Luca Frosini 96439e829e Splitted test 2020-01-24 16:54:44 +01:00
Luca Frosini 5d9da98508 Fixed Schema management and test 2020-01-24 11:25:13 +01:00
Luca Frosini ecc047889e Fixed types creations 2020-01-23 17:15:02 +01:00
Luca Frosini a825fe51af Fixed types creation to support resource schema definition. 2020-01-20 10:29:56 +01:00
Luca Frosini 72f2ee3e15 Removed restriction annotation which is not needed with open JDK 2019-12-13 10:19:52 +01:00
Luca Frosini b206f4458f Fixed ignore file 2019-12-13 10:19:24 +01:00
Luca Frosini 7deab36d24 Removed and ignored eclipse project files 2019-12-10 11:30:35 +01:00
Luca Frosini ac111cfe73 Removed and ignored eclipse project files 2019-12-10 11:29:15 +01:00
Luca Frosini 058e83a065 Fixed README 2019-12-05 18:10:15 +01:00
Luca Frosini 63700398d4 removed empty javadoc 2019-12-05 17:03:59 +01:00
Luca Frosini 9b3b2e2a95 Commmented test 2019-12-05 17:01:35 +01:00
Luca Frosini 50edc71829 Fixed distro files and pom 2019-12-05 16:59:10 +01:00
Luca Frosini 2e57ccd304 Fixed pom 2019-12-05 15:27:21 +01:00