- a10606e Store Cloud Request in Database by Smokowski, Steven · 6 years ago
- 0bb58cf Removed JsonIgnore for resourceInput by subhash kumar singh · 6 years ago
- 0164eba Merge "Enhancement for query" by Seshu Kumar M · 6 years ago
- 2e0a34d Merge "Removed generic type from right triangle. Removed generic type from right triangle which is not recommended after java 7 Issue-ID: SO-1490" by Seshu Kumar M · 6 years ago
- e51fa00 Merge "Define constant in place of literals Constants are declared and used in place of literals Issue-ID: SO-1490" by Seshu Kumar M · 6 years ago
- 40593fe Merge "Removal of unused variables and replace type specification. Removal of unused local variables. Replace type specifications with diamond operator as per guide lines. Issue-ID: SO-1490" by Seshu Kumar M · 6 years ago
- cf71aaf Merge "Fixed issues found in integration testing" by Seshu Kumar M · 6 years ago
- 0d9e2a9 Merge "Removed unused imports and rearranged variables Removed unused imports and moved variables to comply with Java Code Conventions. Issue-ID: SO-1490" by Seshu Kumar M · 6 years ago
- 9797ba0 Enhancement for query by subhash kumar singh · 6 years ago
- f677f92 Merge changes Iea43b256,Ibabb3f5e,I65623121 by subhash kumar singh · 6 years ago
- c401624 Removed unused imports and rearranged variables by NITIN KAWA · 6 years ago
- 71e617b Merge "Reorder modifiers. Reorder modifiers to complt with Java code specifications Issue-ID: SO-1490" by Seshu Kumar M · 6 years ago
- 89637ec Merge "Reorder java modifiers. Reorder modifiers to complt with Java code specifications Issue-ID: SO-1490" by Seshu Kumar M · 6 years ago
- 569e6fd Merge "Reorder modifiers. Reorder modifiers to complt with Java code specifications Issue-ID: SO-1490" by Seshu Kumar M · 6 years ago
- 579b5a6 update the interface flows in SO by seshukm · 6 years ago
- e6812d4 Fix the FAQ page location by seshukm · 6 years ago
- 22018e2 update SO release notes in readthedocs by seshukm · 6 years ago
- 16d5367 Reorder modifiers. by h00397475 · 6 years ago
- 68bbeda Reorder java modifiers. by h00397475 · 6 years ago
- 3a0d349 Reorder modifiers. by h00397475 · 6 years ago
- 046eb62 Merge "Sniro BB now supports sole service proxies" by Steve Smokowski · 6 years ago
- 0000db3 Merge "Add SO update config file -application.yaml file" by Steve Smokowski · 6 years ago
- b20c619 Removal of unused variables and replace type specification. by h00397475 · 6 years ago
- df6508f Fixed issues found in integration testing by MichaelMorris · 6 years ago
- 1058540 Merge "add resourceInput in vnfc Issue-ID: SO-1393" by Yan Yang · 6 years ago
- 0508c8d Define constant in place of literals by h00397475 · 6 years ago
- 3f0aaf8 Removed generic type from right triangle. by NITIN KAWA · 6 years ago
- 4b0fade Merge "String literal to be on the left side of string compariosion." by Seshu Kumar M · 6 years ago
- 17a1aca Merge "SDNCRestClient - sonar fixes" by Seshu Kumar M · 6 years ago
- daeb1fb Merge "MsoVnfAdapterImpl - sonar fix" by Seshu Kumar M · 6 years ago
- 2de2a33 String literal to be on the left side of string compariosion. by h00397475 · 6 years ago
- 82e2784 Removal of unused local variables. by NITIN KAWA · 6 years ago
- 7f0861e Add SO update config file -application.yaml file by Bonkur, Venkat (vb8416) · 6 years ago
- 614d249 MsoVnfAdapterImpl - sonar fix by Driptaroop Das · 6 years ago
- fdcd28c SDNCRestClient - sonar fixes by Driptaroop Das · 6 years ago
- 9a1a01d Merge "Remove the literal boolean values." by Seshu Kumar M · 6 years ago
- 769b661 Merge "Define constant in place of literals" by Seshu Kumar M · 6 years ago
- fb9f282 Merge "Define constant in place of repeating literals." by Seshu Kumar M · 6 years ago
- ccc73d1 Merge "removal of unused file imports. removal of unused file imports. Issue-ID: SO-1490" by Seshu Kumar M · 6 years ago
- 748ba79 Merge "Replace literals with constants. Replace repeated string literals with constants as per guidelines. Issue-ID: SO-1490" by Seshu Kumar M · 6 years ago
- 34bf4b7 Merge "Change static string litral. Change static string litrals name according to the guidelines. Issue-ID: SO-1490" by Seshu Kumar M · 6 years ago
- 39bb5f7 Merge "Configuration object status to Inventoried" by Seshu Kumar M · 6 years ago
- c8ce95e Configuration object status to Inventoried by Benjamin, Max (mb388a) · 6 years ago
- a48569b Removal of unused local variables. by NITIN KAWA · 6 years ago
- 7a326c3 Change static string litral. by h00397475 · 6 years ago
- 408f1fa Replace literals with constants. by h00397475 · 6 years ago
- d2c20f8 removal of unused file imports. by Subhosree Pan · 6 years ago
- 84a1b18 add resourceInput in vnfc Issue-ID: SO-1393 by zm330 · 6 years ago
- 290ba3d Remove the literal boolean values. by Driptaroop Das · 6 years ago
- 279c53c Sniro BB now supports sole service proxies by Benjamin, Max (mb388a) · 6 years ago
- ea9a201 Define constant in place of repeating literals. by h00397475 · 6 years ago
- b15889d Merge "Define constants in place of repeated literals Defined constants to avoid repeated use of literals Issue-ID: SO-1490 bash: c: command not found" by Seshu Kumar M · 6 years ago
- f4fe4ec Define constant in place of literals by h00397475 · 6 years ago
- 096a514 Merge "Define constant for String literal" by Seshu Kumar M · 6 years ago
- 72f5c70 Merge "Remove unused private field and replace repeated string with constants." by Seshu Kumar M · 6 years ago
- bb56dd6 Merge "Define constant in place of repeated literals." by Seshu Kumar M · 6 years ago
- d0d2223 Merge "Fix issue where null variable causes task to not" into dublin by Steve Smokowski · 6 years ago
- 6f7b169 Define constants in place of repeated literals by h00397475 · 6 years ago
- f173b99 Merge "Declare constant for String literal" by Seshu Kumar M · 6 years ago
- 91cc893 Merge "Reorder modifiers to comply with java standards" by Seshu Kumar M · 6 years ago
- 7bbd9b5 Merge "Shift constructor to comply with coding standards" by Seshu Kumar M · 6 years ago
- e02e0bf Define constant in place of repeated literals. by h00397475 · 6 years ago
- 6d85ba6 Merge "Moved base client to new location" into dublin by subhash kumar singh · 6 years ago
- 50cef43 Merge "Remove unused imports" by Seshu Kumar M · 6 years ago
- d2c0e74 Merge "Move variable,constructor to comply with standard" by Seshu Kumar M · 6 years ago
- 01162cb Remove unused private field and replace repeated string with constants. by h00397475 · 6 years ago
- 7e48647 Merge "Remove unused variables from class file. Remove unused local variables from class files. Issue-ID: SO-1490" by Seshu Kumar M · 6 years ago
- 9893272 Merge "Move String literal to left-hand side of equals" by Seshu Kumar M · 6 years ago
- 30e943e Remove unused variables from class file. by h00397475 · 6 years ago
- fc3a611 Move String literal to left-hand side of equals by Sindhuri.A · 6 years ago
- ab68e62 Move variable,constructor to comply with standard by Sindhuri.A · 6 years ago
- 5cc8de3 Remove unused imports by Sindhuri.A · 6 years ago
- 458cc8d add vnfcInstanceGroup sequence Issue-ID: SO-1393 by zm330 · 6 years ago
- be61cb6 Merge "Status message for create vf module event audit" by Steve Smokowski · 6 years ago
- f05821f Shift constructor to comply with coding standards by Sindhuri.A · 6 years ago
- ff21a48 Reorder modifiers to comply with java standards by Sindhuri.A · 6 years ago
- c2088b8 Declare constant for String literal by Sindhuri.A · 6 years ago
- 7a67a7f Define constant for String literal by Sindhuri.A · 6 years ago
- eeb2cc2 Fix issue where null variable causes task to not by Benjamin, Max (mb388a) · 6 years ago
- 7328b3f Status message for create vf module event audit by Benjamin, Max (mb388a) · 6 years ago
- efa8de7 Merge "Add existing vnf customization for service" by Seshu Kumar M · 6 years ago
- 08e14dc Merge "Substitute string literal with constant" by Seshu Kumar M · 6 years ago
- 720deec Merge "Move String literal to left-hand side of equals" by Seshu Kumar M · 6 years ago
- 32bea69 Merge "Remove unused import,replace type specification" by Seshu Kumar M · 6 years ago
- 4e8dc31 Merge "Replace type specification,Remove unused import" by Seshu Kumar M · 6 years ago
- 81d98b8 Merge "Remove import,variable,shift constructor call" by Seshu Kumar M · 6 years ago
- 7fbb90d Merge "Replace String literal with constant" by Seshu Kumar M · 6 years ago
- 20a4e8a Merge "Reallocate Constructor call" by Seshu Kumar M · 6 years ago
- 9b11ba0 Merge "Replace String literal with a constant" by Seshu Kumar M · 6 years ago
- 82a2e63 Merge "Remove unused logger" by Seshu Kumar M · 6 years ago
- 4049a6c Merge "Move Constructor call" by Seshu Kumar M · 6 years ago
- 2692935 Merge "Shift Constructor call" by Seshu Kumar M · 6 years ago
- a401cbc Define String Literal,use in place constant by Sindhuri.A · 6 years ago
- 8bcc5ce Reallocate Constructor call by Sindhuri.A · 6 years ago
- 118034e Move Constructor call by Sindhuri.A · 6 years ago
- 20ca743 Shift Constructor call by Sindhuri.A · 6 years ago
- 5b8aa9a Replace String literal with constant by Sindhuri.A · 6 years ago
- e7064c1 Remove import,variable,shift constructor call by Sindhuri.A · 6 years ago
- 7aa28aa Replace String literal with a constant by Sindhuri.A · 6 years ago
- 936d5c4 Replace type specification,Remove unused import by Sindhuri.A · 6 years ago