summaryrefslogtreecommitdiffstats
path: root/cps-service/src/main/java/org
AgeCommit message (Expand)AuthorFilesLines
2021-02-04Fetching data node by xpath - rest and service layersRuslan Kashapov4-0/+149
2021-02-04Fetching data node by xpath - persistence layerRuslan Kashapov3-0/+53
2021-02-01Merge "Attach a (JSON) data instance for a container with children to a given...Toine Siebelink4-11/+90
2021-02-01Attach a (JSON) data instance for a container with children to a given Anchorniamhcore4-11/+90
2021-01-29Merge "Fix the datanode build logic (incorrect parsing of containers and mapp...Toine Siebelink2-44/+37
2021-01-28Fix the datanode build logic (incorrect parsing of containers and mapped lists)Ruslan Kashapov2-44/+37
2021-01-28Fix sonar false-positive code smells issues (licence below package line)Ruslan Kashapov2-5/+6
2021-01-27Draft at proposal where the DataNodeBuilder 'replaces' yang Utils to buidl a ...ToineSiebelink4-258/+206
2021-01-25Add DataNodeDoesNotExist Exceptionniamhcore2-0/+52
2021-01-22Retrieve an Anchor for a given dataspace by anchor name - Service layerRishi.Chail2-1/+16
2021-01-22Add another Child to a Fragment that has already at least one Childniamhcore1-0/+11
2021-01-21Introduce caffeine cacheClaudio David Gasparini3-17/+113
2021-01-19Delete schema set - REST and service layersRuslan Kashapov2-0/+22
2021-01-18Delete schema set - persistence layerRuslan Kashapov4-0/+121
2021-01-18Merge "Persisting data nodes (fragments tree structure)"Toine Siebelink2-1/+15
2021-01-18Persisting data nodes (fragments tree structure)niamhcore2-1/+15
2021-01-18Fix code smellRishi.Chail1-0/+1
2021-01-15Retrieve the SchemaSet resources for an AnchorRishi.Chail3-6/+66
2021-01-15SonarQube fixesToineSiebelink1-0/+2
2021-01-14SonarQube fixesToineSiebelink6-5/+20
2021-01-12Enable spotbugs and fix spotbugs warnsClaudio David Gasparini3-5/+12
2021-01-11Rework CpsModulePersistenceServiceClaudio David Gasparini8-17/+72
2021-01-08Merge "Remove depredcated classes"Bruno Sakoto1-49/+0
2021-01-07Remove deprecated methodClaudio David Gasparini1-16/+0
2021-01-07Remove depredcated classesniamhcore1-49/+0
2021-01-06Create dataspaceRuslan Kashapov4-0/+63
2020-12-24Create schema set REST API and service levelRuslan Kashapov4-41/+76
2020-12-17Merge "Associate anchor to schema set"Rishi Chail4-23/+29
2020-12-17Associate anchor to schema setRuslan Kashapov4-23/+29
2020-12-17Adding logging exampleniamhcore1-3/+3
2020-12-17Decouple YangUtils testClaudio David Gasparini1-34/+1
2020-12-16List all modules references in a given dataspace and schemas set nameClaudio David Gasparini6-6/+93
2020-12-16Merge "Few Sonar Fixes Add spock-spring testing"Toine Siebelink3-24/+4
2020-12-16Few Sonar Fixesputhuparambil.aditya3-24/+4
2020-12-16Introduce YangTextSchemaSourceSetClaudio David Gasparini3-24/+179
2020-12-14Merge "Yang resource name persistence"Toine Siebelink1-6/+5
2020-12-14Yang resource name persistenceRuslan Kashapov1-6/+5
2020-12-11Remove depredcated code/classesniamhcore4-149/+0
2020-12-10Retrieve All anchors for a given Dataspaceputhuparambil.aditya3-0/+25
2020-12-10Improve CPS Exception handlingToineSiebelink12-201/+164
2020-12-07Create Common Model objects in SPIniamhcore15-175/+453
2020-12-07Merge "CPS Exception handling - extending the CPSValidationException"Toine Siebelink2-0/+117
2020-12-07CPS Exception handling - extending the CPSValidationExceptionputhuparambil.aditya2-0/+117
2020-12-03Schema Set persistence (store) implementationRuslan Kashapov2-3/+110
2020-12-02Fix checkstyle violations for "final" keywordClaudio David Gasparini5-12/+12
2020-12-01Xpath builder on data fragmentationToineSiebelink2-12/+50
2020-11-19Adding & Testing method for breaking JSON Data into 'fragments'ToineSiebelink2-9/+242
2020-11-19Fix HTTP response for duplicate moduleniamhcore1-0/+1
2020-11-19Fix name inconsistency of classesRishi.Chail3-11/+10
2020-11-18VSE: Create an anchor in the given dataspaceRishi.Chail6-16/+113