summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/common
AgeCommit message (Collapse)AuthorFilesLines
2020-04-08fix db version conflict issueMichael Dürre12-168/+363
merged write and refresh request together Issue-ID: SDNC-1146 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I6d65f372ee27a84c9b55371cefd1d7ecb9fac9fb
2020-03-24fix waitforyellow in dbclientMichael Dürre11-410/+734
fix esclient and setup Issue-ID: SDNC-1133 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I0326e84383602f3401f615bc8342fd091f401e8e
2020-03-06Roll master to GuilinDan Timoney1-2/+2
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 Timoney1-1/+1
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-02-28Update command and dataprovider componentsherbert95-1519/+2014
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-27add data migration toolMichael Dürre7-324/+433
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-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-07improve code coverageMichael Dürre13-209/+634
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-03Adding Copyright to all FilesSingal, Kapil (ks220y)6-71/+125
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-01-31SDN-R add updated appherbert1-1/+1
add updated data-provider Issue-ID: SDNC-1026 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I641f8144955fcfb196d0cb19d57452c1d1a69a92 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
2020-01-30SDN-R update commonherbert15-1021/+605
update common and remove all dependent bundles Issue-ID: SDNC-1025 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I0cebe27eff0489f9b221ee7451be9250e362a827
2020-01-30Roll to next snapshotDan Timoney1-2/+2
Roll to snapshot 0.7.1-SNAPSHOT version Change-Id: I9b48334b6d91d249b8b8b1ba6fc61fe0ef3730b8 Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-23Use released parent pomDan Timoney1-1/+1
Use released version of ccsdk/parent poms Change-Id: I4e8285f98fd9921375bf4bd4168a2508e5cd10f8 Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2019-12-16Refactoring multiple pluginsSingal, Kapil (ks220y)1-4/+4
Refactoring below plugins in sdnr/wt/common/pom.xml : 1) org.codehaus.mojo : exec-maven-plugin -> changing executable to bash so that it can run on windows too 2) com.github.alexcojocaru : elasticsearch-maven-plugin -> skip if tests are skipped during maven build Adding create dir step in es-intit.sh : sdnr/wt/data-provider/database/src/main/resources/es-init.sh -> cmd_initfile() -> mkdir -p $( dirname $INITFILENAME ) Change-Id: I78516406101659f802dad2fb68ca349f63a4dd2e Issue-ID: CCSDK-1994 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-12-16update old versionherbert3-3/+488
of apigateway common data-provider helpserver websocketmanager2 Issue-ID: SDNC-1005 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I13990aa4329810bb7a7dd815e6149e9890617d07 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
2019-12-13Add data-providerherbert11-513/+939
data-provider and change to avoid heap overflow Issue-ID: SDNC-994 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Ifcc6ce1198442e4b48fc08ba71108cfd5b5ca8aa
2019-12-13Refactoring POM as per tidy:pomSingal, Kapil (ks220y)1-136/+136
Removing sli version property declared as project.version, and it should inherit from parent pom Change-Id: I24dc1849e2183560f4c571319be0c490c772a95e Issue-ID: CCSDK-1993 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-12-04add common libMichael Dürre79-0/+6631
common lib with code used by multiple sdnr bundles Issue-ID: SDNC-990 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Id21a7346497c45c50eec565e7a75684f88fbf4b6