aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wc accepts files as input parameter.Patrice Clement2016-08-181-1/+1
* Variables should be local to each function to avoid clashing in the global na...Patrice Clement2016-08-181-11/+9
* Use -z flag to properly test for stirng length.Patrice Clement2016-08-181-1/+1
* Remove extraneous echo calls in showHelp().Patrice Clement2016-08-181-6/+6
* Enable utDuarte Meneses2016-08-171-1/+0
* Enable Surefire XML reports for Surefire sensorDuarte Meneses2016-08-171-1/+1
* Improve scanner report viewerDuarte Meneses2016-08-173-2/+87
* SONAR-7963 Display duplications on new code (#1148)Stas Vilchik2016-08-174-9/+69
* SONAR-7965 Organize new duplications and size measures (#1147)Stas Vilchik2016-08-171-1/+6
* fix alignment glitch on the project dasboardStas Vilchik2016-08-171-1/+1
* SONAR-7951 Rename new duplicated lines metric to "Duplicated Lines on New Code"Julien Lancelot2016-08-162-4/+4
* SONAR-7957 Replace new ncloc by new linesJulien Lancelot2016-08-168-112/+45
* SONAR-7953 Add ITJulien Lancelot2016-08-1623-0/+581
* SONAR-7953 New metric « New Duplicated Lines (%) »Julien Lancelot2016-08-169-472/+320
* SONAR-7960 fix ClusterTest, ServerLogsTest and WS logs exampleSébastien Lesaint2016-08-163-101/+101
* SONAR-7960 add task UUID to logsSébastien Lesaint2016-08-168-38/+49
* SONAR-7833 make all public methods of CeLogging non staticSébastien Lesaint2016-08-167-38/+106
* SONAR-7833 ce activity logs in sonar.log if level is DEBUG or TRACESébastien Lesaint2016-08-1612-132/+226
* SONAR-7833 log visitor execution timings in ce_activity.logSébastien Lesaint2016-08-162-6/+8
* SONAR-7833 log cross-project duplication status at DEBUG levelSébastien Lesaint2016-08-162-13/+12
* SONAR-7833 dump scanner context as DEBUG to not pollute sonar.logSébastien Lesaint2016-08-162-2/+2
* SONAR-7833 fix IT QualityGateTest to not use WS /api/ce/logsSébastien Lesaint2016-08-163-32/+23
* SONAR-7841 remove code to write CE task logsSébastien Lesaint2016-08-1615-1003/+3
* SONAR-7834 fix perf test as task duration is now in ce_activity.logSébastien Lesaint2016-08-165-35/+67
* SONAR-7834 remove internal WS /api/ce/logsSébastien Lesaint2016-08-169-413/+4
* SONAR-7966 field logs deprecated in /api/ce/{task/component/activity}Sébastien Lesaint2016-08-167-30/+14
* SONAR-7833 task start/stop logs in sonar.log only if DEBUG is enabledSébastien Lesaint2016-08-1617-69/+268
* SONAR-7833 task start/stop and step messages now go to ce_activity.logSébastien Lesaint2016-08-1616-83/+388
* SONAR-7957 New metric « New Lines of Code »Teryk Bellahsene2016-08-137-15/+423
* SONAR-7919 apply feedbackStas Vilchik2016-08-125-6/+12
* SONAR-7952 New metric « Duplicated blocks on new code »Teryk Bellahsene2016-08-125-282/+206
* SONAR-7951 New metric « Duplicated lines on new code »Teryk Bellahsene2016-08-128-5/+662
* SONAR-7962 Move "Size" section to the sidebar (#1142)Stas Vilchik2016-08-1214-141/+166
* SONAR-7930 WS api/components/bulk_update_key dry run fails when invalid keyTeryk Bellahsene2016-08-125-2/+77
* SONAR-7930 WS api/components/bulk_update_key handles special charactersTeryk Bellahsene2016-08-122-8/+15
* SONAR-7919 remove old key from recent historyStas Vilchik2016-08-123-0/+13
* SONAR-7919 handle errors and display success messagesStas Vilchik2016-08-128-40/+122
* Remove useless rails codeJulien Lancelot2016-08-114-123/+0
* fix l10n messageStas Vilchik2016-08-111-1/+1
* SONAR-7928 SONAR-7929 Update and bulk update of component key does not update...Teryk Bellahsene2016-08-114-5/+75
* SONAR-7929 WS api/components/blulk_update_key update description of required ...Teryk Bellahsene2016-08-111-1/+0
* SONAR-7928 WS api/components/update_key update description of required permis...Teryk Bellahsene2016-08-111-1/+0
* Fix typo of api/components descriptionTeryk Bellahsene2016-08-111-1/+1
* SONAR-7920 better align link iconsStas Vilchik2016-08-111-5/+0
* SONAR-7920 limit max length of link name and urlStas Vilchik2016-08-113-9/+56
* set titles of my account pagesStas Vilchik2016-08-115-13/+60
* SONAR-7958 add ITSébastien Lesaint2016-08-1010-2/+169
* SONAR-7910 javadoc fixes in StartupBarrier and WebServerBarrierSébastien Lesaint2016-08-102-4/+4
* SONAR-7958 fix UUID_PATH of file created by ComponentTestingSébastien Lesaint2016-08-1049-307/+310
* SONAR-7958 populate PROJECTS.B_UUID_PATH in PersistComponentsStepSébastien Lesaint2016-08-105-30/+81