Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-7565 add IT for new status RESTARTING | Sébastien Lesaint | 2016-04-26 | 1 | -0/+4 |
| | |||||
* | SONAR−7565 add RESTARTING status in /api/system/status | Sébastien Lesaint | 2016-04-26 | 9 | -15/+161 |
| | |||||
* | fix treemap legend l10n message | Stas Vilchik | 2016-04-26 | 1 | -1/+1 |
| | |||||
* | Automatic merge from branch-5.5 | Jenkins CI | 2016-04-26 | 30 | -498/+1638 |
|\ | | | | | | | | | | | | | * origin/branch-5.5: SONAR-7549 Automatic repair of MSSQL and MySQL case-insensitive columns SONAR-7549 SONAR-6171 verifies UTF8 charset and case-sensitive collation Remove bad comment in org.sonar.server.computation.measure.MeasureRepository | ||||
| * | SONAR-7549 Automatic repair of MSSQL and MySQL case-insensitive columns | Simon Brandhof | 2016-04-25 | 22 | -235/+716 |
| | | |||||
| * | SONAR-7549 SONAR-6171 verifies UTF8 charset and case-sensitive collation | Simon Brandhof | 2016-04-25 | 25 | -494/+1157 |
| | | |||||
| * | Remove bad comment in org.sonar.server.computation.measure.MeasureRepository | Simon Brandhof | 2016-04-25 | 1 | -4/+0 |
| | | |||||
* | | SONAR-7365 fix highlighting | Stas Vilchik | 2016-04-25 | 1 | -4/+6 |
| | | |||||
* | | fix displaying of project with slash in the name on measures page | Stas Vilchik | 2016-04-25 | 1 | -2/+9 |
| | | |||||
* | | Automatic merge from branch-5.5 | Jenkins CI | 2016-04-25 | 3 | -89/+2 |
|\| | | | | | | | | | | | * origin/branch-5.5: Remove useless CeDbClient Add PropertiesDao in CE container | ||||
| * | Remove useless CeDbClient | Julien Lancelot | 2016-04-25 | 4 | -93/+2 |
| | | | | | | | | It's useless that DbClient return a ReadOnlyPropertiesDao, and it prevent any CE task to update a property | ||||
| * | Add PropertiesDao in CE container | Julien Lancelot | 2016-04-25 | 1 | -0/+4 |
| | | |||||
* | | SONAR-7373 drop loading of code by scrolling | Stas Vilchik | 2016-04-22 | 3 | -34/+29 |
| | | |||||
* | | 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 | 30 | -199/+597 |
|\| | | | | | | | | | | | | | | | | | | | | | | | * 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 | 9 | -2/+412 |
| | | | | | | | | metrics for UI | ||||
| * | SONAR-7553 DAO of CE_QUEUE count number of rows by status | Teryk Bellahsene | 2016-04-21 | 4 | -12/+42 |
| | | |||||
| * | SONAR-7553 DAO of CE_ACTIVITY count number of tasks still failing | Teryk Bellahsene | 2016-04-21 | 4 | -3/+39 |
| | | |||||
| * | SONAR-7187 WS api/ce/activity stop using count(1) on DB table CE_QUEUE | Teryk Bellahsene | 2016-04-21 | 2 | -29/+12 |
| | | |||||
| * | SONAR-7553 Create composite DB index CE_ACTIVITY(is_last, status) | Teryk Bellahsene | 2016-04-21 | 4 | -1/+37 |
| | | |||||
| * | 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 | 9 | -104/+43 |
| | | | | | | | | 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 | 3 | -2/+26 |
| | | |||||
* | | SONAR-7516 fix HistoryUiTest and PropertySetsTest | Stas Vilchik | 2016-04-20 | 3 | -4/+4 |
| | | |||||
* | | SONAR-7516 Change capitalization of metric names (#907) | Stas Vilchik | 2016-04-20 | 12 | -249/+249 |
| | | |||||
* | | Automatic merge from branch-5.5 | Jenkins CI | 2016-04-20 | 16 | -82/+153 |
|\| | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | SONAR-7550 Update Java plugin to 3.13.1 | Teryk Bellahsene | 2016-04-19 | 1 | -1/+1 |
| | | |||||
| * | 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 | ||||
| * | change capitalization of new metrics (#906) | Stas Vilchik | 2016-04-19 | 2 | -10/+8 |
| | | |||||
| * | 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 |
| | | |||||
| * | Add comment on query to keep authorized users for a project and a role | Julien Lancelot | 2016-04-19 | 4 | -37/+15 |
| | | | | | | | | Anyone permission cannot be taking into by this method | ||||
* | | 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 | 2 | -3/+7 |
| | | |||||
* | | 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 | 11 | -19/+182 |
|\| | | | | | | | | | | | * origin/branch-5.5: Add query to keep authorized users for a project and a role fix bubble chart configuration | ||||
| * | Add query to keep authorized users for a project and a role | Julien Lancelot | 2016-04-18 | 10 | -17/+180 |
| | | |||||
| * | 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 |
| | |