aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9580 Use fixed width layout on Rules pageStas Vilchik2017-07-218-262/+36
* SONAR-9540 log MessageException message if task can't be finalizedSébastien Lesaint2017-07-212-1/+54
* SONAR-9540 do not log MessageException thrown during task processingSébastien Lesaint2017-07-212-3/+37
* SONAR-9488 don't open DB connection when file is missingSébastien Lesaint2017-07-211-1/+1
* SONAR-9488 handle upload error as missing param in api/ce/submitSébastien Lesaint2017-07-212-12/+11
* SONAR-9488 do not fail when reading file part failsSébastien Lesaint2017-07-212-6/+5
* Automatic merge from branch-6.5ssjenka2017-07-213-10/+38
|\
| * SONAR-8918 Fix api/qualityprofile/search when no language availableJulien Lancelot2017-07-213-10/+38
* | WS batch/issues must return 400 if requested component type is not supportedSimon Brandhof2017-07-192-2/+2
* | SONAR-9567 disable storage of doc source in ES index issues/issueSimon Brandhof2017-07-198-562/+481
* | SONAR-9567 drop fields manual_severity and message from ES index issuesSimon Brandhof2017-07-195-67/+22
* | SONAR-9567 load issues from DB instead of ES in WS batch/issuesSimon Brandhof2017-07-198-433/+359
* | SONAR-9567 drop fields "attributes", "gap" and "updatedAt" from ES index "iss...Simon Brandhof2017-07-198-225/+36
* | fix possible dead lock on table CE_SCANNER_CONTEXT on MySQLSébastien Lesaint2017-07-191-0/+1
* | SONAR-9546 Display only the first custom graph as preview on project dashboardGrégoire Aubert2017-07-199-25/+50
* | SONAR-9546 Sync tooltips from the two graphsGrégoire Aubert2017-07-1911-268/+478
* | SONAR-9546 Allow to create two custom graphs on the project activity pageGrégoire Aubert2017-07-1940-628/+598
* | Merge branch 'branch-6.5'Stas Vilchik2017-07-198-133/+200
|\|
| * SONAR-9357 support two or more providers (#2259)Stas Vilchik2017-07-188-132/+202
* | replace require.ensure with dymamic import (#2187)Stas Vilchik2017-07-1830-195/+166
* | Automatic merge from branch-6.5ssjenka2017-07-1810-56/+69
|\|
| * SONAR-9403 Display project activity custom graphs on the project dashboard tooGrégoire Aubert2017-07-182-17/+28
| * SONAR-9403 Fix metric translation for plugins metrics on project activity pageGrégoire Aubert2017-07-188-39/+41
| * Prepare for next development iterationSimon Brandhof2017-07-1313-13/+13
| * 6.5-M3 for SonarCloud6.5-M3Simon Brandhof2017-07-1313-13/+13
| * Release 6.5-RC16.5-RC1Simon Brandhof2017-07-1313-13/+13
* | SONAR-9525 use 30s delay between disabled workers runSébastien Lesaint2017-07-182-12/+43
* | SONAR-9525 make CeHttpClient an interfaceSébastien Lesaint2017-07-187-163/+201
* | SONAR-9525 add CE WS to refresh enabled worker countSébastien Lesaint2017-07-1815-30/+380
* | SONAR-9525 CeWorker can be disabled by EnabledCeWorkerControllerSébastien Lesaint2017-07-1710-11/+207
* | SONAR-9525 enforce CeWorker#getOrdinal returns int >= 0Sébastien Lesaint2017-07-173-2/+19
* | SONAR-9525 make CeWorkerImpl alter thread name with its detailsSébastien Lesaint2017-07-172-0/+79
* | SONAR-9525 fix CeWorkerImplTest#verifyWorkerUuidSébastien Lesaint2017-07-171-4/+5
* | SONAR-9525 make CeWorker#call return an enum rather than a BooleanSébastien Lesaint2017-07-175-43/+52
* | SONAR-9525 add CeWorker#getOrdinalSébastien Lesaint2017-07-178-19/+58
* | SONAR-9525 do not allow value > 10 from WorkerCountProviderSébastien Lesaint2017-07-172-5/+15
* | SONAR-9525 add workerThreadCount to CE's MBeanSébastien Lesaint2017-07-173-2/+19
* | SONAR-9525 use getWorkerMaxCount to configure number of threadsSébastien Lesaint2017-07-174-3/+8
* | SONAR-9525 add CeConfiguration#getWorkerMaxCountSébastien Lesaint2017-07-174-1/+40
* | SONAR-9508 Display worker counter in background tasks pageStas Vilchik2017-07-1711-5/+856
* | SONAR-9508 Create api/ce/worker_count WSJulien Lancelot2017-07-175-2/+189
* | SONAR-9508 CE gets number of workers from WorkerCountProviderSébastien Lesaint2017-07-174-81/+110
* | SONAR-9507 add warning at CE startup if sonar.ce.workerCount existsSébastien Lesaint2017-07-172-0/+123
* | SONAR-9507 ensure sonar.ce.workerCount doesn't exist in PropertiesSébastien Lesaint2017-07-175-1/+133
* | SONAR-9507 make sonar.ce.workerCount an internal propertySébastien Lesaint2017-07-173-32/+82
* | SONAR-9507 move CeConfiguration to module ce and delete module ce-apiSébastien Lesaint2017-07-177-67/+0
* | Set CeWsAction as public in order to add external action in ce wsJulien Lancelot2017-07-171-1/+1
* | upgrade prettier and remove prettier-eslint (#2254)Stas Vilchik2017-07-17410-2178/+3278
* | Prepare for next development iterationSimon Brandhof2017-07-1313-13/+13
|/
* SONAR-9480 fix removal of rules from index when too many failuresSimon Brandhof2017-07-133-11/+13