aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-7844 ScannerContextDao => CeScannerContextDaoSébastien Lesaint2016-08-2916-90/+71
* SONAR-7844 rename to CE_SCANNER_CONTEXT + task_uuid as PKSébastien Lesaint2016-08-294-11/+48
* Request does not log errors. It's WebServiceEngine responsabilityTeryk Bellahsene2016-08-262-15/+13
* SONAR-8003 WS settings/set handles multi value settingsTeryk Bellahsene2016-08-267-40/+184
* SONAR-8003 WS API handles multi paramTeryk Bellahsene2016-08-269-57/+204
* 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-265-4/+161
* SONAR-7986 Create /api/settings/reset WS to remove the value of a settingJulien Lancelot2016-08-2611-5/+542
* SONAR-7968 Return deprecated key in list_definitions WSJulien Lancelot2016-08-264-24/+61
* 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
* SONAR-8012 Restore support of IBM JVM in WS clientJulien HENRY2016-08-261-10/+0
* 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-255-14/+14
* add npm-debug.log* to gitignoreStas Vilchik2016-08-251-1/+1
* remove double exposingStas Vilchik2016-08-251-5/+1
* make BackgroundTasksTest more stableStas Vilchik2016-08-251-0/+3
* SONAR-8011 support when file in DB has no path during file move stepSébastien Lesaint2016-08-252-1/+23
* fix coverage of CeService and TaskWsRequestSébastien Lesaint2016-08-252-2/+22
* 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-257-125/+38
* SONAR-7969 SONAR-7970 Add ITs to get/set a settingJulien Lancelot2016-08-251-0/+43
* SONAR-7970 Create client for set WSJulien Lancelot2016-08-255-10/+73
* SONAR-7969 Create client for values WSJulien Lancelot2016-08-257-20/+262
* SONAR-7968 Create client for list_definitions WSJulien Lancelot2016-08-2513-62/+369
* SONAR-7975 Return inherited values in /api/settings/values for modulesJulien Lancelot2016-08-2511-202/+624
* SONAR-7969 Property with fields is considered as a PROPERTY_SETJulien Lancelot2016-08-252-4/+11
* SONAR-7969 Return property set values in /api/settings/values WSJulien Lancelot2016-08-255-98/+295
* Increase expected zip max sizeJulien Lancelot2016-08-251-1/+1
* SONAR-7969 Create /api/settings/values WSJulien Lancelot2016-08-2516-86/+888
* Re-enable QA tests on Oracle 12cSimon Brandhof2016-08-241-26/+25
* SONAR-7893 end of support of MSSQL 2008Simon Brandhof2016-08-242-3/+2
* SONAR-7968 Remove indicativeSize field in /api/settings/list_definitions WSJulien Lancelot2016-08-244-10/+2
* SONAR-7968 Return field description in /api/settings/list_definitions WSJulien Lancelot2016-08-244-5/+13
* Merge branch 'branch-5.6'Sébastien Lesaint2016-08-242-0/+18
|\
| * SONAR-7896 set env var TMPDIR to make JRuby use SQ tmp dir for tmp filesSébastien Lesaint2016-08-242-0/+18
* | 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-232-4/+2
* | SONAR-7903 add missing pk to ce_task_inputSimon Brandhof2016-08-233-5/+10
* | SONAR-7903 merge db migrationsSimon Brandhof2016-08-234-67/+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