aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
AgeCommit message (Expand)AuthorFilesLines
2019-02-24Make MusicCore non-staticdev-cassandra-onlyMohammad Salehe8-276/+300
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-01-21refactord RestMusicAdminAPI.java as per spring MVCSandeep J8-324/+614
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-0/+391
2018-12-22Implement time measurement utilityMohammad Salehe4-0/+200
2018-12-21Implement first comparison point testsMohammad Salehe2-117/+1
2018-12-20Merge "added files to convert project to spring boot" into dev-cassandra-onlyBharath Balasubramanian4-0/+269
2018-12-12added files to convert project to spring bootSandeep J4-0/+269
2018-12-12Read/Write locking implementationTschaen, Brendan4-20/+90
2018-12-03Cassa lockstore return string for peekLockTschaen, Brendan2-8/+6
2018-11-28music as a service impl v3srupane kondreddy17-862/+1248
2018-11-27Add getLockQueue to music apiTschaen, Brendan2-24/+118
2018-11-20Improve timestamp and query handlingMohammad Salehe4-79/+77
2018-11-20Implement sequential lock referencesMohammad Salehe4-78/+78
2018-11-15Revert "music core implemented as a service"Tschaen, Brendan19-636/+362
2018-11-13music core implemented as a servicesrupane kondreddy19-362/+636
2018-11-01Fix property loading in jarTschaen, Brendan2-0/+39
2018-10-16Include Cassandra lockingTschaen, Brendan38-3136/+884
2018-10-04Added fix for OOF issue.Thomas Nelson Jr (arthurdent3) tn1381@att.com1-1/+1
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
2018-09-10Adding a constant to remove duplicate stringSooriyaa1-4/+5
2018-09-07RestMusicQAPI.java: Fixed sonar issuesArundathi Patil1-22/+13
2018-09-06Merge "JsonNotification.java: Fixed sonar issue"Thomas Nelson1-1/+0
2018-09-06Merge "Removing the literal true boolean value"Thomas Nelson1-2/+2
2018-09-06Merge "Remove the unused import"Thomas Nelson1-2/+0
2018-09-06Merge "Added error log in MusicConditional class"Thomas Nelson1-0/+4
2018-09-06Merge "replaced stacktrace with error log"Thomas Nelson1-2/+5
2018-09-05Merge "RestMusicVersionAPI.java: Fixed sonar issue"Bharath Balasubramanian1-3/+0
2018-09-05Merge "Remove the literal false boolean value"Bharath Balasubramanian1-1/+1
2018-09-05Merge "Move string literal to left of string comparison"Bharath Balasubramanian1-1/+1
2018-09-05Merge "Added bug fix reported in SonarQube for MusicUtil"Bharath Balasubramanian1-2/+2
2018-09-05Merge "Added fix for potential nullpointer exception"Bharath Balasubramanian1-1/+0