aboutsummaryrefslogtreecommitdiffstats
path: root/so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-database-service
AgeCommit message (Collapse)AuthorFilesLines
2021-02-18Removing so-etsi-nfvo modulewaqas.ikram28-2510/+0
Change-Id: I5ab5d409bad26abd83b2d8338c4c5ab5fa6be97c Issue-ID: SO-3485 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-02-17Merge "update camunda and spring to latest versions"Steve Smokowski3-14/+15
2021-02-16update camunda and spring to latest versionsBenjamin, Max (mb388a)3-14/+15
Updated camunda to 7.14 and updated spring boot camunda to 3.4 Started to clean up duplicate maven dependencies Issue-ID: SO-3521 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ic65b04772b91dd989e41d6b6b93872978bc4e4e2
2021-02-15update the version for the H releaseseshukm1-1/+1
Issue-ID: SO-2765 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I563295123f7f8de7164495a7db3bc58872863098
2020-10-22Changing save to saveAndFlush to flush the data towaqas.ikram5-12/+12
DB immediately and Updating Camunda configuration to use separate transaction manager than other datasources Change-Id: Id621827a9de61dec08c4bae92741fbd7296824a7 Issue-ID: SO-2868 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-10-21Fixing Update status query for NfvoNfInstwaqas.ikram4-2/+51
Change-Id: Iaa9119532c3005001c5af73f904a9395048ffd11 Issue-ID: SO-2868 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-10-13SO-ETSI-NFVO Get NS Operation Status Backend ServiceAndrewLamb4-15/+62
Issue-ID: SO-2871 Change-Id: I1b17bbc5750abb38bf017df4088c4b40db3552ab Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2020-10-09Adding nullable values to columnswaqas.ikram5-24/+24
and removing duplicate dependencies Change-Id: Iddd8ed1e405c1f348b42b39e8c93504ba527864b Issue-ID: SO-3159 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-10-02Increasing code coverage ns-lcm-database-servicewaqas.ikram10-23/+139
Change-Id: Iee314c28e9f65e5bcac542b390df0d8b05ed2e31 Issue-ID: SO-2867 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-10-02SO-ETSI-NFVO Delete NS Backend ServiceAndrewLamb1-1/+4
Issue-ID: SO-2870 Change-Id: I476e78a7f528d460eb6dc9bd9019e7407ff167e3 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2020-09-25Fix getJob status bugwaqas.ikram5-2/+91
Change-Id: I1a3bab4de5c6cfaa5b7874bccff79fbf72f8dc03 Issue-ID: SO-3268 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-24Terminate NS Backend ServiceAndrewLamb3-2/+12
Issue-ID: SO-2869 Change-Id: I9c2b268d4f9aba7179633b71c8994065acacb742 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2020-09-21Fix for flyway picking up wrong datasourcewaqas.ikram1-0/+8
Change-Id: Ia607dc9723dc9c837f754bfb2e3cf321e8c26326 Issue-ID: SO-3248 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-08Adding NS instantiationwaqas.ikram3-3/+13
Change-Id: I41d32ddab1ba1e4eea42129a5918bdea3312de94 Issue-ID: SO-2868 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-04Adding entities and repositories forwaqas.ikram6-8/+205
NS Instantiation Change-Id: Id7cb2452a8821969ebec5c3f8148f292ded9812e Issue-ID: SO-3194 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-04Implementing Create NSwaqas.ikram13-6/+446
Change-Id: Ib54e7476820fe716137e6d5e08e4d0deb9f104b9 Issue-ID: SO-3179 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-04Initialise NFVO Database Tablesrope25214-0/+1529
Adding Entity files and SQL Script for initalising the NFVO DB using flyway. Also updated order of dependencies between pom.xmls with the so-etsi-nfvo module. Change-Id: I9ba682398df5a6cba22452f08caa565dec631b5d Issue-ID: SO-3159 Signed-off-by: rope252 <gareth.roper@est.tech>
2020-08-12[SO] Create basic maven modules structure in ONAP SO project.MukeshKumar1-0/+11
Issue-ID: SO-2842 Change-Id: I5be370e7ba834c8cc0fb972389c2aa2496f8f1cd Signed-off-by: Mukesh <mukeshsharma@est.tech>