aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7627 Charset of SQLServer NVARCHAR columns is badly enforced to Latin1Simon Brandhof2016-05-1014-751/+9
|
* SONAR-7589 Error when upgrading to SonarQube 5.5 on SQL AzureSimon Brandhof2016-05-056-4/+80
|
* Update version to 5.5-SNAPSHOTTom2016-05-0256-56/+56
|
* Release 5.55.5Tom2016-05-0256-56/+56
|
* check system status when restarting serverStas Vilchik2016-04-281-1/+7
|
* [maven-release-plugin] prepare for next development iterationTom2016-04-2826-27/+27
|
* [maven-release-plugin] prepare release 5.5-RC25.5-RC2Tom2016-04-2826-27/+27
|
* SONAR-7549 disable SqlExecutorTest on non-H2 dbsSimon Brandhof2016-04-261-0/+11
|
* SONAR-7565 add IT for new status RESTARTINGSébastien Lesaint2016-04-261-0/+4
|
* SONAR−7565 add RESTARTING status in /api/system/statusSébastien Lesaint2016-04-269-15/+161
|
* fix treemap legend l10n messageStas Vilchik2016-04-261-1/+1
|
* SONAR-7549 Automatic repair of MSSQL and MySQL case-insensitive columnsSimon Brandhof2016-04-2522-235/+716
|
* SONAR-7549 SONAR-6171 verifies UTF8 charset and case-sensitive collationSimon Brandhof2016-04-2525-494/+1157
|
* Remove bad comment in org.sonar.server.computation.measure.MeasureRepositorySimon Brandhof2016-04-251-4/+0
|
* Remove useless CeDbClientJulien Lancelot2016-04-254-93/+2
| | | | It's useless that DbClient return a ReadOnlyPropertiesDao, and it prevent any CE task to update a property
* Add PropertiesDao in CE containerJulien Lancelot2016-04-251-0/+4
|
* SONAR-7553 use api/ce/activity_status to get number of pending and failing tasksStas Vilchik2016-04-212-8/+15
|
* SONAR-7553 WS api/ce/activity_status display background tasks related ↵Teryk Bellahsene2016-04-219-2/+412
| | | | metrics for UI
* SONAR-7553 DAO of CE_QUEUE count number of rows by statusTeryk Bellahsene2016-04-214-12/+42
|
* SONAR-7553 DAO of CE_ACTIVITY count number of tasks still failingTeryk Bellahsene2016-04-214-3/+39
|
* SONAR-7187 WS api/ce/activity stop using count(1) on DB table CE_QUEUETeryk Bellahsene2016-04-212-29/+12
|
* SONAR-7553 Create composite DB index CE_ACTIVITY(is_last, status)Teryk Bellahsene2016-04-214-1/+37
|
* SONAR-7187 do not usage paginationStas Vilchik2016-04-214-52/+9
|
* SONAR-7187 Remove paging from api/ce/activityJulien Lancelot2016-04-219-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-7550 Update Java plugin to 3.13.1Teryk Bellahsene2016-04-191-1/+1
|
* apply feedback for measures page (#905)Stas Vilchik2016-04-196-19/+70
| | | | | * display leak period legend on details page * hide quality gate status measure for projects
* change capitalization of new metrics (#906)Stas Vilchik2016-04-192-10/+8
|
* 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
* 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
|
* 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
|
* 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
|
* 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-7319 Load CeTaskProcessor in Server Pico ContainerTeryk Bellahsene2016-04-141-0/+2
|
* Disable EventTest#event_widget() because of false-positivesSimon Brandhof2016-04-131-0/+1
|
* SONAR-7427 Remove "effort_to_reach_reliability_rating_a" and ↵Julien Lancelot2016-04-1311-230/+35
| | | | "effort_to_reach_security_rating_a" measures
* SONAR-7527 Change metric columns order and layout of provided global dashboardJulien Lancelot2016-04-132-11/+11
|