summaryrefslogtreecommitdiffstats
path: root/cps-service/src/main/java
AgeCommit message (Expand)AuthorFilesLines
2021-08-23Process data-updated event asynchronouslymr/526/123402/5Renu Kumari5-12/+99
2021-08-19Merge "Filter data updated events based on configured pattern"Niamh Core2-12/+73
2021-08-18Merge "CPS-508: Create anchor/schemaset from new modules and existing modules"Niamh Core4-1/+33
2021-08-17Filter data updated events based on configured patternRenu Kumari2-12/+73
2021-08-17Merge "Delete list-node p1 service and persistence layers"Niamh Core3-12/+27
2021-08-17CPS-508: Create anchor/schemaset from new modules and existing modulesshivasubedi4-1/+33
2021-08-17Fix Sonar Qube Violationslukegleeson1-1/+1
2021-08-17Delete list-node p1 service and persistence layerslukegleeson3-12/+27
2021-08-05CPS-506: List all known modules and revisionshivasubedi3-0/+26
2021-08-03CPS-521: Upgrade opendaylight yangtools to version 6.0.1shivasubedi1-1/+2
2021-07-21Fixed inconsistent data issue with replaceNodeRenu Kumari1-0/+27
2021-07-13Editing of Nordix Licenses to ONAP guidelineslukegleeson20-41/+60
2021-07-12Merge "Support concurrent requests to create schema sets"Niamh Core1-0/+47
2021-07-09Support concurrent requests to create schema setsBruno Sakoto1-0/+47
2021-07-09Fix sonar code smellsBruno Sakoto2-26/+23
2021-07-07Sending Data Updated Event to kafkaRenu Kumari6-0/+353
2021-06-18Updating exception and explanation for update node leavesniamhcore2-2/+11
2021-06-01Introducing Antlr4 for cpsPath parsingToineSiebelink1-3/+4
2021-05-24Replace list-node content (part 1): CPS Service and persistence layersRuslan Kashapov3-4/+39
2021-05-11Create list-node elements (part1): CPS service and persistence layersRuslan Kashapov4-0/+62
2021-05-07Fix cps ran yang data modelBruno Sakoto1-1/+2
2021-04-30fix sonar code smellRuslan Kashapov1-1/+1
2021-04-29JSON data fragment into DataNode collection parsing supportRuslan Kashapov1-1/+19
2021-04-28Fix Code smellsshivasubedi5-26/+21
2021-04-26Get Data under anchor using single rootRishi.Chail1-0/+11
2021-04-20Create child data node (part 1): CPS service + RESTRuslan Kashapov2-0/+23
2021-04-07Fix SonarQube violationsToineSiebelink2-5/+4
2021-04-07Delete anchor part 1: service and persistence layersRuslan Kashapov3-1/+25
2021-04-07Fix xpath building for data nodes addressing YANG augmentationRuslan Kashapov1-2/+5
2021-03-24Provide the reason why data is not compliantBruno Sakoto1-2/+2
2021-03-24Internal Server Error when creating the same data node twiceniamhcore7-134/+80
2021-03-02CPS-265 - updating cps path to support include-descendants option.niamhcore3-4/+10
2021-02-22Rest & Java API layer - Query Datanodes using cpsPath that contains contains ...niamhcore2-0/+55
2021-02-19Persistence layer - Query Datanodes using cpsPath that contains contains a le...niamhcore2-0/+47
2021-02-18Data fragment update by xpath #3 - rest and service layersRuslan Kashapov2-9/+62
2021-02-17Merge "Data fragment update by xpath #2 - persistence layer"Toine Siebelink2-25/+22
2021-02-16Data fragment update by xpath #2 - persistence layerRuslan Kashapov2-25/+22
2021-02-16Fix yang resource parse failure if filename matches IETF recommended formatRuslan Kashapov1-6/+16
2021-02-09Data fragment update by xpath - parsing and validationRuslan Kashapov2-21/+107
2021-01-24Fix SonarQube ViolationsRishi.Chail2-2/+2
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