aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | SONAR-7150 directories count doesn't include empty directoriesJulien Lancelot2016-05-033-17/+19
* | SONAR-7212 Add migration to remove default assignee properties on removed usersJulien Lancelot2016-05-039-3/+225
* | SONAR-7212 Remove "sonar.issues.defaultAssigneeLogin" when removing a userJulien Lancelot2016-05-034-29/+68
* | SONAR-7213 Ignore disabled users when searching for default assigneeJulien Lancelot2016-05-032-5/+14
* | SONAR-7308 Index users created with signupJulien Lancelot2016-05-031-0/+1
* | SONAR-7394 Fix update of custom rule active parametersJulien Lancelot2016-05-034-31/+143
* | SONAR-7482 Return identity providers info in system infoJulien Lancelot2016-05-032-21/+152
* | SONAR-7515 api/system/info is now internalJulien Lancelot2016-05-032-12/+19
* | SONAR-7517 Rename default group property when renaming groupJulien Lancelot2016-05-036-61/+122
* | Automatic merge from branch-5.5Jenkins CI2016-05-030-0/+0
|\|
| * Update version to 5.5-SNAPSHOTTom2016-05-0256-56/+56
| * Release 5.55.5Tom2016-05-0256-56/+56
* | SONAR-7382 Fix SQL when user belongs to more than 1000 groupsJulien Lancelot2016-05-021-4/+22
* | 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
|\|
| * 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
* | SONAR-7549 Fix SqlExecutorTest on MySQL and MsSQLJulien Lancelot2016-04-262-13/+13
* | improve tooltips on web api pageStas Vilchik2016-04-265-61/+82
* | Automatic merge from branch-5.5Jenkins CI2016-04-260-0/+0
|\|
| * 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
|\|
| * 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
|\|
| * Remove useless CeDbClientJulien Lancelot2016-04-254-93/+2
| * 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
|\|
| * 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 metrics...Teryk Bellahsene2016-04-219-2/+412
| * 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