Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-9525 use 30s delay between disabled workers run | Sébastien Lesaint | 2017-07-18 | 2 | -12/+43 |
| | |||||
* | SONAR-9525 make CeHttpClient an interface | Sébastien Lesaint | 2017-07-18 | 7 | -163/+201 |
| | |||||
* | SONAR-9525 add IT on dynamic update of CE worker count | Sébastien Lesaint | 2017-07-18 | 4 | -61/+171 |
| | |||||
* | SONAR-9525 add CE WS to refresh enabled worker count | Sébastien Lesaint | 2017-07-18 | 15 | -30/+380 |
| | |||||
* | SONAR-9525 add IT on number of tasks processed in // | Sébastien Lesaint | 2017-07-18 | 6 | -71/+359 |
| | |||||
* | SONAR-9525 CeWorker can be disabled by EnabledCeWorkerController | Sébastien Lesaint | 2017-07-17 | 10 | -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 >= 0 | Sébastien Lesaint | 2017-07-17 | 3 | -2/+19 |
| | |||||
* | SONAR-9525 make CeWorkerImpl alter thread name with its details | Sébastien Lesaint | 2017-07-17 | 2 | -0/+79 |
| | | | | will allow more accurate and easier debugging when looking at thread dumps | ||||
* | SONAR-9525 fix CeWorkerImplTest#verifyWorkerUuid | Sébastien Lesaint | 2017-07-17 | 1 | -4/+5 |
| | |||||
* | SONAR-9525 make CeWorker#call return an enum rather than a Boolean | Sébastien Lesaint | 2017-07-17 | 5 | -43/+52 |
| | |||||
* | SONAR-9525 add CeWorker#getOrdinal | Sébastien Lesaint | 2017-07-17 | 8 | -19/+58 |
| | |||||
* | SONAR-9525 do not allow value > 10 from WorkerCountProvider | Sébastien Lesaint | 2017-07-17 | 2 | -5/+15 |
| | |||||
* | SONAR-9525 add workerThreadCount to CE's MBean | Sébastien Lesaint | 2017-07-17 | 3 | -2/+19 |
| | |||||
* | SONAR-9525 use getWorkerMaxCount to configure number of threads | Sébastien Lesaint | 2017-07-17 | 4 | -3/+8 |
| | | | | rather than using CeConfiguration#getWorkerCount | ||||
* | SONAR-9525 add CeConfiguration#getWorkerMaxCount | Sébastien Lesaint | 2017-07-17 | 4 | -1/+40 |
| | |||||
* | SONAR-9508 Display worker counter in background tasks page | Stas Vilchik | 2017-07-17 | 12 | -5/+862 |
| | |||||
* | SONAR-9508 Create api/ce/worker_count WS | Julien Lancelot | 2017-07-17 | 10 | -2/+219 |
| | |||||
* | enable IT CeWsTest | Sébastien Lesaint | 2017-07-17 | 1 | -1/+4 |
| | |||||
* | SONAR-9507 add IT | Sébastien Lesaint | 2017-07-17 | 9 | -6/+201 |
| | |||||
* | SONAR-9508 CE gets number of workers from WorkerCountProvider | Sébastien Lesaint | 2017-07-17 | 4 | -81/+110 |
| | | | | rather than from internal properties directly | ||||
* | SONAR-9507 add warning at CE startup if sonar.ce.workerCount exists | Sébastien Lesaint | 2017-07-17 | 2 | -0/+123 |
| | |||||
* | SONAR-9507 ensure sonar.ce.workerCount doesn't exist in Properties | Sébastien Lesaint | 2017-07-17 | 5 | -1/+133 |
| | |||||
* | SONAR-9507 make sonar.ce.workerCount an internal property | Sébastien Lesaint | 2017-07-17 | 4 | -40/+82 |
| | |||||
* | SONAR-9507 move CeConfiguration to module ce and delete module ce-api | Sébastien Lesaint | 2017-07-17 | 8 | -72/+0 |
| | |||||
* | Set CeWsAction as public in order to add external action in ce ws | Julien Lancelot | 2017-07-17 | 1 | -1/+1 |
| | |||||
* | upgrade prettier and remove prettier-eslint (#2254) | Stas Vilchik | 2017-07-17 | 410 | -2178/+3278 |
| | |||||
* | Automatic merge from branch-6.5 | ssjenka | 2017-07-14 | 0 | -0/+0 |
|\ | | | | | | | | | | | | | * origin/branch-6.5: Prepare for next development iteration 6.5-M3 for SonarCloud Release 6.5-RC1 | ||||
| * | Prepare for next development iteration | Simon Brandhof | 2017-07-13 | 54 | -54/+54 |
| | | |||||
| * | 6.5-M3 for SonarCloud6.5-M3 | Simon Brandhof | 2017-07-13 | 54 | -54/+54 |
| | | |||||
| * | Release 6.5-RC16.5-RC1 | Simon Brandhof | 2017-07-13 | 54 | -54/+54 |
| | | |||||
* | | Prepare for next development iteration | Simon Brandhof | 2017-07-13 | 54 | -54/+54 |
|/ | |||||
* | SONAR-9480 fix removal of rules from index when too many failures | Simon Brandhof | 2017-07-13 | 3 | -11/+13 |
| | |||||
* | Remove --runInBand parameter in test script to allow the web tests to work ↵ | Grégoire Aubert | 2017-07-13 | 1 | -1/+1 |
| | | | | again on CI | ||||
* | SONAR-9403 Change style of metrics with no historical data in the custom ↵ | Grégoire Aubert | 2017-07-13 | 10 | -29/+136 |
| | | | | graph legend | ||||
* | SONAR-9403 Display more information messages when adding new metrics to a ↵ | Grégoire Aubert | 2017-07-13 | 3 | -11/+28 |
| | | | | custom graph | ||||
* | SONAR-9410 Make more obvious that the reset button will only reset the date ↵ | Grégoire Aubert | 2017-07-13 | 5 | -4/+5 |
| | | | | on the project activity page | ||||
* | SONAR-9403 Add a tooltip on the button to show the metric history on the ↵ | Grégoire Aubert | 2017-07-13 | 2 | -6/+10 |
| | | | | measures page | ||||
* | SONAR-9418 Prevent from autozooming on the graph when selecting a date in ↵ | Grégoire Aubert | 2017-07-13 | 2 | -15/+10 |
| | | | | the project activity list | ||||
* | SONAR-9418 Show graph tooltip even if there is no graph data | Grégoire Aubert | 2017-07-13 | 1 | -4/+1 |
| | |||||
* | Change color of the activity events icons | Grégoire Aubert | 2017-07-13 | 1 | -3/+3 |
| | |||||
* | Display missing data on the activity graph preview on the project dashboard page | Grégoire Aubert | 2017-07-13 | 3 | -12/+23 |
| | |||||
* | Fix a bug with the version badges when filtering on an event category | Grégoire Aubert | 2017-07-13 | 9 | -185/+698 |
| | |||||
* | SONAR-9403 Add information message when selecting a metric to build a custom ↵ | Grégoire Aubert | 2017-07-13 | 2 | -4/+12 |
| | | | | graph | ||||
* | SONAR-9410 Add date selectors to the project activity page | Grégoire Aubert | 2017-07-13 | 10 | -18/+194 |
| | |||||
* | SONAR-8611 Add shortcuts to project activity page on project dashboard | Grégoire Aubert | 2017-07-13 | 8 | -28/+90 |
| | |||||
* | Apply several feedbacks | Grégoire Aubert | 2017-07-13 | 15 | -56/+70 |
| | | | | | | | | * Fix dates serializing * Prevent clicks on event button to activate the graph tooltip * Throttle part of the zoom graph * Reload history when an analysis is deleted * Fix multiple style flaws | ||||
* | SONAR-9418 Add tooltips on the project dashboard preview graph | Grégoire Aubert | 2017-07-13 | 17 | -42/+516 |
| | |||||
* | SONAR-9403 Remove history graphs from the measures page and redirect to ↵ | Grégoire Aubert | 2017-07-13 | 5 | -218/+28 |
| | | | | project activity custom graph | ||||
* | SONAR-9403 Replace the measures history graph by a link to the project ↵ | Grégoire Aubert | 2017-07-13 | 11 | -52/+66 |
| | | | | activity page | ||||
* | SONAR-9403 Filter out leak measures from the available measures of the ↵ | Grégoire Aubert | 2017-07-13 | 1 | -1/+2 |
| | | | | project activity custom graph |