summaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/test/groovy/org
AgeCommit message (Expand)AuthorFilesLines
2022-07-27Distributed datastore solution for Module Sync Watchdogkissand1-1/+6
2022-07-25CmHandle creation performance degradationsourabh_sourabh3-11/+70
2022-07-25De-registration: send event(s) using central statesourabh_sourabh3-19/+64
2022-07-20Refractor code to use the new LcmEvent schemabmiklos3-36/+29
2022-07-14Code Refactoring Ncmp* to Lcm* as per new scopempriyank7-46/+58
2022-07-08CmHandleState Handlermpriyank2-27/+133
2022-07-07Merge "Define Initial Data Sync Enabled Flag and state"Joseph Keenan1-3/+11
2022-07-07Define Initial Data Sync Enabled Flag and stateDylanB95EST1-3/+11
2022-07-07Merge "Improve test coverage on CompositeStateBuilder"Toine Siebelink1-0/+22
2022-07-07Improve test coverage on CompositeStateBuilderbmiklos1-0/+22
2022-07-06Merge "Move persistence methods from NCMPproperty handler"Joseph Keenan3-30/+51
2022-07-06Merge "Distributed map setup for Module and Data Sync"Toine Siebelink1-0/+49
2022-07-06Distributed map setup for Module and Data Syncmpriyank1-0/+49
2022-07-05Move persistence methods from NCMPproperty handleremaclee3-30/+51
2022-07-04Move persistence related methodsemaclee4-61/+129
2022-07-04Simplified 'External' lock reason Mappinglukegleeson6-25/+25
2022-07-01Merge "use separated get methods for every cmHandle instead of one "get all" ...Toine Siebelink1-1/+3
2022-07-01use separated get methods for every cmHandle instead of one "get all"kissand1-1/+3
2022-07-01Merge "Allow Module Re-Sync"Toine Siebelink2-2/+46
2022-06-30Allow Module Re-Synclukegleeson2-2/+46
2022-06-30Add method to get YANG module sources for CM handleemaclee8-16/+35
2022-06-30Merge "Fix performance degradation bug"Joseph Keenan3-65/+74
2022-06-30Merge "Retry Module-Sync based on from last failure"Toine Siebelink2-4/+35
2022-06-30Merge "Kafka consumer can not be turned off"Toine Siebelink1-7/+14
2022-06-30Kafka consumer can not be turned offJosephKeenan1-7/+14
2022-06-30Fix performance degradation bugkissand3-65/+74
2022-06-29Get cm-handle state endpointlukegleeson2-4/+64
2022-06-29Retry Module-Sync based on from last failureDylanB95EST2-4/+35
2022-06-28Unable to change state from LOCKED to ADVISEDsourabh_sourabh7-17/+22
2022-06-27Merge "Introducing DELETING and DELETED Cmhandle State"Joseph Keenan1-3/+4
2022-06-23Remove operation from NcmpEventmpriyank7-58/+12
2022-06-23Introducing DELETING and DELETED Cmhandle Statelukegleeson1-3/+4
2022-06-22Data Sync Watchdog Processsourabh_sourabh8-13/+194
2022-06-22Merge "Eliminate cmhandle-properties tag"Joseph Keenan1-2/+2
2022-06-21Merge "Quick fix for performance degradation bug"Toine Siebelink1-5/+5
2022-06-21Eliminate cmhandle-properties tagmpriyank1-2/+2
2022-06-21Merge "Publish LCM Events"Joseph Keenan4-5/+32
2022-06-21Merge "Exclude CM-Handles that are not in state 'READY'"Toine Siebelink1-0/+4
2022-06-20Publish LCM Eventsmpriyank4-5/+32
2022-06-17Quick fix for performance degradation bugkissand1-5/+5
2022-06-16Merge "Fix sonar code smells"Joseph Keenan2-7/+7
2022-06-15Merge "Retry CM-Handles that are LOCKED, Failed-to-Sync"Joseph Keenan3-12/+48
2022-06-15Retry CM-Handles that are LOCKED, Failed-to-Syncputhuparambil.aditya3-12/+48
2022-06-15NcmpEvent creation and Mappingmpriyank2-0/+121
2022-06-14Exclude CM-Handles that are not in state 'READY'JosephKeenan1-0/+4
2022-06-13Fix sonar code smellskissand2-7/+7
2022-06-09Merge "Handle errors during cm handle search"Toine Siebelink1-4/+4
2022-06-09Handle errors during cm handle searchkissand1-4/+4
2022-06-09Remove Model Sync From RegistrationToineSiebelink7-63/+31
2022-06-09Merge "Ncmp Producer Setup"Toine Siebelink3-60/+169