Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-07-17 | code improvements- incorporating comments | priyanka.akhade | 3 | -61/+61 |
2020-07-14 | Code Improvements | SravanKumarGunda | 6 | -20/+8 |
2020-07-09 | Fixed sonarcloud issues | jitendra007 | 14 | -111/+99 |
2020-07-02 | Code Improvements-Sonar Issue Fixes | SravanKumarGunda | 12 | -66/+34 |
2020-07-01 | code improvements | priyanka.akhade | 10 | -161/+159 |
2020-05-13 | sonar code smells fix- Remove the declaration of thrown exception, as it cann... | priyanka.akhade | 1 | -3/+3 |
2020-05-13 | sonar code smells fix- Use the primitive boolean expression here | priyanka.akhade | 1 | -5/+5 |
2020-05-13 | sonar security issue fix- Make sure that hashing data is safe here | priyanka.akhade | 2 | -2/+2 |
2020-05-13 | sonar code smells fix- Format specifiers should be used instead of string con... | priyanka.akhade | 1 | -5/+5 |
2020-05-11 | sonar security issue fix- Make sure that using a regular expression is safe here | priyanka.akhade | 1 | -1/+1 |
2020-05-07 | sonar security issue fix- Make sure that environment variables are used safel... | priyanka.akhade | 3 | -4/+4 |
2020-05-07 | sonar vulnerability issue fix- Do something with the "boolean" value returned... | priyanka.akhade | 3 | -3/+9 |
2020-05-04 | Migrate to Yamlbeans | priyanka.akhade | 4 | -18/+34 |
2020-03-04 | Resolved JsonElement issue for grpc server and other classes | priyanka.akhade | 1 | -4/+2 |
2020-02-29 | Migrate to gson | priyanka.akhade | 8 | -60/+93 |
2019-12-19 | ProcessRunner should use the cwd provided when calling Runtime.exec(...) | James Guistwite | 1 | -2/+6 |
2019-09-30 | Fix ovp lcm validation | Kanagaraj M | 1 | -0/+1 |
2019-09-05 | Improve the process runner | Kanagaraj M | 2 | -34/+53 |
2019-09-05 | Make the search more flexible | Kanagaraj M | 1 | -5/+20 |
2019-08-29 | Minor issues fix | Kanagaraj Manickam | 4 | -2/+25 |
2019-08-08 | Sonar fixes and improvements | Arindam Mondal | 1 | -7/+1 |
2019-08-07 | Fix the boolean check | Kanagaraj M | 1 | -6/+6 |
2019-08-05 | Update framework | Kanagaraj M | 17 | -52/+380 |
2019-06-28 | General sonar fixes | Arindam Mondal | 3 | -5/+1 |
2019-04-12 | Fix interactive shell | Kanagaraj M | 1 | -2/+2 |
2019-03-15 | Add metadata support in info | Kanagaraj Manickam | 4 | -3/+34 |
2019-03-14 | Fix process runner on unix | Kanagaraj Manickam | 1 | -1/+9 |
2019-03-07 | Fix ignore default param while schema-show | Kanagaraj Manickam k00365106 | 1 | -1/+1 |
2019-03-06 | Fix Empty service list in product | Kanagaraj Manickam k00365106 | 1 | -1/+1 |
2019-03-01 | Fix the code vulnerabilities | Kanagaraj Manickam k00365106 | 3 | -35/+6 |
2019-02-28 | CVC: Add support for execution, schema, product | Kanagaraj Manickam k00365106 | 31 | -168/+1904 |
2019-02-28 | CMD: Enhace command profile with additional macros | Kanagaraj Manickam k00365106 | 2 | -30/+209 |
2018-09-18 | VTP: Fix the vnftest-run cli | Kanagaraj Manickam k00365106 | 1 | -1/+5 |
2018-09-05 | VTP: Add schema-list command | Kanagaraj Manickam k00365106 | 1 | -0/+58 |
2018-09-05 | OCLIP: Fix OCLIP registrar to log register events | Kanagaraj Manickam k00365106 | 1 | -0/+1 |
2018-09-05 | OCLIP: Fix json print format | Kanagaraj Manickam k00365106 | 1 | -1/+2 |
2018-08-13 | Long is not working | Kanagaraj Manickam k00365106 | 1 | -1/+1 |
2018-05-09 | Improve param cache with entrySet | Kanagaraj Manickam k00365106 | 1 | -5/+5 |
2018-05-03 | Remove this unused import from CommandPrint | Kanagaraj Manickam k00365106 | 1 | -1/+0 |
2018-05-03 | Make the var names compliant to standard | Kanagaraj Manickam k00365106 | 1 | -3/+3 |
2018-05-03 | Strip off invalid exception throws from cli reg. | Kanagaraj Manickam k00365106 | 1 | -2/+1 |
2018-05-03 | Standardize log namming to comply with rules | Kanagaraj Manickam k00365106 | 2 | -6/+6 |
2018-05-03 | Remove invalid throws | Kanagaraj Manickam k00365106 | 1 | -1/+1 |
2018-05-02 | Del invalid excep throws in OnapCommand getSchema | Kanagaraj Manickam k00365106 | 1 | -1/+1 |
2018-05-02 | Add hashCode() for SchemaInfo | Kanagaraj Manickam k00365106 | 1 | -0/+6 |
2018-05-02 | Add type check for Schema info obj compartion | Kanagaraj Manickam k00365106 | 1 | -0/+7 |
2018-04-26 | Merge if statements | Kanagaraj Manickam k00365106 | 1 | -13/+10 |
2018-04-26 | Remove toString() inappropriate | Kanagaraj Manickam k00365106 | 1 | -1/+1 |
2018-04-26 | For utils class add private constructor | Kanagaraj Manickam k00365106 | 1 | -0/+4 |
2018-04-26 | Fix yaml print with right set of exception | Kanagaraj Manickam k00365106 | 1 | -3/+1 |