aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt
AgeCommit message (Collapse)AuthorFilesLines
2020-04-08switched capability request sourceMichael Dürre2-11/+14
switched from data-provider to restconf Issue-ID: SDNC-1151 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I1d1c6d396100ccfb96a87cf02a1c1edd94c842a4
2020-03-25Merge "fix connection state machine"Dan Timoney8-126/+248
2020-03-25Merge "fix waitforyellow in dbclient"Dan Timoney15-796/+1229
2020-03-25fix connection state machineMichael Dürre8-126/+248
fixed state handlers for netconf nodes Issue-ID: SDNC-1134 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ibd63e84e4cc891a03ef5bd499760804a8cb89e93
2020-03-24fix waitforyellow in dbclientMichael Dürre15-796/+1229
fix esclient and setup Issue-ID: SDNC-1133 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I0326e84383602f3401f615bc8342fd091f401e8e
2020-03-24fixed inventory db entryMichael Dürre1-0/+7
filled null values with empty strings Issue-ID: SDNC-1132 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I3f210a52fe4aa08d18206e4faac35e19d9637f52
2020-03-16Bugfixes for PerformanceAppAijana Schumann13-56/+173
Fix filter in table not always showing Fix suspectInterval filter not linked between chart and table Fix data not loaded problem Issue-ID: SDNC-1118 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I7d1b71f094dfdd7cd16ed6f7fb5c597a7b209b69
2020-03-13Fix odlux bugsAijana Schumann22-92/+320
Fix help and about app not scrollable Fix filter hiding and showing without user interaction and default sort in all tables Issue-ID: SDNC-1117 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I5c6ff86c73a3b222a8d9022125454788496f6399
2020-03-09Fixing package naming to fix MANIFEST.MFSingal, Kapil (ks220y)2-6/+6
Reafactoring POM Files Change-Id: Ib2eaaca2ee81d8354ccff4de10f7d6f77c8a82bf Issue-ID: CCSDK-2166 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2020-03-06Fix behavior of config appherbert1-3/+5
behavior for list without key of config app Issue-ID: SDNC-1111 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I7984efc9d2101ff9480e8361cd34a31c61c81b79
2020-03-06Roll master to GuilinDan Timoney81-162/+162
Roll master to new versions for early Guilin developent Change-Id: I072f4657e16d5ad5b3fe81978f407c631a0048ed Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-04Use released 1.5.2 CCSDK parentDan Timoney82-90/+91
Use released Frankfurt M4 version of CCSDK parent poms Change-Id: I05de5b17ca00463c0d5e772d4995870df5ff0fc1 Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-04fixed db initMichael Dürre6-333/+292
fixed db initialziation for maintenance Issue-ID: SDNC-1108 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ifcfdf80f31cb7691716e8f4cec6ba1ba52644709
2020-02-28Merge "update odlux documentation"Dan Timoney5-7/+42
2020-02-28Merge "Refactoring data-provider:provider generateDTOs"Dan Timoney1-1/+1
2020-02-28update odlux documentationAijana Schumann5-7/+42
update readthedocs to include new functionality / improve wording fix missing help link for configurationApp Issue-ID: SDNC-1093 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: Ice8c93f55e076aeefb971c9febc6ec82785969f5
2020-02-28update odlux stage 3Aijana Schumann43-241/+714
PerformanceApp: Add filter to chart view add scrolling header to tables, add basic validation to editNetworkElementDialog bugfixes Issue-ID: SDNC-1087 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I585bd6cfeb11b867cd630e96e6479170d2f92fe8
2020-02-28Update command and dataprovider componentsherbert161-2399/+3384
Adjust license and changes Issue-ID: SDNC-1092 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I8a0a339e4ecee828ae402f67d9dfc4dff7c3e59a Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
2020-02-28Update devicemanager componentsherbert155-1126/+1150
Adjust license and add Issue-ID: SDNC-1091 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Ic0eb5ff731c6c9cc982b9867d6731a9e470a9597
2020-02-27Refactoring data-provider:provider generateDTOsSingal, Kapil (ks220y)2-8/+14
Fixing EsInit.script file creation Change-Id: I615114e617bdabbb876a66610caa2665b17f0a71 Issue-ID: SDNC-1085 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2020-02-27add data migration toolMichael Dürre60-1681/+5287
add tool for data migration and initialization Issue-ID: SDNC-1085 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ibd1ffeffa95d2897ae65f7d964e98941d810ffcb Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
2020-02-26Update devicemanager componentsherbert10-215/+47
update onf oran gran base devicemanager Issue-ID: SDNC-1084 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I26c7db6654dad9b7d877d361deb3fb67d3e15050
2020-02-24Fix dblib dependency scopeDan Timoney2-1/+17
Scope of dependency on dblib must be provided to avoid conflicting definition of embedded tomcat dependency in derived feature.xml Change-Id: Ib2da967427c80701525a8ba4c3432a9f9844a5f9 Issue-ID: CCSDK-2117 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-02-24update common libMichael Dürre28-406/+1405
add some more es functionality Issue-ID: SDNC-1082 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ic7a9b0922ddd9d389e1ab6e1df3201874409a883
2020-02-21Update odluxAijana Schumann26-228/+681
Update performance app: fix scrolling bug, reduce loading times, update ui to use tabs instead of panels, change the view to toggle between chart and table to better visualize data, minior bugfixes for other apps Issue-ID: SDNC-1080 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I2b5cf3a5f580f4193421bc047e5256d8e9497e6b Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com>
2020-02-18Fix code smellsRavi Pendurty23-959/+616
Fix code smells based on SonarCloud report Issue-ID: SDNC-1075 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I98be47a2c75f80aa5593aab2ed63e7abf1dcccc9 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2020-02-14Add Unit test casesRavi Pendurty25-33/+2787
Add Unit tests to provide Code coverage for compliance Issue-ID: SDNC-1072 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I496623ce12591b87119ff21198213a0944f09ef6
2020-02-14Add Unit test casesRavi Pendurty18-733/+1991
Add Unit tests to provide Code coverage for compliance Issue-ID: SDNC-1073 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: Ic35016d270cc32c6f42e665cafc3b7ea6407ea15
2020-02-14Merge "Add Unit tests"KAPIL SINGAL5-11/+214
2020-02-14SDN-R code coverageherbert56-2989/+1227
add unit test to devicemanager Issue-ID: SDNC-1071 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I794a86defde37e62f555c4e34acaa499c21788ca
2020-02-14Add Unit testsRavi Pendurty5-11/+214
Add Unit tests to provide Code coverage for compliance Issue-ID: SDNC-1069 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I34027a4cad73be01abf3ca1d988e66167449d251
2020-02-12Update odluxAijana Schumann36-381/+491
Fix scrolling and resizing bug in all tables, update the ui, minior bugfixes Issue-ID: SDNC-1067 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I6322d5f612dcbc0c044b4b67ef3c73d6d2c90949
2020-02-11Update documentation for odluxAijana Schumann9-35/+72
Update help texts for all odlux apps to include new functionality Issue-ID: SDNC-1065 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I35b60a950b758f3bc3c182a01646d6d746ed2240 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com>
2020-02-07improve code coverageMichael Dürre28-312/+1328
more unit tests for common and data-provider Issue-ID: SDNC-1063 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Id99cb3e300b9649b77e0900347fbefae8d55cd87 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
2020-02-06Fixing Copyright Header from earlier commitSingal, Kapil (ks220y)2-36/+8
Change-Id: If8814a9b926f2264bcbf6d78f2ef2ad7f0379ea2 Issue-ID: CCSDK-2069 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2020-02-03Adding Copyright to all FilesSingal, Kapil (ks220y)155-4796/+6407
Reformatting POM Files as per mvn tidy:pom Change-Id: Id90a8b5450d08ee810718cb00d9fb8b6cf38618a Issue-ID: CCSDK-2069 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2020-02-03Update mountpoint-registrarRavi Pendurty10-34/+55
Include cleanup for test code Issue-ID: SDNC-1030 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I2ec89f4d74817b61aee888127bc61de6dd335cef
2020-02-02Merge "SDN-R add updated featureaggregator"KAPIL SINGAL4-271/+350
2020-02-02Merge "SDN-R add updated odlux"KAPIL SINGAL63-975/+2397
2020-02-02SDN-R add updated featureaggregatorherbert4-271/+350
Updates add featureaggregator-devicemanager Issue-ID: SDNC-1057 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Ia4036af2d1c5142f122dcf2ddcd020fa6b14ca37
2020-02-02Merge "update helpserver"KAPIL SINGAL11-56/+65
2020-02-02SDN-R add updated odluxherbert63-975/+2397
Updates all odlux framework and app components. Issue-ID: SDNC-1032 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I13c520489fd40d05b7fd5215f5941af6238e9cae
2020-02-02Merge "SDN-R add updated devicemanager"KAPIL SINGAL350-2/+104000
2020-02-02Merge "SDN-R add updated app"KAPIL SINGAL32-2/+2243
2020-02-02Merge "SDN-R add updated app"KAPIL SINGAL43-2/+4035
2020-02-01SDN-R add updated devicemanagerherbert350-2/+104000
add updated devicemanager and specific devicemanagers Issue-ID: SDNC-1039 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I16f4c8d78da95ab12dbb50e50dfb561a85e8d6a2 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
2020-02-01SDN-R add updated appherbert32-2/+2243
add mountpoint-state-provider Issue-ID: SDNC-1038 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Ib14ec872962dfd545e4f130729d3bb5a5716fde9 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
2020-02-01SDN-R add updated appherbert43-2/+4035
add updated netconfnode-state-service Issue-ID: SDNC-1033 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: If1639bb61dc58e90b769c0dd100d49eeddf83fc9 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
2020-01-31update apigatewayMichael Dürre19-1477/+354
removed unused code and services Issue-ID: SDNC-1027 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ia126ed7fcc18331858c502409384cbc0570d6be7
2020-01-31Merge "update websocketmanager"KAPIL SINGAL3-50/+2