aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9277 WS api/issues/edit_comment deprecate components.uuid field and dro...Teryk Bellahsene2017-05-232-3/+3
* SONAR-9277 WS api/issues/edit_comment replace part of description with changelogTeryk Bellahsene2017-05-231-3/+6
* SONAR-9269 WS api/issues/add_comment check json example is not emptyTeryk Bellahsene2017-05-231-1/+1
* SONAR-9269 WS api/issues/add_comment deprecate components.uuid field in responseTeryk Bellahsene2017-05-231-1/+2
* SONAR-9269 Drop database ids of component in api/issues/* WS responsesTeryk Bellahsene2017-05-2316-72/+32
* SONAR-9269 WS api/issues/add_comment change description to changelogTeryk Bellahsene2017-05-231-2/+3
* Automatic merge from branch-6.4ssjenka2017-05-191-0/+6
|\
| * SONAR-9286 Fix ES error at startupEric Hartmann2017-05-191-0/+6
* | Automatic merge from branch-6.4ssjenka2017-05-197-64/+102
|\|
| * SONAR-8748 fix typo in UnauthorizedException messageSébastien Lesaint2017-05-191-1/+1
| * SONAR-8888 use DefinedQProfileInsert when creating an organizationSébastien Lesaint2017-05-196-63/+101
* | Merge remote-tracking branch 'origin/branch-6.4'Simon Brandhof2017-05-181-2/+15
|\|
| * Fix stability of integration tests on OracleSimon Brandhof2017-05-181-2/+15
| * Reuse version 6.4-SNAPSHOTSimon Brandhof2017-05-181-1/+1
| * 6.4-RC16.4-RC1Simon Brandhof2017-05-161-1/+1
* | Prepare for next development version 6.5-SNAPSHOTSimon Brandhof2017-05-161-1/+1
|/
* SONAR-3915 Give the admin a way to send users issue reports on non favorite p...Teryk Bellahsene2017-05-127-172/+337
* SONAR-9132 don't remove template rules at every startupSébastien Lesaint2017-05-121-2/+9
* Consistent safeguard timeouts in JUnit testsSimon Brandhof2017-05-122-2/+2
* Fix Quality flawsSimon Brandhof2017-05-121-0/+2
* Remove dead code in CE notificationsSimon Brandhof2017-05-126-42/+10
* SONAR-9220 Update OkHttp to v3.7Julien HENRY2017-05-121-3/+2
* SONAR-9056 WS api/components/suggestion filter allowed qualifiersTeryk Bellahsene2017-05-122-9/+58
* SONAR-9194 Add canAdmin flag to WS api/navigation/globalTeryk Bellahsene2017-05-123-4/+21
* SONAR-9193 WS api/l10n/index returns the effective BCP47 language tag usedTeryk Bellahsene2017-05-123-110/+119
* SONAR-6315 no indexing active rules in MassRegisterQualityProfilesSébastien Lesaint2017-05-123-23/+10
* SONAR-6315 add debug logs in RegisterRules for active rules opsSébastien Lesaint2017-05-121-2/+11
* SONAR-6315 index changes per quality profile to avoid OOMSébastien Lesaint2017-05-121-1/+5
* SONAR-6315 use batch SQL session to insert change logSébastien Lesaint2017-05-123-14/+15
* SONAR-6315 use new RegisterQualityProfile code only if property is setSébastien Lesaint2017-05-1210-179/+493
* SONAR-6315 use an insert only code for RegisterQualityProfilesSébastien Lesaint2017-05-1212-319/+381
* SONAR-6315 support parent in DefinedQProfileRepositorySébastien Lesaint2017-05-122-3/+82
* SONAR-9072 for api/components/suggestions use all valid search tokensDaniel Schwarz2017-05-124-28/+83
* SONAR-9078 only include attr. "project" for certain types of suggestionsDaniel Schwarz2017-05-122-6/+42
* SONAR-9219 Deprecate parameters "developer{Id|Key}" in web services api/measu...Simon Brandhof2017-05-123-14/+24
* SONAR-9073 fix response example of api/components/suggestionsDaniel Schwarz2017-05-112-12/+84
* SONAR-9217 if two suggestions have the same relevancy, prefer A over ZDaniel Schwarz2017-05-112-1/+12
* SONAR-9186 fix number of “more” in api/components/suggestionsDaniel Schwarz2017-05-112-26/+81
* SONAR-9186 fix performance hotspot when verifying authorizationSimon Brandhof2017-05-111-8/+8
* SONAR-9075 “more” skips first 6 results, in api/components/suggestionsDaniel Schwarz2017-05-116-55/+88
* SONAR-9079 let favorites not be found as suggestion, if they don’t matchDaniel Schwarz2017-05-1116-174/+267
* SONAR-9077 let api/components/suggestions return name instead longNameDaniel Schwarz2017-05-112-6/+25
* SONAR-9186 make "query" optional for api/components/suggestionsDaniel Schwarz2017-05-113-76/+359
* Remove most usages of AuthorizationDao#keepAuthorizedProjectIds()Simon Brandhof2017-05-109-94/+20
* Add method UserSession#keepAuthorizedComponents()Simon Brandhof2017-05-107-3/+98
* SONAR-9170 do not allow to create custom rules of removed templatesDaniel Schwarz2017-05-102-0/+40
* SONAR-9156 fail persisting components if project is not persistedDaniel Schwarz2017-05-093-70/+105
* SONAR-9084 auto issue assignment should deal with case sensitivitySimon Brandhof2017-05-093-8/+12
* SONAR-9084 simplify IssueIndexTestSimon Brandhof2017-05-091-17/+17
* SONAR-9084 refactor tests of UserIndex#getAtMostThreeActiveUsersForScmAccount()Simon Brandhof2017-05-091-13/+52