summaryrefslogtreecommitdiffstats
path: root/mod
AgeCommit message (Collapse)AuthorFilesLines
2020-03-20Update parent pom version in mod-registryAndrew Gauld1-1/+1
Change-Id: Iff4bdb5931fc1b7f894065f3e8019d109b6ce233 Issue-ID: DCAEGEN2-1860 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-03-20Merge "Link DCAE MOD design tool to Acumos Adapter"Vijay Venkatesh Kumar20-5694/+974
2020-03-20Link DCAE MOD design tool to Acumos AdapterAndrew Gauld20-5694/+974
Add import item to global menu with choices of import models, component specs, and data formats. Add prefix to acumos adapter API for consistency with rest of DCAE MOD and to allow adding acumos adapter to k8s/rancher ingress or other reverse proxy mechanism so it can be accessed by browser javascript in the design tool. Remove dcae mod hostname mechanism for callbacks from browser javascript since browser security only allows javascript to call back to the originating host port. Clean up indentation only differences between original NiFi code and ONAP versions. Remove 3 ONAP java files that are now identical to original NiFi versions. Change-Id: I23bbd98d5b171d624ef35088cd821aff2918fc1b Issue-ID: DCAEGEN2-1860 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-03-17fixed quotes issue in runtime-api1.0.1Dhrumin Desai5-8/+33
Update Runtime Issue-ID: DCAEGEN2-2120 Change-Id: Ib07060717b43255f17f95d45023e856eed1de674 Signed-off-by: Dhrumin Desai <dd303q@att.com> Signed-off-by: Deven <dp023n@att.com>
2020-03-04fixed input string type issue in bp_genDhrumin Desai1-5/+6
Issue-ID: DCAEGEN2-2120 Change-Id: I95f6c3093377921250adf7089eca96f38b838f93 Signed-off-by: Dhrumin Desai <dd303q@att.com>
2020-03-03Change reportPath to reportPaths in pom.xmlsAndrew Gauld3-3/+3
Change-Id: I521e7fc48027d182f593ea1bc04fca5bf5370553 Issue-ID: DCAEGEN2-2119 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-02-28Merge "Modify Runtime for new bpgen dependency"Vijay Venkatesh Kumar11-51/+96
2020-02-28Modify Runtime for new bpgen dependencyDeven11-51/+96
Modify Runtime core and web components to build with the new bpgen dependency Issue-ID: DCAEGEN2-2091 Change-Id: Id9dac8f4cc24a39dac2dac8dce7a84b54c1e1229 Signed-off-by: Deven <dp023n@att.com>
2020-02-27Update server url in onboarding/start.sh2.12.0Deven1-1/+1
Update server url in onboarding/start.sh Issue-ID: DCAEGEN2-2093 Signed-off-by: Deven <dp023n@att.com> Change-Id: I008c6a6005f8e2c132fc80f81d0264292f3db542
2020-02-26Merge "Updates to onboarding and distributor api's"Vijay Venkatesh Kumar4-2/+8
2020-02-26Updates to onboarding and distributor api's1.0.0Deven4-2/+8
Update server url in onboardingapi/start.sh Update wekzeug dependency version in distributorapi/setup.py Update dcae cli version in onboardingapi/start.sh Update werkzeug dependency version Issue-ID: DCAEGEN2-2093 Signed-off-by: Deven <dp023n@att.com> Change-Id: Ife06a732a147bc1339a5041fa9bdab5791d8cf3f Signed-off-by: Deven <dp023n@att.com>
2020-02-26fixed quotation issue in bp_genDhrumin Desai3-5/+7
Issue-ID: DCAEGEN2-2094 Change-Id: I62fa39b7d8bd685b88f5e196029bfd4e2e963171 Signed-off-by: Dhrumin Desai <dd303q@att.com>
2020-02-19Merge "Added policyNodes, db, tls support"Vijay Venkatesh Kumar33-186/+2484
2020-02-19Added policyNodes, db, tls supportDhrumin Desai33-186/+2484
Change-Id: Id960c156eb8da67e6792c6dbc1a60892d28703b0 Issue-ID: DCAEGEN2-164 Issue-ID: DCAEGEN2-1873 Issue-ID: DCAEGEN2-1995 Issue-ID: DCAEGEN2-1859 Signed-off-by: Dhrumin Desai <dd303q@att.com>
2020-02-18spec validator schema updatedrd772m1-1/+59
Issue-ID: DCAEGEN2-1643 Change-Id: I18d3fbf0c086e60b6c9f2f5fa084473701ac2172 Signed-off-by: rd772m <rd772m@att.com>
2020-02-17Use openjdk:8 base image for genprocessor-jobAndrew Gauld1-1/+1
Change-Id: Ic2b451acd90b95d819c88f030f388124b71326c5 Issue-ID: DCAEGEN2-2083 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-02-17Add nifi-registry with Postgres imageAndrew Gauld2-0/+109
Change-Id: I1b5a5c1edc6c430a494ab9bdc5279f8859a42703 Issue-ID: DCAEGEN2-1860 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-02-10Merge "Add DCAE MOD design tool project"Vijay Venkatesh Kumar37-0/+25558
2020-02-07Add DCAE MOD design tool projectAndrew Gauld37-0/+25558
Change-Id: I660b28ebfaa7e4b5f03a1df5fd17d126f58b7c14 Issue-ID: DCAEGEN2-1860 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-02-07sonarcloud supportVijay Venkatesh Kumar2-0/+4
Change-Id: Ie39df76703d6eb37f6826faa73f9e1a2371a5a64 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2065
2020-01-27Improve mod/distributorapi code coverageAndrew Gauld1-0/+116
Change-Id: Ida88e1200ef741c794db1c527e9f9216a1721425 Issue-ID: DCAEGEN2-1860 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-01-24Improve mod/runtimeapi code coverageAndrew Gauld12-300/+595
Change-Id: Ic8b23955deed9411ac2c216571ec2548a9fc5e42 Issue-ID: DCAEGEN2-1860 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-01-23Improve mod/genprocessor code coverageAndrew Gauld3-50/+196
Change-Id: I954f6b9d0dafd348ffd0df629fd181c2350e78f0 Issue-ID: DCAEGEN2-1860 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-01-21runtimeapi & genprocessor pom.xml docker changesAndrew Gauld9-253/+184
Change-Id: I1595bf1c08dae161530c4dcdbc3e53b909164a10 Issue-ID: DCAEGEN2-1860 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-01-17mod/genprocessor code coverage in SONARAndrew Gauld2-16/+34
Change-Id: I51bd4efd2db17e35d1b28fed32c448fae209e3ba Issue-ID: DCAEGEN2-1860 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-01-17mod-runtimeapi fix docker build and code coverageAndrew Gauld2-55/+68
Change-Id: I2038934553b831d98bbbdbd893d253cb5b733aa6 Issue-ID: DCAEGEN2-1860 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-01-16Add Maven multi-module sonar plugin for runtimeapiAndrew Gauld1-0/+8
Change-Id: I3ae46fac347501ade16c693db3014c2879b983d6 Issue-ID: DCAEGEN2-1860 Signed-off-by: Andrew Gauld <agauld@att.com>
2020-01-08bp-gen code clone from cli repoVijay Venkatesh Kumar64-0/+6280
dcaegen2/platform/mod will host all design component code cli/component-json-schemas and cli/dcae-cli already moved original cli repo will be marked as RO after this is merged Change-Id: Ie88dbd273d218c89a95afe0e58742a948c04eae5 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1852 Issue-ID: DCAEGEN2-1860 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2019-12-16Add distributor api projectdev-modMichael Hwang21-0/+1708
Issue-ID: DCAEGEN2-1860 Signed-off-by: Michael Hwang <mhwang@research.att.com> Change-Id: I67aa9178b1b1830e330ca1259e8f6b30202945df
2019-12-13Copy dcae-cli->onboardingapi, copy component specsMichael Hwang96-0/+13555
Issue-ID: DCAEGEN2-1860 Change-Id: I4805398c76479fad51cbdb74470ccc8f706ce9dc Signed-off-by: Michael Hwang <mhwang@research.att.com>
2019-12-12Add+disable maven-deploy for runtimeapiMichael Hwang1-0/+11
Issue-ID: DCAEGEN2-1860 Signed-off-by: Michael Hwang <mhwang@research.att.com> Change-Id: I27c1ad85dcbe821ae3162d6203eb02a9dfbe006d
2019-12-12Add+disable maven-deploy for runtimeapiMichael Hwang1-0/+13
Issue-ID: DCAEGEN2-1860 Signed-off-by: Michael Hwang <mhwang@research.att.com> Change-Id: If6b8fc1dde30acd980b91e7c076dece4237741db
2019-12-11Merge "Add mod/runtimeapi"Vijay Venkatesh Kumar61-0/+6010
2019-12-11Add mod/runtimeapiMichael Hwang61-0/+6010
Change-Id: I6c0a45ddf460a63a1e4b9284e19bf4ab111bd463 Issue-ID: DCAEGEN2-1860 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2019-11-21Disable maven-deploy-plugin in genprocessorMichael Hwang1-0/+3
Issue-ID: DCAEGEN2-1860 Change-Id: Ia9f57d590215860794f6f7c82b30b7cbc7d61252 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2019-11-18Add genprocessor projectMichael Hwang18-0/+1461
Signed-off-by: Michael Hwang <mhwang@research.att.com> Issue-ID: DCAEGEN2-1860 Change-Id: Ie22a30ed8c72327ff0a28afa64ae53d8d6458a0c