aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* fix some unused variablesSébastien Lesaint2016-08-185-24/+7
|
* SONAR-7843 add error stacktrace to /api/ce/taskSébastien Lesaint2016-08-185-15/+89
|
* SONAR-7991 add error msg and hasStacktrace to /api/ce web servicesSébastien Lesaint2016-08-186-35/+124
|
* SONAR-7842 persit task error message and stacktrace when occurSébastien Lesaint2016-08-185-25/+169
|
* SONAR-7842 add error columns to CE_ACTIVITYSébastien Lesaint2016-08-181-0/+29
|
* SONAR-7842 rename table CE_TASK_DATA to CE_TASK_INPUTSébastien Lesaint2016-08-189-15/+78
|
* SONAR-7833 MDC must be cleared even when an exception is raisedSébastien Lesaint2016-08-182-15/+72
|
* SONAR-7842 ensure exception in task management code is not swallowedSébastien Lesaint2016-08-181-1/+5
|
* SONAR-7994 Clean up migration that feed local usersJulien Lancelot2016-08-184-398/+3
|
* SONAR-7968 Create /api/settings/list_definitions WSJulien Lancelot2016-08-1815-8/+811
|
* Enable utDuarte Meneses2016-08-171-1/+0
|
* Improve scanner report viewerDuarte Meneses2016-08-171-0/+3
|
* SONAR-7963 Display duplications on new code (#1148)Stas Vilchik2016-08-173-9/+66
|
* 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-7957 Replace new ncloc by new linesJulien Lancelot2016-08-162-98/+34
|
* SONAR-7953 New metric « New Duplicated Lines (%) »Julien Lancelot2016-08-167-470/+296
|
* SONAR-7960 fix ClusterTest, ServerLogsTest and WS logs exampleSébastien Lesaint2016-08-161-97/+97
|
* SONAR-7960 add task UUID to logsSébastien Lesaint2016-08-167-37/+48
|
* 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
| | | | to not pollute sonar.log
* SONAR-7833 dump scanner context as DEBUG to not pollute sonar.logSébastien Lesaint2016-08-162-2/+2
|
* SONAR-7841 remove code to write CE task logsSébastien Lesaint2016-08-1615-1003/+3
|
* 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-1616-67/+266
| | | | | start log is always at DEBUG level stop log is at DEBUG level in case of success, at ERROR level in case of error
* 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-133-0/+378
|
* SONAR-7919 apply feedbackStas Vilchik2016-08-124-6/+11
|
* SONAR-7952 New metric « Duplicated blocks on new code »Teryk Bellahsene2016-08-123-282/+194
|
* SONAR-7951 New metric « Duplicated lines on new code »Teryk Bellahsene2016-08-126-5/+650
|
* SONAR-7962 Move "Size" section to the sidebar (#1142)Stas Vilchik2016-08-129-129/+97
|
* SONAR-7930 WS api/components/bulk_update_key dry run fails when invalid keyTeryk Bellahsene2016-08-121-0/+10
|
* 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
|
* SONAR-7928 SONAR-7929 Update and bulk update of component key does not ↵Teryk Bellahsene2016-08-112-2/+12
| | | | update disabled component
* SONAR-7929 WS api/components/blulk_update_key update description of required ↵Teryk Bellahsene2016-08-111-1/+0
| | | | permissions
* SONAR-7928 WS api/components/update_key update description of required ↵Teryk Bellahsene2016-08-111-1/+0
| | | | permissions
* 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-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-1043-272/+274
|
* SONAR-7958 populate PROJECTS.B_UUID_PATH in PersistComponentsStepSébastien Lesaint2016-08-102-17/+50
|
* SONAR_7958 add column PROJECTS.B_UUID_PATHSébastien Lesaint2016-08-101-0/+30
|
* SONAR-7919 Rewrite "Update Key" project page (#1140)Stas Vilchik2016-08-1022-231/+960
|