aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/main
AgeCommit message (Expand)AuthorFilesLines
2022-04-07Merge "Updated loop to iterate over the "entrySet" instead of the "keySet"."Kanagaraj Manickam1-2/+3
2022-04-07Merge "Removed built-in format specifier Ignored unused parameter"Kanagaraj Manickam1-2/+2
2022-04-05Merge "Reduced code complexity"Kanagaraj Manickam1-66/+79
2022-04-04Removed built-in format specifiersharath reddy1-2/+2
2022-04-04Updated loop to iterate over the "entrySet" instead of the "keySet".sharath reddy1-2/+3
2022-04-04Reduced code complexitysharath reddy1-66/+79
2022-04-04Merge "removed block of commented-out lines of code"Kanagaraj Manickam1-6/+1
2022-04-01removed block of commented-out lines of codesharath reddy1-3/+0
2022-04-01removed block of commented-out lines of codesharath reddy1-6/+1
2022-03-31Removed the deprecated usage of readFileToString & writeStringToFilesharath reddy1-3/+4
2022-03-31Merge "Reduced code complexity"Kanagaraj Manickam1-42/+49
2022-03-31Merge "Removed thed use of deprecated "readFileToString""Kanagaraj Manickam1-1/+2
2022-03-31Merge "Removed the use of deprecated "toString""Kanagaraj Manickam1-1/+2
2022-03-31Merge "Removed the unnecessary cast to "Map""Kanagaraj Manickam1-1/+1
2022-03-31Merge "Reduced code complexity"Kanagaraj Manickam1-27/+32
2022-03-30Removed thed use of deprecated "readFileToString"sharath reddy1-1/+2
2022-03-30Removed the unnecessary cast to "Map"sharath reddy1-1/+1
2022-03-30Removed the use of deprecated "toString"sharath reddy1-1/+2
2022-03-30Reduced code complexitysharath reddy1-27/+32
2022-03-30Reduced code complexitysharath reddy1-42/+49
2022-03-28Fixed Sonar Cloud Critical Issuessharath reddy2-30/+46
2022-03-25Fixed Sonar Bug and Code Smell Blockerssharath reddy1-1/+1
2022-03-23Fixed Minor Code Smells issues "Deprecated JsonParser"sharath reddy1-1/+1
2022-03-22Fixed Sonar Bugs & Vulnerabilitiessharath reddy2-2/+2
2021-01-12Fix OnapCommand class modelBogumil Zebek2-1/+10
2020-12-16Merge "printyaml method fix"Kanagaraj Manickam1-10/+5
2020-12-14printyaml method fixpriyanka.akhade1-10/+5
2020-11-15Auto discover and register all robot test casesSimran Singhal1-1/+1
2020-08-06Merge "Code improvement - Pending sonar issues"Kanagaraj Manickam8-24/+73
2020-08-05Code improvement - Pending sonar issuespriyanka.akhade8-24/+73
2020-08-05Merge "Add autodiscover support"Kanagaraj Manickam1-0/+50
2020-08-05Merge "Enable profile commands"Kanagaraj Manickam1-0/+6
2020-08-05Merge "Add profiles command"Kanagaraj Manickam10-0/+529
2020-08-04code improvements-sonar fixesSravanKumarGunda5-5/+8
2020-08-04Enable profile commandsKanagaraj Manickam1-0/+6
2020-08-04Add autodiscover supportKanagaraj Manickam1-0/+50
2020-08-04Add profiles commandKanagaraj Manickam10-0/+529
2020-08-04Code improvement for pending sonar issuesjitendra0075-23/+23
2020-07-17code improvements- incorporating commentspriyanka.akhade3-61/+61
2020-07-14Code ImprovementsSravanKumarGunda6-20/+8
2020-07-09Fixed sonarcloud issuesjitendra00714-111/+99
2020-07-02Code Improvements-Sonar Issue FixesSravanKumarGunda12-66/+34
2020-07-01code improvementspriyanka.akhade10-161/+159
2020-05-13sonar code smells fix- Remove the declaration of thrown exception, as it cann...priyanka.akhade1-3/+3
2020-05-13sonar code smells fix- Use the primitive boolean expression herepriyanka.akhade1-5/+5
2020-05-13sonar security issue fix- Make sure that hashing data is safe herepriyanka.akhade2-2/+2
2020-05-13sonar code smells fix- Format specifiers should be used instead of string con...priyanka.akhade1-5/+5
2020-05-11sonar security issue fix- Make sure that using a regular expression is safe herepriyanka.akhade1-1/+1
2020-05-07sonar security issue fix- Make sure that environment variables are used safel...priyanka.akhade3-4/+4
2020-05-07sonar vulnerability issue fix- Do something with the "boolean" value returned...priyanka.akhade3-3/+9