Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | SONAR-7373 drop loading of code by scrolling | Stas Vilchik | 2016-04-22 | 2 | -34/+28 | |
| | | ||||||
* | | SONAR-7561 Increase width of version select on Comparison page | Stas Vilchik | 2016-04-22 | 1 | -1/+4 | |
| | | ||||||
* | | Automatic merge from branch-5.5 | Jenkins CI | 2016-04-21 | 13 | -121/+406 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-5.5: SONAR-7553 use api/ce/activity_status to get number of pending and failing tasks SONAR-7553 WS api/ce/activity_status display background tasks related metrics for UI SONAR-7553 DAO of CE_QUEUE count number of rows by status SONAR-7553 DAO of CE_ACTIVITY count number of tasks still failing SONAR-7187 WS api/ce/activity stop using count(1) on DB table CE_QUEUE SONAR-7553 Create composite DB index CE_ACTIVITY(is_last, status) SONAR-7187 do not usage pagination SONAR-7187 Remove paging from api/ce/activity | |||||
| * | SONAR-7553 use api/ce/activity_status to get number of pending and failing tasks | Stas Vilchik | 2016-04-21 | 2 | -8/+15 | |
| | | ||||||
| * | SONAR-7553 WS api/ce/activity_status display background tasks related ↵ | Teryk Bellahsene | 2016-04-21 | 5 | -2/+324 | |
| | | | | | | | | metrics for UI | |||||
| * | SONAR-7187 WS api/ce/activity stop using count(1) on DB table CE_QUEUE | Teryk Bellahsene | 2016-04-21 | 1 | -28/+11 | |
| | | ||||||
| * | SONAR-7553 Create composite DB index CE_ACTIVITY(is_last, status) | Teryk Bellahsene | 2016-04-21 | 1 | -0/+31 | |
| | | ||||||
| * | SONAR-7187 do not usage pagination | Stas Vilchik | 2016-04-21 | 4 | -52/+9 | |
| | | ||||||
| * | SONAR-7187 Remove paging from api/ce/activity | Julien Lancelot | 2016-04-21 | 2 | -41/+26 | |
| | | | | | | | | In order to have no more full scan on the ce_activity table, we had to remove paging as it was executing a select count(* from ce_activity) | |||||
* | | SONAR-7373 reduce number of displayed lines | Stas Vilchik | 2016-04-20 | 1 | -4/+7 | |
| | | ||||||
* | | SONAR-7373 speed up scm rendering | Stas Vilchik | 2016-04-20 | 3 | -8/+38 | |
| | | ||||||
* | | SONAR-7374 Improve the UI when component viewer is loading source code | Stas Vilchik | 2016-04-20 | 2 | -2/+24 | |
| | | ||||||
* | | Automatic merge from branch-5.5 | Jenkins CI | 2016-04-20 | 9 | -34/+129 | |
|\| | | | | | | | | | | | | | | | | | | | * origin/branch-5.5: SONAR-7550 Update Java plugin to 3.13.1 apply feedback for measures page (#905) change capitalization of new metrics (#906) Background tasks logs are available for project admin add web context on the measures page Add comment on query to keep authorized users for a project and a role | |||||
| * | apply feedback for measures page (#905) | Stas Vilchik | 2016-04-19 | 6 | -19/+70 | |
| | | | | | | | | | | * display leak period legend on details page * hide quality gate status measure for projects | |||||
| * | Background tasks logs are available for project admin | Teryk Bellahsene | 2016-04-19 | 2 | -14/+58 | |
| | | ||||||
| * | add web context on the measures page | Stas Vilchik | 2016-04-19 | 1 | -1/+1 | |
| | | ||||||
* | | check system status when restarting server | Stas Vilchik | 2016-04-19 | 1 | -1/+7 | |
| | | ||||||
* | | SONAR-7365 Component doesn't highlight usage when it is also a keyword | Stas Vilchik | 2016-04-19 | 2 | -10/+13 | |
| | | ||||||
* | | SONAR-7314 change treemap text color to black | Stas Vilchik | 2016-04-19 | 1 | -5/+0 | |
| | | ||||||
* | | improve display of quality profile permalinks | Stas Vilchik | 2016-04-19 | 1 | -3/+6 | |
| | | ||||||
* | | SONAR-7476 apply feedback | Stas Vilchik | 2016-04-19 | 1 | -3/+6 | |
| | | ||||||
* | | SONAR-7503 improve reliability of the "New Issues" facet | Stas Vilchik | 2016-04-19 | 1 | -11/+15 | |
| | | ||||||
* | | SONAR-7230 better collapse file path | Stas Vilchik | 2016-04-18 | 2 | -1/+25 | |
| | | ||||||
* | | SONAR-6203 Manual Metrics of type Level and String can't be displayed using ↵ | Stas Vilchik | 2016-04-18 | 2 | -9/+18 | |
| | | | | | | | | 'Custom Measures' widget | |||||
* | | Automatic merge from branch-5.5 | Jenkins CI | 2016-04-18 | 1 | -2/+2 | |
|\| | | | | | | | | | | | * origin/branch-5.5: Add query to keep authorized users for a project and a role fix bubble chart configuration | |||||
| * | fix bubble chart configuration | Stas Vilchik | 2016-04-18 | 1 | -2/+2 | |
| | | ||||||
* | | SONAR-7446 fix issue filter widget header | Stas Vilchik | 2016-04-18 | 2 | -0/+6 | |
| | | ||||||
* | | SONAR-7446 Replace usage of facetMode 'debt' by 'effort' in Issues page | Stas Vilchik | 2016-04-18 | 8 | -17/+17 | |
| | | ||||||
* | | SONAR-7476 Provide a link to inactive rules from a quality profile page | Stas Vilchik | 2016-04-18 | 2 | -0/+5 | |
| | | ||||||
* | | SONAR-7433 Provide a visual feedback when creating a project | Stas Vilchik | 2016-04-18 | 2 | -22/+42 | |
| | | ||||||
* | | SONAR-7548 Display type of background tasks | Stas Vilchik | 2016-04-18 | 6 | -7/+52 | |
| | | ||||||
* | | SONAR-7314 Improve readability of treemap widgets | Stas Vilchik | 2016-04-18 | 1 | -0/+2 | |
| | | ||||||
* | | SONAR-7320 Display a file name for each test method in the coverage popup | Stas Vilchik | 2016-04-18 | 1 | -1/+1 | |
| | | ||||||
* | | SONAR-7503 New Issues facet not working properly for the last period | Stas Vilchik | 2016-04-18 | 1 | -1/+1 | |
| | | ||||||
* | | Automatic merge from branch-5.5 | Jenkins CI | 2016-04-18 | 12 | -128/+270 | |
|\| | | | | | | | | | | | | | | | * origin/branch-5.5: Log the type when Compute Engine processes a task Add ComponentDao#insertBatch() for batch inserts SONAR-7543 Sanitize metric domains (#901) SONAR-7402 improve measures home page (#900) | |||||
| * | Log the type when Compute Engine processes a task | Simon Brandhof | 2016-04-17 | 1 | -3/+3 | |
| | | ||||||
| * | SONAR-7543 Sanitize metric domains (#901) | Stas Vilchik | 2016-04-15 | 4 | -6/+7 | |
| | | | | | | | | | | * rename Tests to Coverage * rename Duplication to Diplications * move "alert_status" to new releasability domain | |||||
| * | SONAR-7402 improve measures home page (#900) | Stas Vilchik | 2016-04-15 | 8 | -120/+261 | |
| | | ||||||
* | | fix quality flaws | Stas Vilchik | 2016-04-15 | 6 | -13/+9 | |
| | | ||||||
* | | Automatic merge from branch-5.5 | Jenkins CI | 2016-04-14 | 3 | -20/+75 | |
|\| | | | | | | | | | | | | | | | | | | | * origin/branch-5.5: SONAR-7429 defaults of HTTPS proxy are values of HTTP proxy Add context when failing to map a db measure to a ws measure SONAR-7187 Fix perf issue in selectByQuery Add support of WS api/ce/task to sonar-ws Add partial support of api/projects to sonar-ws SONAR-7427 Remove "effort_to_reach_reliability_rating_a" and "effort_to_reach_security_rating_a" from js | |||||
| * | Add context when failing to map a db measure to a ws measure | Teryk Bellahsene | 2016-04-14 | 2 | -16/+73 | |
| | | ||||||
| * | SONAR-7427 Remove "effort_to_reach_reliability_rating_a" and ↵ | Julien Lancelot | 2016-04-14 | 1 | -4/+2 | |
| | | | | | | | | "effort_to_reach_security_rating_a" from js | |||||
* | | SONAR-7399 Permalink to line > 1000 doesn't work | Stas Vilchik | 2016-04-14 | 2 | -10/+16 | |
| | | ||||||
* | | SONAR-7447 The "More actions" menu is not properly displayed when the file ↵ | Stas Vilchik | 2016-04-14 | 1 | -1/+3 | |
| | | | | | | | | is too small | |||||
* | | SONAR-7452 "Bulk Apply Permission Template" uses ↵ | Stas Vilchik | 2016-04-14 | 3 | -21/+35 | |
| | | | | | | | | api/permissions/bulk_apply_template | |||||
* | | SONAR-7460 Impossible to activate a rule which has many parameters | Stas Vilchik | 2016-04-14 | 2 | -2/+3 | |
| | | ||||||
* | | SONAR-7529 Empty block is displayed in the administration sidebar | Stas Vilchik | 2016-04-14 | 1 | -9/+11 | |
| | | ||||||
* | | Automatic merge from branch-5.5 | Jenkins CI | 2016-04-14 | 1 | -0/+2 | |
|\| | | | | | | | | | * origin/branch-5.5: SONAR-7319 Load CeTaskProcessor in Server Pico Container | |||||
| * | SONAR-7319 Load CeTaskProcessor in Server Pico Container | Teryk Bellahsene | 2016-04-14 | 1 | -0/+2 | |
| | | ||||||
* | | SONAR-7442 "Add value" button adds several rows for multi-values properties | Stas Vilchik | 2016-04-14 | 1 | -3/+3 | |
| | |