aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix pom of fake-governance-pluginSimon Brandhof2017-07-191-3/+3
|
* replace require.ensure with dymamic import (#2187)Stas Vilchik2017-07-1830-195/+166
|
* Automatic merge from branch-6.5ssjenka2017-07-1810-56/+69
|\ | | | | | | | | | | * origin/branch-6.5: SONAR-9403 Display project activity custom graphs on the project dashboard too SONAR-9403 Fix metric translation for plugins metrics on project activity page
| * 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
| |
* | 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 IT on dynamic update of CE worker countSébastien Lesaint2017-07-184-61/+171
| |
* | SONAR-9525 add CE WS to refresh enabled worker countSébastien Lesaint2017-07-1815-30/+380
| |
* | SONAR-9525 add IT on number of tasks processed in //Sébastien Lesaint2017-07-186-71/+359
| |
* | SONAR-9525 CeWorker can be disabled by EnabledCeWorkerControllerSébastien Lesaint2017-07-1710-11/+207
| | | | | | | | in which case they won't attempt to retrieve a task to process and return immediatly
* | 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
| | | | | | | | will allow more accurate and easier debugging when looking at thread dumps
* | 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
| | | | | | | | rather than using CeConfiguration#getWorkerCount
* | SONAR-9525 add CeConfiguration#getWorkerMaxCountSébastien Lesaint2017-07-174-1/+40
| |
* | SONAR-9508 Display worker counter in background tasks pageStas Vilchik2017-07-1712-5/+862
| |
* | SONAR-9508 Create api/ce/worker_count WSJulien Lancelot2017-07-1710-2/+219
| |
* | enable IT CeWsTestSébastien Lesaint2017-07-171-1/+4
| |
* | SONAR-9507 add ITSébastien Lesaint2017-07-179-6/+201
| |
* | SONAR-9508 CE gets number of workers from WorkerCountProviderSébastien Lesaint2017-07-174-81/+110
| | | | | | | | rather than from internal properties directly
* | 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-174-40/+82
| |
* | SONAR-9507 move CeConfiguration to module ce and delete module ce-apiSébastien Lesaint2017-07-178-72/+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
| |
* | Automatic merge from branch-6.5ssjenka2017-07-140-0/+0
|\| | | | | | | | | | | | | * origin/branch-6.5: Prepare for next development iteration 6.5-M3 for SonarCloud Release 6.5-RC1
| * Prepare for next development iterationSimon Brandhof2017-07-1354-54/+54
| |
| * 6.5-M3 for SonarCloud6.5-M3Simon Brandhof2017-07-1354-54/+54
| |
| * Release 6.5-RC16.5-RC1Simon Brandhof2017-07-1354-54/+54
| |
* | Prepare for next development iterationSimon Brandhof2017-07-1354-54/+54
|/
* SONAR-9480 fix removal of rules from index when too many failuresSimon Brandhof2017-07-133-11/+13
|
* Remove --runInBand parameter in test script to allow the web tests to work ↵Grégoire Aubert2017-07-131-1/+1
| | | | again on CI
* SONAR-9403 Change style of metrics with no historical data in the custom ↵Grégoire Aubert2017-07-1310-29/+136
| | | | graph legend
* SONAR-9403 Display more information messages when adding new metrics to a ↵Grégoire Aubert2017-07-133-11/+28
| | | | custom graph
* SONAR-9410 Make more obvious that the reset button will only reset the date ↵Grégoire Aubert2017-07-135-4/+5
| | | | on the project activity page
* SONAR-9403 Add a tooltip on the button to show the metric history on the ↵Grégoire Aubert2017-07-132-6/+10
| | | | measures page
* SONAR-9418 Prevent from autozooming on the graph when selecting a date in ↵Grégoire Aubert2017-07-132-15/+10
| | | | the project activity list
* SONAR-9418 Show graph tooltip even if there is no graph dataGrégoire Aubert2017-07-131-4/+1
|
* Change color of the activity events iconsGrégoire Aubert2017-07-131-3/+3
|
* Display missing data on the activity graph preview on the project dashboard pageGrégoire Aubert2017-07-133-12/+23
|
* Fix a bug with the version badges when filtering on an event categoryGrégoire Aubert2017-07-139-185/+698
|
* SONAR-9403 Add information message when selecting a metric to build a custom ↵Grégoire Aubert2017-07-132-4/+12
| | | | graph
* SONAR-9410 Add date selectors to the project activity pageGrégoire Aubert2017-07-1310-18/+194
|
* SONAR-8611 Add shortcuts to project activity page on project dashboardGrégoire Aubert2017-07-138-28/+90
|