aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-04-26Update timbre libraries2.0.0-ONAPbeijing2.0.0-ONAPMichael Hwang2-4/+4
Change-Id: Id0332c5559ea3b7e9ab9e115301c3160162b33cd Issue-ID: DCAEGEN2-475 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2018-04-05Update IConfiguration implMichael Hwang5-2/+13
v1.3.0 of distribution client changed the IConfiguration interface Change-Id: I29164aea59cdfd1273f1b7652d828d62d804b5f5 Issue-ID: DCAEGEN2-431 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2018-04-04Update docker tag conventionJessica Wagantall1-1/+1
Update docker tagging convention to use: v0.17.0-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images) v0.17.0-STAGING-YYYYMMDDTHHMMSSZ (for staging images) Change-Id: I9884c7aa527076008f7fa57227989e7c881a7a91 Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-04-02Fix docker tag based on CIMAN-132Lusheng Ji1-1/+2
Issue-ID: DCAEGEN2-206 Change-Id: I1f8d2245d0ddbea2910cc109e5cb4294f44068f4 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-03-27Use oparent 1.1.0Michael Hwang1-1/+1
Change-Id: I7a591ae4a3945a9fe9b00a26a2152741e072181e Issue-ID: DCAEGEN2-422 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2018-03-19Use sdc client 1.3.0Michael Hwang6-9/+9
They changed the namespace from openecomp to onap. Change-Id: I10766500c3e2c0d7bf5994c4318a825e4c0b6a89 Issue-ID: DCAEGEN2-392 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2018-02-23Upgrade dependencies to address CLM scanMichael Hwang3-5/+5
Flags raised for older versions of jackson and http-client libs which were both transitive dependencies. Change-Id: I8708370324c182dbc8e75697a3500a2545fa4938 Issue-ID: DCAEGEN2-362 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2018-02-22Fix monkeypatching issue, use clj-fakesMichael Hwang5-28/+48
Change-Id: I8ae31c1b3dfff3096e4bfef709a8f0581d2e9a7c Issue-ID: DCAEGEN2-260 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2018-02-22Increase unit test coverageMichael Hwang6-9/+173
Also updated pom to use 0.1.1 of oparent Change-Id: I3af9fd23583bf8de34e3412494d1bc4a99fe4630 Issue-ID: DCAEGEN2-260 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2018-02-12Update license textLusheng Ji3-3/+41
Change-Id: I37244a1b9060b8bcc579768ca0e18443bdc00010 Signed-off-by: Lusheng Ji <lji@research.att.com> Issue-ID: DCAEGEN2-325
2017-11-17Bump minor versionJessica Wagantall2-3/+3
Bump minor version in preparation for Amsterdam branching. Change-Id: I69d3eea9b35b49ee44699c21be9ee0ebb3eacf8c Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-01Update pom to downgrade distribution clientv1.0.01.0.0-ONAP1.0.0-AmsterdamMichael Hwang1-1/+5
Also fix to get health check working Change-Id: I5e27d72a016ef90123cd4eaa397eec68cadaccea Issue-Id: DCAEGEN2-188 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-10-27Fix setting of useHttpsWithDmaap configMichael Hwang2-1/+47
Change-Id: I91c6a0fe72c66fca3a740206753f9bcff10825a3 Issue-Id: DCAEGEN2-183 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-10-19Use activateServerTLSAuth in asdc_clientMichael Hwang2-11/+51
This is to support insecure testing Change-Id: I8343e3b453ac1a35110bd6c59d0d56d9170a0451 Issue-Id: DCAEGEN2-170 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-10-17Add health check scriptMichael Hwang2-1/+15
Change-Id: I0e51de51b4c205b60e5dc8286be8bc4217e5d5db Issue-Id: DCAEGEN2-142 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-10-11Use the latest distribution clientMichael Hwang4-17/+20
Also address Docker build issue Issue-Id: DCAEGEN2-150 Change-Id: I2db297eed1c9c1c97cc440703cf4309fae8e8906 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-25Get lein cloverage workingMichael Hwang1-2/+5
Use this to computer coverage since sonar doesnot understand Clojure. Change-Id: I3239720606547ec59e226666bc6e7923759796a4 Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-19Get clojure:test workingMichael Hwang1-0/+19
Also have `mvn test` use `mvn clojure:test` Change-Id: I4c76e6298f44d3136997df6c20a9399b34cf08f2 Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-19Try to use the hidden settings.xml for Docker pushMichael Hwang1-1/+2
The Docker authentication info is in the settings.xml Change-Id: Idfe169804dfcb15aa878843fb97aa0af6e8266ac Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-18Remove the mapping of docker executionsMichael Hwang1-35/+3
The corresponding jjb has been changed to explicitly call the docker execution operations. Change-Id: I119f2ad570ee0af28da9f81feb9f26c6ebb9dd7f Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-14Update pom - remove snapshot from versionMichael Hwang1-5/+11
Change-Id: Ibe02f370904294d17aa7ac7675a5e5f4f048a700 Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-14Update pom to do Docker ops for build and deployMichael Hwang1-1/+34
Change-Id: I9fc0ec612dd45038bd825f483fafd4c066d6565f Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-12Add version.propertiesLusheng Ji1-0/+6
Issue-Id: DCAEGEN2-60 Change-Id: Ibe6ac26a1084fa8161e8dde3dea4dde8253edf68 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-12Change group id to dcaegen2Lusheng Ji1-1/+1
Issue-Id: DCAEGEN2-60 Change-Id: I866d3f553b7cd53f8e2e3b5d48cc55bc310eaea3 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-12Add oparent as parentLusheng Ji1-3/+9
Issue-Id: DCAEGEN2-73 Change-Id: Ia7bd1351a2217c9e6b32fe7a73ade635423d9415 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-08Cleanup project's name in SonarJessica Wagantall1-0/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: I639755fd2ee657feca5f59b723c5e759d665d9fc Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-08-30Update LICENSE.txtLusheng Ji2-32/+40
Issue-Id: DCAEGEN2-86 Change-Id: I1211186bbb418af12f6ebcee0af111d727213975 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-08-23Make first commitMichael Hwang19-0/+1230
Change-Id: I7dd166e4052d48e2b333cfaadb8a0b64009b2cbc Issue-Id: DCAEGEN2-44 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-06-28Initial empty repositoryJessica Wagantall0-0/+0