aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-02-24Make MusicCore non-staticdev-cassandra-onlyMohammad Salehe10-278/+308
2019-02-24Add more info for time measurementsMohammad Salehe1-1/+1
2019-02-24Implement voluntaryReleaseLock retry logicMohammad Salehe1-1/+17
2019-02-24Use executePut lock ordinal parameterMohammad Salehe1-10/+10
2019-02-24Return correct value on lockref dequeue exceptionMohammad Salehe1-22/+9
2019-02-24More detailed error messages for lock referencesMohammad Salehe1-4/+4
2019-02-24Add "ORDER BY" to top of lock queue checksMohammad Salehe1-2/+2
2019-02-24Check for lockref validity while guarding itMohammad Salehe1-4/+6
2019-02-24Use query parameters instead of string concatMohammad Salehe1-4/+7
2019-02-24Calculate standard deviation in statsMohammad Salehe1-2/+2
2019-02-24Indicate failure in createLockReferenceMohammad Salehe1-1/+2
2019-02-24Add retry logic for createLockRef in atomicPutMohammad Salehe1-6/+35
2019-02-01Added testcase for updateOnboardApp methodChandan Ghosh1-0/+12
2019-02-01Added testcase for deleteOnboardApp service methodChandan Ghosh1-0/+11
2019-02-01Added testcase for service layer RestAdmin apiChandan Ghosh1-0/+91
2019-01-21refactord RestMusicAdminAPI.java as per spring MVCSandeep J10-704/+1106
2018-12-22Implement first benchmarksMohammad Salehe1-0/+253
2018-12-22Add retry logic for acquireLock in atomicPutMohammad Salehe3-28/+72
2018-12-22Add primary time measurements to MusicCoreMohammad Salehe4-243/+324
2018-12-22Refactor Cassandra connection processMohammad Salehe4-104/+56
2018-12-22Move runnable test classesMohammad Salehe2-42/+76
2018-12-22Implement time measurement utilityMohammad Salehe4-0/+200
2018-12-21Implement first comparison point testsMohammad Salehe4-120/+245
2018-12-20Merge "added files to convert project to spring boot" into dev-cassandra-onlyBharath Balasubramanian8-79/+341
2018-12-12added files to convert project to spring bootSandeep J8-79/+341
2018-12-12Read/Write locking implementationTschaen, Brendan5-20/+131
2018-12-03Cassa lockstore return string for peekLockTschaen, Brendan2-8/+6
2018-11-28music as a service impl v3srupane kondreddy25-932/+1317
2018-11-27Add getLockQueue to music apiTschaen, Brendan4-119/+177
2018-11-20Improve timestamp and query handlingMohammad Salehe7-89/+83
2018-11-20Implement sequential lock referencesMohammad Salehe4-78/+78
2018-11-15Revert "music core implemented as a service"Tschaen, Brendan28-740/+454
2018-11-13music core implemented as a servicesrupane kondreddy28-454/+740
2018-11-07Modify TestVotingApp and add extra updateMohammad Salehe1-4/+5
2018-11-06Jar only version for nowTschaen, Brendan1-4/+0
2018-11-06Clean up readmeTschaen, Brendan1-5/+16
2018-11-05Separate jar, ignore locking unit testsTschaen, Brendan3-5/+19
2018-11-01Fix property loading in jarTschaen, Brendan2-0/+39
2018-10-16Include Cassandra lockingTschaen, Brendan51-5168/+1361
2018-10-10Merge "Added test file for NameSpace.java"Thomas Nelson1-0/+56
2018-10-10Merge "Added test file for JsonNotifyClientResponse.java"Thomas Nelson1-0/+46
2018-10-04Added fix for OOF issue.Thomas Nelson Jr (arthurdent3) tn1381@att.com1-1/+1
2018-09-30Added test file for JsonNotifyClientResponse.javaArundathi Patil1-0/+46
2018-09-29Added test file for NameSpace.javaArundathi Patil1-0/+56
2018-09-29Added test file for JSONObject.javaArundathi Patil1-0/+44
2018-09-17Update distribution files to support helm chartsThomas Nelson Jr (arthurdent3) tn1381@att.com6-108/+117
2018-09-18Merge "MusicServiceException.java: Fixed sonar issues"Thomas Nelson1-19/+19
2018-09-17MusicServiceException.java: Fixed sonar issuesArundathi Patil1-19/+19
2018-09-12Move string literal to left of string comparisonSooriyaa1-1/+1
2018-09-10Merge "RestMusicQAPI.java: Fixed sonar issues"Thomas Nelson1-22/+13