Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-05-17 | sonar-smell add logic to this catch clause | Ganesh | 1 | -2/+2 |
2022-04-01 | removed block of commented-out lines of code | sharath reddy | 1 | -1/+0 |
2022-03-31 | Removed unnecessary cast to "String". | sharath reddy | 1 | -1/+1 |
2022-03-23 | Fixed Minor Code Smells issues "Deprecated JsonParser" | sharath reddy | 1 | -2/+1 |
2022-03-22 | Fixed Sonar Bugs & Vulnerabilities | sharath reddy | 1 | -1/+1 |
2020-08-05 | Code improvement - Pending sonar issues | priyanka.akhade | 2 | -2/+2 |
2020-08-04 | Code improvement for pending sonar issues | jitendra007 | 3 | -13/+20 |
2020-07-14 | Code Improvements | SravanKumarGunda | 1 | -2/+2 |
2020-07-09 | Fixed sonarcloud issues | jitendra007 | 2 | -11/+11 |
2020-07-02 | Code Improvements-Sonar Issue Fixes | SravanKumarGunda | 5 | -8/+6 |
2020-07-01 | code improvements | priyanka.akhade | 4 | -18/+18 |
2020-05-12 | sonar bug fix- A "List<Integer>" cannot contain a "String" | priyanka.akhade | 2 | -2/+3 |
2020-05-07 | sonar vulnerability issue fix- Do something with the "boolean" value returned... | priyanka.akhade | 1 | -2/+2 |
2020-05-06 | sonar bug fix- Use the "equals" method if value comparison was intended | priyanka.akhade | 1 | -1/+1 |
2020-05-04 | Migrate to Yamlbeans | priyanka.akhade | 3 | -7/+8 |
2020-03-17 | Increase the http timout | Kanagaraj Manickam | 1 | -1/+1 |
2020-03-04 | Resolved JsonElement issue for grpc server and other classes | priyanka.akhade | 1 | -1/+4 |
2020-03-02 | Code clean up | Kanagaraj Manickam | 1 | -1/+1 |
2020-02-29 | Migrate to gson | priyanka.akhade | 3 | -25/+33 |
2020-02-21 | Change dependency version for httpclient | jitendra sharma | 1 | -2/+3 |
2019-08-29 | Minor issues fix | Kanagaraj Manickam | 2 | -2/+3 |
2019-08-05 | Update framework | Kanagaraj M | 5 | -71/+72 |
2019-06-28 | General sonar fixes | Arindam Mondal | 1 | -5/+2 |
2019-04-26 | Do not Override the HTTP headers from OCS YAML | Kanagaraj M | 1 | -1/+2 |
2019-04-12 | Fix DELETE with body fails | Kanagaraj M | 1 | -2/+2 |
2019-03-07 | Add context to multipart http profile | Kanagaraj Manickam k00365106 | 1 | -12/+19 |
2019-02-28 | HTTP: Add multipart support with multiple files | Kanagaraj Manickam k00365106 | 5 | -9/+94 |
2018-11-15 | Fix csar-create to upload csar properly | Kanagaraj Manickam k00365106 | 2 | -6/+9 |
2018-09-28 | HTTP: Add PATCH support | Kanagaraj Manickam k00365106 | 1 | -0/+5 |
2018-05-15 | Fix the moco null pointer execption | Kanagaraj Manickam k00365106 | 1 | -2/+2 |
2018-05-03 | Make return value as abstract collection instead | Kanagaraj Manickam k00365106 | 1 | -1/+1 |
2018-05-03 | Remove overlooking toString() from schema loader | Kanagaraj Manickam k00365106 | 1 | -1/+1 |
2018-05-03 | Make use of entrySet | Kanagaraj Manickam k00365106 | 1 | -6/+6 |
2018-05-03 | Remove unused class imports in MocoServer | Kanagaraj Manickam k00365106 | 1 | -15/+14 |
2018-05-03 | Use static constants instead | Kanagaraj Manickam k00365106 | 1 | -3/+5 |
2018-05-02 | Comply the constructor declaration to std. | Kanagaraj Manickam k00365106 | 1 | -3/+4 |
2018-05-02 | HttpConnection does not thru exception | Kanagaraj Manickam k00365106 | 1 | -1/+1 |
2018-05-02 | Remove unused class from the imports | Kanagaraj Manickam k00365106 | 1 | -1/+0 |
2018-05-02 | Fix the HEAD name in http profile | Kanagaraj Manickam k00365106 | 1 | -1/+1 |
2018-05-02 | Reuse constant names across | Kanagaraj Manickam k00365106 | 1 | -1/+1 |
2018-05-02 | Remove unused imports from Auth Client | Kanagaraj Manickam k00365106 | 1 | -1/+0 |
2018-04-27 | Correct the doc format in release notes | Kanagaraj Manickam k00365106 | 1 | -2/+2 |
2018-04-26 | Add comment to overriden run method as per std. | Kanagaraj Manickam k00365106 | 1 | -0/+1 |
2018-04-26 | Add default private connst for schema loader utils | Kanagaraj Manickam k00365106 | 1 | -0/+4 |
2018-04-26 | Migrate to entrySet from keySet | Kanagaraj Manickam k00365106 | 1 | -6/+6 |
2018-04-26 | Combine nested if statements into one | Kanagaraj Manickam k00365106 | 1 | -4/+3 |
2018-04-26 | Edit http connection headers map var | Kanagaraj Manickam k00365106 | 1 | -3/+3 |
2018-04-26 | Add default private constructor for Constant class | Kanagaraj Manickam k00365106 | 1 | -0/+4 |
2018-04-25 | Do not use the same named local var as memeber var | Kanagaraj Manickam k00365106 | 1 | -3/+3 |
2018-04-25 | Remove invalide exceptions throws | Kanagaraj Manickam k00365106 | 1 | -1/+1 |