aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* remove unused dependencies (#1188)Stas Vilchik2016-08-301-13/+2
* SONAR-7986 Remove property set values when removing property setJulien Lancelot2016-08-308-24/+382
* SONAR-7841 Compute Engine logs in sonar.log + step timing are DEBUGSébastien Lesaint2016-08-2912-317/+162
* SONAR-7841 remove property sonar.ce.maxLogsPerTaskSébastien Lesaint2016-08-297-112/+1
* SONAR-7911 restore purge of CE_ACTIVITIES + purge CE_SCANNER_CONTEXTSébastien Lesaint2016-08-293-0/+134
* SONAR-7844 ScannerContextDao => CeScannerContextDaoSébastien Lesaint2016-08-296-23/+29
* SONAR-7844 rename to CE_SCANNER_CONTEXT + task_uuid as PKSébastien Lesaint2016-08-291-0/+37
* SONAR-8003 WS settings/set handles multi value settingsTeryk Bellahsene2016-08-263-28/+159
* SONAR-8003 WS API handles multi paramTeryk Bellahsene2016-08-265-45/+102
* SONAR-7969 Replace "%2C" by "," in multi values settingsJulien Lancelot2016-08-262-1/+17
* SONAR-7969 Fail when using key and deprecated in values WSJulien Lancelot2016-08-262-32/+61
* SONAR-7970 WS settings/set validates dataTeryk Bellahsene2016-08-262-4/+138
* SONAR-7986 Create /api/settings/reset WS to remove the value of a settingJulien Lancelot2016-08-264-2/+369
* SONAR-7968 Return deprecated key in list_definitions WSJulien Lancelot2016-08-263-24/+60
* SONAR-7970 Create factoy methods to create SettingJulien Lancelot2016-08-263-11/+13
* SONAR-7970 handle deprecated key in /api/settings/values WSJulien Lancelot2016-08-262-8/+34
* use limited page width on history and custom measures pagesStas Vilchik2016-08-262-2/+2
* add UUID to exception message when Component tree crawling failsSébastien Lesaint2016-08-251-1/+1
* PersistFileSourcesStep don't use new session to update filesourceSébastien Lesaint2016-08-251-1/+1
* SONAR-7844 re-enable some UTs disabled for H2Sébastien Lesaint2016-08-251-8/+0
* add npm-debug.log* to gitignoreStas Vilchik2016-08-251-1/+1
* remove double exposingStas Vilchik2016-08-251-5/+1
* SONAR-8011 support when file in DB has no path during file move stepSébastien Lesaint2016-08-252-1/+23
* 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