aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* fix coverage of PersistScannerContextStepSébastien Lesaint2016-08-251-1/+12
* fix coverage of DefaultProcessCommandsSébastien Lesaint2016-08-251-38/+85
* fix coverage of CeHttpServerSébastien Lesaint2016-08-252-14/+39
* fix coverage of CeHttpClientSébastien Lesaint2016-08-252-16/+64
* SONAR-7989 remove AJP support in embedded tomcatSébastien Lesaint2016-08-256-122/+38
* SONAR-7970 Create client for set WSJulien Lancelot2016-08-251-10/+16
* SONAR-7969 Create client for values WSJulien Lancelot2016-08-252-15/+47
* SONAR-7968 Create client for list_definitions WSJulien Lancelot2016-08-255-62/+64
* SONAR-7975 Return inherited values in /api/settings/values for modulesJulien Lancelot2016-08-257-195/+557
* SONAR-7969 Return property set values in /api/settings/values WSJulien Lancelot2016-08-254-91/+278
* SONAR-7969 Create /api/settings/values WSJulien Lancelot2016-08-259-46/+665
* SONAR-7968 Remove indicativeSize field in /api/settings/list_definitions WSJulien Lancelot2016-08-243-8/+1
* SONAR-7968 Return field description in /api/settings/list_definitions WSJulien Lancelot2016-08-243-2/+9
* SONAR-8013 fix bad matche choice in file move detectionSébastien Lesaint2016-08-241-1/+1
* SONAR-7844 add missing pk to scanner_contextSimon Brandhof2016-08-231-1/+1
* SONAR-7903 add missing pk to ce_task_inputSimon Brandhof2016-08-232-1/+9
* SONAR-7903 merge db migrationsSimon Brandhof2016-08-233-66/+3
* SONAR-7841 FileMoveDetectionStep must not log at INFO levelSébastien Lesaint2016-08-231-1/+1
* SONAR-7825 changeloglevel WS now change CE's log level tooSébastien Lesaint2016-08-2311-23/+372
* SONAR-7825 rename ProcessSystemInfoClient CeHttpClientSébastien Lesaint2016-08-238-41/+63
* SONAR-7825 make SystemInfoHttpAction support only GETSébastien Lesaint2016-08-232-4/+26
* SONAR-7825 rename ProcessCommands#systemInfoUrl to #httpUrlSébastien Lesaint2016-08-237-13/+13
* SONAR-7825 alter CE HTTP server for general useSébastien Lesaint2016-08-2313-60/+432
* SONAR-7825 move CE specific container modules to server-ceSébastien Lesaint2016-08-233-4/+4
* SONAR-7970 Create WS api/settings/set persist a simple value settingTeryk Bellahsene2016-08-234-1/+391
* SONAR-7846 Display error of a failing CE task in the background pageStas Vilchik2016-08-234-5/+106
* SONAR-7847 Add a way to see scanner context in the background pageStas Vilchik2016-08-235-42/+137
* SONAR-7848 Display task UUID in background page UIStas Vilchik2016-08-234-7/+44
* SONAR-7836 Remove link to download the Task logs in the UIStas Vilchik2016-08-234-47/+4
* optimize js build (#1145)Stas Vilchik2016-08-2214-165/+389
* SONAR-7697 add hasScannerContext to /api/ce/[task/activity/component]Sébastien Lesaint2016-08-225-7/+12
* SONAR-7966 fix additionalFields desc + restore logs attr in examplesSébastien Lesaint2016-08-226-4/+9
* SONAR-7845 add scannerContext to /api/ce/taskSébastien Lesaint2016-08-225-42/+132
* SONAR-7844 persist scanner context in DB instead of logging itSébastien Lesaint2016-08-225-24/+48
* SONAR-7844 add ScannerContextDaoSébastien Lesaint2016-08-221-1/+1
* SONAR-7844 add table SCANNER_CONTEXTSébastien Lesaint2016-08-221-0/+35
* fix file headerStas Vilchik2016-08-221-0/+19
* SONAR-7996 Rounding of technical debt is not accurate (#1154)Stas Vilchik2016-08-222-48/+37
* 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