aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* Introduce WsAction interface for WsActions in server moduleJean-Baptiste Lievremont2015-04-037-24/+44
* Pull define(...) method into a dedicated interfaceJean-Baptiste Lievremont2015-04-036-14/+18
* Use random timezone when executing tests from mavenSimon Brandhof2015-04-023-7/+7
* Add missing field on JSON example responseFabrice Bellingard2015-04-021-0/+2
* SONAR-6277 Replace ReportStream by CloseableIterator and remove FileStream (I...Julien Lancelot2015-04-023-5/+154
* Remove coupling of IssueIndexTest with local timezoneSimon Brandhof2015-04-021-26/+33
* SONAR-6300 Fix WS descriptionsJean-Baptiste Lievremont2015-04-024-49/+55
* SONAR-6294 Update response example, only write active rule count when neededJean-Baptiste Lievremont2015-04-022-11/+14
* Refactor declaration of language related params in Q profiles WSJean-Baptiste Lievremont2015-04-018-114/+140
* SONAR-6300 WS to select the default quality profile for a languageJean-Baptiste Lievremont2015-04-014-1/+298
* SONAR-6372 Fix example response of /api/authentication/validatehupfis2015-04-011-1/+1
* Improve message streamingJulien Lancelot2015-04-012-2/+4
* Fix quality flawJulien Lancelot2015-04-011-7/+7
* Automatic merge from branch-5.1Jenkins CI2015-04-015-12/+75
|\
| * Have manual rules repository appear in api/rules/repositories WSJean-Baptiste Lievremont2015-03-305-12/+75
* | Fix some tests failing on none GMT+1 timezoneJulien Lancelot2015-03-318-36/+131
* | Fix quality flawJulien Lancelot2015-03-311-2/+3
* | SONAR-6338 Stream reading / writing coverage messageJulien Lancelot2015-03-312-39/+58
* | SONAR-6294 Apply feedback on description and missing fieldsJean-Baptiste Lievremont2015-03-316-42/+79
* | Fix quality flawsJean-Baptiste Lievremont2015-03-311-12/+21
* | Fix quality flawsSimon Brandhof2015-03-312-3/+3
* | SONAR-6293 refactor loading of default values of sonar.propertiesSimon Brandhof2015-03-3029-97/+97
* | SONAR-5489 Check a project's current profile association before modificationJean-Baptiste Lievremont2015-03-303-10/+52
* | SONAR-6350 /api/sources/scm should read information from indexJulien Lancelot2015-03-3022-72/+445
* | Fix quality flawsSimon Brandhof2015-03-304-47/+55
* | Merge from branch-5.1Jean-Baptiste Lievremont2015-03-309-67/+196
|\|
| * Remove log to console in unit testJean-Baptiste Lievremont2015-03-301-1/+0
| * Fix regression on issue paging with one componentJean-Baptiste Lievremont2015-03-301-0/+10
| * Fix indexing of source linesSimon Brandhof2015-03-272-4/+47
| * cancel analysis when the snapshot is not found - SONAR-6340Teryk Bellahsene2015-03-275-62/+139
| * Fix tags dropdown in issue bulk changeJean-Baptiste Lievremont2015-03-241-1/+1
* | Update example of /api/sources/showJulien Lancelot2015-03-301-6/+6
* | SONAR-6293 add property sonar.search.hostschnatterer2015-03-274-4/+14
* | SONAR-6338 Coverage in computeJulien Lancelot2015-03-272-0/+268
* | fix quality flawsTeryk Bellahsene2015-03-273-2/+45
* | Fix quality flawsJulien Lancelot2015-03-276-32/+22
* | SONAR-6280 Use a range to represent duplication positionJulien HENRY2015-03-262-70/+84
* | SONAR-6317 Feed SCM in compute report - batch sideJulien HENRY2015-03-2616-433/+40
* | SCM on server side - SONAR-6253 SONAR-6316Teryk Bellahsene2015-03-268-114/+199
* | SONAR-6294 Create WS to search for quality profilesJean-Baptiste Lievremont2015-03-2615-44/+485
* | SONAR-6318 Highlighting in computeJulien Lancelot2015-03-262-0/+254
* | SONAR-6325 Apply feedback from PRJean-Baptiste Lievremont2015-03-266-20/+16
* | SONAR-5489 Add web services to manage project/profile associationJean-Baptiste Lievremont2015-03-2611-39/+368
* | SONAR-6329 Update handling of project/profile association in service layer an...Jean-Baptiste Lievremont2015-03-268-110/+60
* | Remove dependency of migration on core persistence classesJean-Baptiste Lievremont2015-03-262-27/+24
* | SONAR-6328 Use MassUpdate for project/profile association migrationJean-Baptiste Lievremont2015-03-262-119/+73
* | SONAR-6328 Migrate existing project/profile associationsJean-Baptiste Lievremont2015-03-266-1/+363
* | SONAR-6327 Add is_default column to rules_profilesJean-Baptiste Lievremont2015-03-266-7/+7
* | SONAR-6320 Symbol in computeJulien Lancelot2015-03-262-0/+308
* | SONAR-6257 Fix duplication issue when there's folder in project structure and...Julien Lancelot2015-03-252-22/+122