summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix SnapshotDao#selectSnapshotsByQuery() when using component UUID and sortingSimon Brandhof2016-04-302-1/+4
| |
* | Fix quality flawsTeryk Bellahsene2016-04-293-5/+5
| |
* | Automatic merge from branch-5.5Jenkins CI2016-04-290-0/+0
|\| | | | | | | | | | | | | * origin/branch-5.5: check system status when restarting server [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 5.5-RC2
| * 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-7569 Update copy resource id when persisting components in CEJulien Lancelot2016-04-283-32/+99
| |
* | SONAR-7570 A duration of 0 minute should be converted to "0min" instead of emptyJulien Lancelot2016-04-282-1/+3
| |
* | Fix overzealous conditionDuarte Meneses2016-04-281-1/+1
| |
* | Fix query to keep authorized users for a project and a roleJulien Lancelot2016-04-272-3/+8
| | | | | | | | The query were returning every users that have the permission from a group, without taking into account given users
* | SONAR-7549 Fix SqlExecutorTest on MySQL and MsSQLJulien Lancelot2016-04-262-13/+13
| | | | | | | | | | connection.commit() should not be used on these 2 DB executeInsert should use parametrized query
* | improve tooltips on web api pageStas Vilchik2016-04-265-61/+82
| |
* | Automatic merge from branch-5.5Jenkins CI2016-04-260-0/+0
|\| | | | | | | | | | | | | | | * origin/branch-5.5: SONAR-7549 disable SqlExecutorTest on non-H2 dbs SONAR-7565 add IT for new status RESTARTING SONAR−7565 add RESTARTING status in /api/system/status fix treemap legend l10n message
| * 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 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
| |
* | Automatic merge from branch-5.5Jenkins CI2016-04-2630-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 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
| |
* | SONAR-7365 fix highlightingStas Vilchik2016-04-251-4/+6
| |
* | fix displaying of project with slash in the name on measures pageStas Vilchik2016-04-251-2/+9
| |
* | Automatic merge from branch-5.5Jenkins CI2016-04-253-89/+2
|\| | | | | | | | | | | * origin/branch-5.5: Remove useless CeDbClient Add PropertiesDao in CE container
| * 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-7373 drop loading of code by scrollingStas Vilchik2016-04-223-34/+29
| |
* | SONAR-7561 Increase width of version select on Comparison pageStas Vilchik2016-04-221-1/+4
| |
* | Automatic merge from branch-5.5Jenkins CI2016-04-2130-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 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-7373 reduce number of displayed linesStas Vilchik2016-04-201-4/+7
| |
* | SONAR-7373 speed up scm renderingStas Vilchik2016-04-203-8/+38
| |
* | SONAR-7374 Improve the UI when component viewer is loading source codeStas Vilchik2016-04-203-2/+26
| |
* | SONAR-7516 fix HistoryUiTest and PropertySetsTestStas Vilchik2016-04-203-4/+4
| |
* | SONAR-7516 Change capitalization of metric names (#907)Stas Vilchik2016-04-2012-249/+249
| |
* | Automatic merge from branch-5.5Jenkins CI2016-04-2016-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.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
| |