aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2018-11-05Modularized mdbc buildRob Daugherty1-7/+6
The mdbc pom should inherit from oparent. The top-level pom should not build the jar directly. It should be a parent pom for mdbc submodules. The first submodule will be called mdbc-server. Note: the "mdbc" jar will now be called "mdbc-server". Change-Id: I4456e659b7494641e5b3cefd540eb62a149b79a4 Issue-ID: MUSIC-175 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-11-02In process of matching database structureEnrique Saurez1-0/+12
Fix append,insert to match schema merge remote master branch Implemented addTxDigest fixing creation of rows (new tables) fix append and updates to match schema added base test for music opers Add test cases for db opers/fix bugs [Rob D. added some patches to fix the MdbcServer/EtdbTestClient runtime] Change-Id: Ib5df43c50921c101904695ad8ab263c6f43ac06a Issue-ID: MUSIC-173 Signed-off-by: Enrique Saurez <enrique.saurez@gmail.com> Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-10-29Migrate MDBC code to org.onap.musicArthur Martella1-12/+12
Patch set 2 now includes moving files in src/test/java Change-Id: Ic722bed9574f75d90b5b582247fec61084772cb8 Issue-ID: MUSIC-155 Signed-off-by: Arthur Martella <arthur.martella.1@att.com>
2018-10-26Change code structure to match pseudocodeEnrique Saurez1-21/+31
Issue-ID: MUSIC-149 Change-Id: Icc8967636192132133066f836614f7bee2ba6265 Signed-off-by: Enrique Saurez <enrique.saurez@gmail.com>
2018-10-25Update Music Interface and readme instructionsTschaen, Brendan1-0/+64
Change-Id: I998845eba64d712dd489a5af8b63c4c6b5a066d8 Issue-ID: MUSIC-149 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2018-10-16Initial commitTschaen, Brendan1-0/+160
Change-Id: I510baf73e4d35b651fb04e5b8e038dacb6a5a130 Issue-ID: MUSIC-149 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>