summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Background tasks logs are available for project adminTeryk Bellahsene2016-04-192-14/+58
| |
| * add web context on the measures pageStas Vilchik2016-04-191-1/+1
| |
| * Add comment on query to keep authorized users for a project and a roleJulien Lancelot2016-04-194-37/+15
| | | | | | | | Anyone permission cannot be taking into by this method
* | check system status when restarting serverStas Vilchik2016-04-191-1/+7
| |
* | SONAR-7365 Component doesn't highlight usage when it is also a keywordStas Vilchik2016-04-192-10/+13
| |
* | SONAR-7314 change treemap text color to blackStas Vilchik2016-04-191-5/+0
| |
* | improve display of quality profile permalinksStas Vilchik2016-04-191-3/+6
| |
* | SONAR-7476 apply feedbackStas Vilchik2016-04-192-3/+7
| |
* | SONAR-7503 improve reliability of the "New Issues" facetStas Vilchik2016-04-191-11/+15
| |
* | SONAR-7230 better collapse file pathStas Vilchik2016-04-182-1/+25
| |
* | SONAR-6203 Manual Metrics of type Level and String can't be displayed using ↵Stas Vilchik2016-04-182-9/+18
| | | | | | | | 'Custom Measures' widget
* | Automatic merge from branch-5.5Jenkins CI2016-04-1811-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 roleJulien Lancelot2016-04-1810-17/+180
| |
| * fix bubble chart configurationStas Vilchik2016-04-181-2/+2
| |
* | SONAR-7446 fix issue filter widget headerStas Vilchik2016-04-182-0/+6
| |
* | SONAR-7446 Replace usage of facetMode 'debt' by 'effort' in Issues pageStas Vilchik2016-04-188-17/+17
| |
* | SONAR-7476 Provide a link to inactive rules from a quality profile pageStas Vilchik2016-04-182-0/+5
| |
* | SONAR-7433 Provide a visual feedback when creating a projectStas Vilchik2016-04-182-22/+42
| |
* | SONAR-7548 Display type of background tasksStas Vilchik2016-04-186-7/+52
| |
* | SONAR-7314 Improve readability of treemap widgetsStas Vilchik2016-04-181-0/+2
| |
* | SONAR-7320 Display a file name for each test method in the coverage popupStas Vilchik2016-04-181-1/+1
| |
* | SONAR-7503 New Issues facet not working properly for the last periodStas Vilchik2016-04-181-1/+1
| |
* | Automatic merge from branch-5.5Jenkins CI2016-04-1817-198/+404
|\| | | | | | | | | | | | | | | * 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 taskSimon Brandhof2016-04-171-3/+3
| |
| * Add ComponentDao#insertBatch() for batch insertsSimon Brandhof2016-04-154-3/+49
| |
| * SONAR-7543 Sanitize metric domains (#901)Stas Vilchik2016-04-155-73/+92
| | | | | | | | | | * rename Tests to Coverage * rename Duplication to Diplications * move "alert_status" to new releasability domain
| * SONAR-7402 improve measures home page (#900)Stas Vilchik2016-04-158-120/+261
| |
* | Automatic merge from branch-5.5Jenkins CI2016-04-1525-78/+126
|\| | | | | | | | | | | | | | | * origin/branch-5.5: Fix malformed javadoc in API Add UserDao.selectByIds SONAR-6948 rename method Request#getLocalConnector() to localConnector() SONAR-6948 add javadoc for org.sonar.api.server.ws.LocalConnector
| * Fix malformed javadoc in APISimon Brandhof2016-04-1512-50/+48
| |
| * Add UserDao.selectByIdsJulien Lancelot2016-04-155-14/+51
| |
| * SONAR-6948 rename method Request#getLocalConnector() to localConnector()Simon Brandhof2016-04-158-10/+10
| |
| * SONAR-6948 add javadoc for org.sonar.api.server.ws.LocalConnectorSimon Brandhof2016-04-153-5/+18
| |
* | fix quality flawsStas Vilchik2016-04-156-13/+9
| |
* | Automatic merge from branch-5.5Jenkins CI2016-04-1419-29/+539
|\| | | | | | | | | | | | | | | | | | | * 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
| * SONAR-7429 defaults of HTTPS proxy are values of HTTP proxySimon Brandhof2016-04-143-4/+47
| |
| * Add context when failing to map a db measure to a ws measureTeryk Bellahsene2016-04-142-16/+73
| |
| * SONAR-7187 Fix perf issue in selectByQueryJulien Lancelot2016-04-144-5/+60
| | | | | | | | Replace usage of RowBounds by SQL pagination
| * Add support of WS api/ce/task to sonar-wsSimon Brandhof2016-04-142-0/+22
| |
| * Add partial support of api/projects to sonar-wsSimon Brandhof2016-04-147-0/+335
| |
| * SONAR-7427 Remove "effort_to_reach_reliability_rating_a" and ↵Julien Lancelot2016-04-141-4/+2
| | | | | | | | "effort_to_reach_security_rating_a" from js
* | SONAR-7399 Permalink to line > 1000 doesn't workStas Vilchik2016-04-142-10/+16
| |
* | SONAR-7447 The "More actions" menu is not properly displayed when the file ↵Stas Vilchik2016-04-141-1/+3
| | | | | | | | is too small
* | SONAR-7452 "Bulk Apply Permission Template" uses ↵Stas Vilchik2016-04-143-21/+35
| | | | | | | | api/permissions/bulk_apply_template
* | SONAR-7460 Impossible to activate a rule which has many parametersStas Vilchik2016-04-142-2/+3
| |
* | SONAR-7529 Empty block is displayed in the administration sidebarStas Vilchik2016-04-141-9/+11
| |
* | Automatic merge from branch-5.5Jenkins CI2016-04-141-0/+2
|\| | | | | | | | | * origin/branch-5.5: SONAR-7319 Load CeTaskProcessor in Server Pico Container
| * SONAR-7319 Load CeTaskProcessor in Server Pico ContainerTeryk Bellahsene2016-04-141-0/+2
| |
* | SONAR-7442 "Add value" button adds several rows for multi-values propertiesStas Vilchik2016-04-141-3/+3
| |
* | SONAR-7419 Can not clear search input on rules pageStas Vilchik2016-04-141-3/+12
| |
* | SONAR-7383 Permission settings do not redirect to loginStas Vilchik2016-04-141-0/+1
| |