music.git
2019-02-25 Mohammad SaleheUse executePut lock ordinal parameter 34/78134/5
2019-02-25 Mohammad SaleheReturn correct value on lockref dequeue exception 33/78133/5
2019-02-25 Mohammad SaleheMore detailed error messages for lock references 32/78132/4
2019-02-25 Mohammad SaleheAdd "ORDER BY" to top of lock queue checks 31/78131/4
2019-02-25 Mohammad SaleheCheck for lockref validity while guarding it 30/78130/2
2019-02-25 Mohammad SaleheUse query parameters instead of string concat 29/78129/2
2019-02-25 Mohammad SaleheCalculate standard deviation in stats 28/78128/2
2019-02-25 Mohammad SaleheIndicate failure in createLockReference 27/78127/2
2019-02-25 Mohammad SaleheAdd retry logic for createLockRef in atomicPut 26/78126/2
2019-02-01 Chandan GhoshAdded testcase for updateOnboardApp method 10/77710/1
2019-02-01 Chandan GhoshAdded testcase for deleteOnboardApp service method 09/77709/1
2019-02-01 Chandan GhoshAdded testcase for service layer RestAdmin api 08/77708/1
2019-01-29 Tschaen, BrendanIncrement version 27/77527/1
2019-01-29 Bharath BalasubramanianMerge "refactord RestMusicAdminAPI.java as per spring...
2019-01-22 Tschaen, BrendanStabilize v3.2.1 36/76136/1
2019-01-21 Sandeep Jrefactord RestMusicAdminAPI.java as per spring MVC 60/76060/1
2019-01-15 Tschaen, BrendanBuild and install jar 39/75839/1
2018-12-22 Mohammad SaleheImplement first benchmarks 45/75045/3
2018-12-22 Mohammad SaleheAdd retry logic for acquireLock in atomicPut 44/75044/3
2018-12-22 Mohammad SaleheAdd primary time measurements to MusicCore 43/75043/3
2018-12-22 Mohammad SaleheUpdate .gitignore 42/75042/3
2018-12-22 Mohammad SaleheRefactor Cassandra connection process 41/75041/3
2018-12-22 Mohammad SaleheMove runnable test classes 40/75040/3
2018-12-22 Mohammad SaleheAdd shade plugin to maven pom.xml 39/75039/3
2018-12-22 Mohammad SaleheRemove unwanted line from pom.xml 38/75038/2
2018-12-22 Mohammad SaleheImplement time measurement utility 37/75037/2
2018-12-21 Mohammad SaleheImplement first comparison point tests 23/72123/3
2018-12-20 Bharath BalasubramanianMerge "added files to convert project to spring boot...
2018-12-12 Sandeep Jadded files to convert project to spring boot 00/74500/4
2018-12-12 Tschaen, BrendanRead/Write locking implementation 90/74590/1
2018-12-03 Tschaen, BrendanCassa lockstore return string for peekLock 58/74158/3
2018-11-28 srupane kondreddymusic as a service impl v3 39/73839/2
2018-11-27 Tschaen, BrendanAdd getLockQueue to music api 52/73752/1
2018-11-21 Mohammad SaleheImprove timestamp and query handling 22/72122/2
2018-11-21 Mohammad SaleheImplement sequential lock references 93/72093/2
2018-11-15 Tschaen, BrendanRevert "music core implemented as a service" 92/72792/1
2018-11-13 srupane kondreddymusic core implemented as a service 79/72579/1
2018-11-07 Mohammad SaleheModify TestVotingApp and add extra update 92/72092/1
2018-11-06 Tschaen, BrendanJar only version for now 77/71977/1
2018-11-06 Tschaen, BrendanClean up readme 45/71945/2
2018-11-05 Tschaen, BrendanSeparate jar, ignore locking unit tests 90/71890/1
2018-11-01 Tschaen, BrendanFix property loading in jar 77/71677/1
2018-10-25 Tschaen, BrendanUpdate version number 53/71253/2
2018-10-17 Tschaen, BrendanInclude Cassandra locking 12/70612/1
2018-10-14 Thomas Nelson JrBug Fix to keep runcwl from failing. 11/70411/1
2018-10-10 Thomas NelsonMerge "Added test file for NameSpace.java"
2018-10-10 Bharath BalasubramanianMerge "Update to support Encrypted password"
2018-10-10 Thomas NelsonMerge "Added test file for JsonNotifyClientResponse...
2018-10-10 Thomas Nelson... Update to support Encrypted password 10/70010/4
2018-10-04 Thomas Nelson... Added fix for OOF issue. 67/69867/2
2018-09-30 Arundathi PatilAdded test file for JsonNotifyClientResponse.java 62/69562/1
2018-09-29 Arundathi PatilAdded test file for NameSpace.java 50/69550/1
2018-09-29 Arundathi PatilAdded test file for JSONObject.java 46/69546/1
2018-09-18 Bharath BalasubramanianMerge "Update distribution files to support helm charts"
2018-09-18 Thomas Nelson... Update distribution files to support helm charts 73/67173/1
2018-09-18 Thomas NelsonMerge "Add distribution management to pom"
2018-09-18 Thomas NelsonMerge "MusicServiceException.java: Fixed sonar issues"
2018-09-18 Thomas NelsonMerge "Move string literal to left of string comparison"
2018-09-17 Tschaen, Brendan... Add distribution management to pom 69/67069/1
2018-09-17 Tschaen, Brendan... Change pom for ONAP 61/67061/1
2018-09-17 Arundathi PatilMusicServiceException.java: Fixed sonar issues 61/66961/1
2018-09-12 SooriyaaMove string literal to left of string comparison 31/66031/1
2018-09-10 Thomas NelsonMerge "RestMusicQAPI.java: Fixed sonar issues"
2018-09-10 SooriyaaAdding a constant to remove duplicate string 49/65449/1
2018-09-07 Arundathi PatilRestMusicQAPI.java: Fixed sonar issues 55/64955/2
2018-09-06 Thomas NelsonMerge "JsonNotification.java: Fixed sonar issue"
2018-09-06 Thomas NelsonMerge "Removing the literal true boolean value"
2018-09-06 Thomas NelsonMerge "Remove the unused import"
2018-09-06 Thomas NelsonMerge "Added error log in MusicConditional class"
2018-09-06 Thomas NelsonMerge "replaced stacktrace with error log"
2018-09-05 Bharath BalasubramanianMerge "RestMusicVersionAPI.java: Fixed sonar issue"
2018-09-05 Bharath BalasubramanianMerge "Remove the literal false boolean value"
2018-09-05 Bharath BalasubramanianMerge "Move string literal to left of string comparison"
2018-09-05 Bharath BalasubramanianMerge "Added bug fix reported in SonarQube for MusicUtil"
2018-09-05 Bharath BalasubramanianMerge "Added fix for potential nullpointer exception"
2018-09-05 Chandan GhoshAdded error log in MusicConditional class 31/64631/1
2018-09-05 SooriyaaMove string literal to left of string comparison 29/64629/1
2018-09-05 Chandan Ghoshreplaced stacktrace with error log 21/64621/1
2018-09-05 SooriyaaRemove the literal false boolean value 23/64623/1
2018-09-04 SooriyaaRemove the unused import 89/64389/1
2018-09-04 Arundathi PatilRestMusicVersionAPI.java: Fixed sonar issue 19/64319/1
2018-09-04 Chandan GhoshRemoved unused imports. added error log 21/64321/1
2018-09-04 SooriyaaRemoving the literal true boolean value 15/64315/1
2018-09-03 Bharath BalasubramanianMerge "Added fix for potential nullpointerexception"
2018-09-03 Bharath BalasubramanianMerge "MusicLockState.java: Fixed sonar issue"
2018-09-03 Bharath BalasubramanianMerge "JsonDelete.java: Fixed sonar issue"
2018-09-03 Arundathi PatilProtocolSupport.java: fixed sonar issue 19/64219/1
2018-09-03 Arundathi PatilMusicLockState.java: Fixed sonar issue 09/64209/1
2018-09-03 Arundathi PatilJsonDelete.java: Fixed sonar issue 89/64189/2
2018-09-03 Chandan GhoshAdded fix for potential nullpointerexception 71/64171/3
2018-08-31 Bharath BalasubramanianMerge "jsonSelect.java: Fixed sonar issue"
2018-08-31 Arundathi PatiljsonSelect.java: Fixed sonar issue 41/64041/1
2018-08-31 Arundathi PatilJsonConditional.java: Fixed sonar issue 35/64035/1
2018-08-29 Chandan GhoshAdded fix for potential nullpointer exception 99/63399/1
2018-08-29 Chandan GhoshAdded bug fix reported in SonarQube for MusicUtil 27/63227/2
2018-08-29 Arundathi PatilJsonNotification.java: Fixed sonar issue 85/63385/1
2018-08-28 Bharath BalasubramanianMerge "JasonUpdate.java: Fixed sonar issue"
2018-08-28 Bharath BalasubramanianMerge "MusicCore.java : Fixed sonar issue"
2018-08-28 Arundathi PatilMusicConditional.java: Fixed sonar issue 01/63201/1
2018-08-28 Arundathi PatilMusicCore.java : Fixed sonar issue 97/63197/1
next