summaryrefslogtreecommitdiffstats
path: root/server/sonar-server/src
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-7269 Split installing plugins into installing and updating in api/plugi...Julien Lancelot2016-05-093-30/+148
* SONAR-6424 Colon character should be escaped in URL (#931)Evgeny Mandrikov2016-05-092-10/+6
* SONAR-7526 WS api/user_tokens/generate functional checks of name and token hashTeryk Bellahsene2016-05-062-1/+11
* SONAR-7575 WS api/projects/create functional error when project key is longer...Teryk Bellahsene2016-05-062-5/+86
* SONAR-7432 Functional exception when snapshot not found in WS api/qualitygate...Teryk Bellahsene2016-05-062-27/+40
* SONAR-7387 Refactor TestIndexTeryk Bellahsene2016-05-063-3/+3
* SONAR-7387 Log flooding in web service api/tests/covered_filesTeryk Bellahsene2016-05-063-22/+61
* SONAR-7380 Sanitize exception handling of WS parameter readsTeryk Bellahsene2016-05-062-3/+0
* Remove useless parameter refreshJulien Lancelot2016-05-043-5/+5
* SONAR-7108 Delete Issues from index when purging old issuesJulien Lancelot2016-05-048-88/+144
* SONAR-6906 Filter rules on profile language when bulk active rulesJulien Lancelot2016-05-042-2/+6
* SONAR-7150 directories count doesn't include empty directoriesJulien Lancelot2016-05-033-17/+19
* SONAR-7213 Ignore disabled users when searching for default assigneeJulien Lancelot2016-05-032-5/+14
* SONAR-7394 Fix update of custom rule active parametersJulien Lancelot2016-05-032-30/+98
* 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
* Fix quality flawsTeryk Bellahsene2016-04-292-4/+4
* SONAR-7569 Update copy resource id when persisting components in CEJulien Lancelot2016-04-282-32/+93
* SONAR−7565 add RESTARTING status in /api/system/statusSébastien Lesaint2016-04-269-15/+161
* Automatic merge from branch-5.5Jenkins CI2016-04-2612-25/+249
|\
| * SONAR-7549 Automatic repair of MSSQL and MySQL case-insensitive columnsSimon Brandhof2016-04-256-11/+143
| * SONAR-7549 SONAR-6171 verifies UTF8 charset and case-sensitive collationSimon Brandhof2016-04-259-21/+117
| * Remove bad comment in org.sonar.server.computation.measure.MeasureRepositorySimon Brandhof2016-04-251-4/+0
| * Remove useless CeDbClientJulien Lancelot2016-04-251-4/+0
| * Add PropertiesDao in CE containerJulien Lancelot2016-04-251-0/+4
* | Automatic merge from branch-5.5Jenkins CI2016-04-217-67/+357
|\|
| * SONAR-7553 WS api/ce/activity_status display background tasks related metrics...Teryk Bellahsene2016-04-215-2/+324
| * SONAR-7187 WS api/ce/activity stop using count(1) on DB table CE_QUEUETeryk Bellahsene2016-04-211-28/+11
| * SONAR-7187 Remove paging from api/ce/activityJulien Lancelot2016-04-212-41/+26
* | Automatic merge from branch-5.5Jenkins CI2016-04-202-14/+58
|\|
| * Background tasks logs are available for project adminTeryk Bellahsene2016-04-192-14/+58
* | SONAR-6203 Manual Metrics of type Level and String can't be displayed using '...Stas Vilchik2016-04-181-5/+5
* | SONAR-7446 fix issue filter widget headerStas Vilchik2016-04-182-0/+6
* | Automatic merge from branch-5.5Jenkins CI2016-04-181-3/+3
|\|
| * Log the type when Compute Engine processes a taskSimon Brandhof2016-04-171-3/+3
* | Automatic merge from branch-5.5Jenkins CI2016-04-142-16/+73
|\|
| * Add context when failing to map a db measure to a ws measureTeryk Bellahsene2016-04-142-16/+73
* | Automatic merge from branch-5.5Jenkins CI2016-04-141-0/+2
|\|
| * SONAR-7319 Load CeTaskProcessor in Server Pico ContainerTeryk Bellahsene2016-04-141-0/+2
* | Automatic merge from branch-5.5Jenkins CI2016-04-145-179/+28
|\|
| * SONAR-7427 Remove "effort_to_reach_reliability_rating_a" and "effort_to_reach...Julien Lancelot2016-04-133-168/+17
| * SONAR-7527 Change metric columns order and layout of provided global dashboardJulien Lancelot2016-04-132-11/+11
* | Automatic merge from branch-5.5Jenkins CI2016-04-121-1/+1
|\|
| * Change return type of Plugin#getSonarQubeVersion()Simon Brandhof2016-04-111-1/+1
* | SONAR-5476 Rule search by key should be case insensitiveSimon Brandhof2016-04-118-45/+28
* | Refactor NewIndexSimon Brandhof2016-04-088-25/+14
|/
* SONAR-7528 WS api/measures/component handles developer measuresTeryk Bellahsene2016-04-072-11/+96
* SONAR-7528 WS api/measures/component_tree handles developer measuresTeryk Bellahsene2016-04-076-11/+158
* SONAR-6948 Ability for Java server extensions to call web servicesSimon Brandhof2016-04-073-7/+234