aboutsummaryrefslogtreecommitdiffstats
path: root/project.clj
AgeCommit message (Collapse)AuthorFilesLines
2019-01-04Update ring dependency, fix event issueC.T. Paterson1-1/+1
Change-Id: If06c7e9baf04c647a62570aa828ad9d39a4bbf66 Issue-ID: AAI-1904 Signed-off-by: C.T. Paterson <ctpaterson+onap@gmail.com>
2018-11-05Upversion for Dublinsblimkie1-1/+1
Change-Id: I15b107605a699f654f87d9c62c1e31bb5920d947 Issue-ID: AAI-1857 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
2018-11-01upversion to 1.3.13.0.0-ONAPsblimkie1-1/+1
Change-Id: I9724b22b968a0649fe47d2fe35c4c521cf81ef0e Issue-ID: AAI-1819 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
2018-09-18Reintroduce uberjar build1.3.0C.T. Paterson1-0/+4
Change-Id: I9b4108caac30b6fbb81e47aa02ba9c694c397a91 Issue-ID: AAI-1547 Signed-off-by: C.T. Paterson <ctpaterson+onap@gmail.com>
2018-09-18Cleanup pom.xmlC.T. Paterson1-4/+2
- Remove unused repos - Modelled on (https://gerrit.onap.org/r/#/c/67165/1) Issue-ID: AAI-1547 Change-Id: I05d49020bf67a502cfef82aa563bed54c096d6bd Signed-off-by: C.T. Paterson <ctpaterson+onap@gmail.com>
2018-09-18Fix snapshot serverID nameC.T. Paterson1-1/+1
Missing "s" in "snapshots" (replacement for https://gerrit.onap.org/r/#/c/67167/1) Change-Id: Ia06cd90fba301fffaf750dd7b98b09cb0bd60134 Issue-ID: CIMAN-33 Signed-off-by: C.T. Paterson <ctpaterson+onap@gmail.com>
2018-09-14Remove uberjar build to test pipelineC.T. Paterson1-4/+0
Change-Id: I4e9861d2690d93447d44119894c6c858ee1d57c1 Issue-ID: AAI-1547 Signed-off-by: C.T. Paterson <ctpaterson+onap@gmail.com>
2018-09-13New maven plugin to respect naming conventionC.T. Paterson1-7/+4
Change-Id: I613c5cb616457169840810893166a73ff13d7802 Issue-ID: AAI-1547 Signed-off-by: C.T. Paterson <ctpaterson+onap@gmail.com>
2018-09-11Change version to satisfy build script regexC.T. Paterson1-1/+1
Change-Id: I187e895aeddbbbd87410f781fec1ecb72b0ca781 Issue-ID: AAI-1547 Signed-off-by: C.T. Paterson <ctpaterson+onap@gmail.com>
2018-09-07Change group ID ; trying to get merge job workingC.T. Paterson1-1/+1
Change-Id: Ifad55260ef128edabfdc649ae19739a28ee01b97 Issue-ID: AAI-1547 Signed-off-by: C.T. Paterson <ctpaterson+onap@gmail.com>
2018-09-06Fixing pom file for JJB complianceC.T. Paterson1-6/+17
Change-Id: I9c5808642b611f2c2db9c0ea2812c3d7afdd77a8 Issue-ID: AAI-1547 Signed-off-by: C.T. Paterson <ctpaterson+onap@gmail.com>
2018-09-04Adding version.properties for build job, testsC.T. Paterson1-1/+1
Issue-ID: AAI-1547 Change-Id: I70ecf0f427eb30da8df1ec3e2a0cec383e0063fb Signed-off-by: C.T. Paterson <ctpaterson+onap@gmail.com>
2018-08-31Fixed pom in preparation for JJB jobsC.T. Paterson1-4/+5
Issue-ID: AAI-1547 Change-Id: I96c0c02c741963ad58c18b0ee7c8a4e38c37d05f Signed-off-by: C.T. Paterson <ctpaterson+onap@gmail.com>
2018-08-30Updated log messages to be more intuitiveShwetank Dave1-2/+13
Added support for kafka Updated logging.clj file to not reject messages which contain an empty substring. Updating Dockerfile to use the specified GLIBC_VERSION Adding spotify docker plugin Moving the Dockerfile to directory root. Issue-ID: AAI-1542 Change-Id: I4c41486cb6c7698a2c2736d574721f6a5237563e Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
2018-07-26Add logging and tests and build using mvnShwetank Dave1-6/+36
An initial version of adding logs to chameleon An initial version of adding specs (tests) to chameleon. Adding pom.xml so the project can be build using maven. Updating README.md for instructions on running it locally. Issue-ID: AAI-1220 Change-Id: I85f46fd7f625c83b84f211d6766970431e6d91eb Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
2018-04-13Fix graphwalk capabilitiesAdrian Batos-Parac1-1/+1
Fixes the issue where graphwalk was not working properly in the chameleon code within ONAP. Change-Id: Iae1dd036f10ab6443a40cac66ae69fad77036cb2 Issue-ID: AAI-797 Signed-off-by: Adrian Batos-Parac <adrian.batos-parac@amdocs.com>
2018-02-22Initial Commit of ChameleonAdrian Batos-Parac1-0/+31
Commit the initial set of code for the Chameleon offering to ONAP Change-Id: Ia58bd49eafc0a3702c17c9cab34d666ed1627ba5 Issue-ID: AAI-797 Signed-off-by: Adrian Batos-Parac <adrian.batos-parac@amdocs.com>