aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused round option in measures helperGrégoire Aubert2017-05-122-41/+18
|
* SONAR-9026 Increase precision for coverage QG conditionsGrégoire Aubert2017-05-127-35/+106
|
* Fix Quality flawsSimon Brandhof2017-05-122-2/+2
|
* Fix safeguard timeout in IT RestartTestSimon Brandhof2017-05-121-1/+1
|
* SONAR-9197 add index to active_rule_parametersSimon Brandhof2017-05-126-2/+109
| | | | in order to support big volume when organizations are enabled
* SONAR-9224 HTTP data parts must have filename to allow streamingSébastien Lesaint2017-05-121-5/+4
| | | | on server side
* Fix quality flawsJulien HENRY2017-05-125-43/+28
|
* Consistent safeguard timeouts in JUnit testsSimon Brandhof2017-05-1217-22/+25
|
* Fix javadoc of DateUtils about ISO8601 vs RFC822 formatsSimon Brandhof2017-05-121-2/+2
|
* Fix Quality flawsSimon Brandhof2017-05-122-2/+4
|
* Remove dead code in CE notificationsSimon Brandhof2017-05-128-47/+13
|
* SONAR-9180 Remove default highlighting of invalid inputs in FF (#2064)Stas Vilchik2017-05-121-0/+5
|
* SONAR-9221 Update embedded analyzersJulien HENRY2017-05-121-4/+4
|
* SONAR-9220 Update OkHttp to v3.7Julien HENRY2017-05-123-11/+3
|
* SONAR-9190 Embed SonarXML 4.2.885Teryk Bellahsene2017-05-122-3/+27
|
* SONAR-9056 WS api/components/suggestion filter allowed qualifiersTeryk Bellahsene2017-05-124-16/+62
|
* SONAR-8596 Fix bad moment translationGrégoire Aubert2017-05-123-46/+18
|
* SONAR-8822 Show the administration menu only to authorized usersGrégoire Aubert2017-05-126-44/+103
|
* 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-125-111/+127
|
* OrganizationDao#selectByUuids does not fail with single unknown uuidTeryk Bellahsene2017-05-122-4/+9
|
* SONAR-9044 Easy access to my organizationsGrégoire Aubert2017-05-1210-57/+578
|
* SONAR-6315 no indexing active rules in MassRegisterQualityProfilesSébastien Lesaint2017-05-123-23/+10
| | | | | there is no need to index active rules at all during registration of Quality Profile as only deactivation changes trigger changes in the Active Rule index and registering quality profiles only activates active rules removal of this indexing in RegisterQualityProfiles can't be done now as it requires to make initial indexing of Active Rule index when it doesn't exist be handled by another piece of code
* 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
| | | | because indexing only at the end of MassRegisterQualityProfiles means holding every changes for every QP for every organization in memory and this can be a lot
* SONAR-6315 use batch SQL session to insert change logSébastien Lesaint2017-05-123-14/+15
| | | | in MassRegisterQualityProfiles
* 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-1213-320/+382
|
* SONAR-6315 support parent in DefinedQProfileRepositorySébastien Lesaint2017-05-122-3/+82
| | | | fail if a profile references a non existing parent
* SONAR-9072 for api/components/suggestions use all valid search tokensDaniel Schwarz2017-05-124-28/+83
| | | | The search for suggestions should ignore tokens, that are only one character long (with warning), but use all other tokens for the search.
* SONAR-9192 ensure no perm template has useless permissions to AnyOneSébastien Lesaint2017-05-125-2/+266
|
* SONAR-9078 only include attr. "project" for certain types of suggestionsDaniel Schwarz2017-05-122-6/+42
| | | | The attribute will be omitted for views, subviews and projects, but included for modules, files and test-files.
* SONAR-9219 Deprecate parameters "developer{Id|Key}" in web services ↵Simon Brandhof2017-05-123-14/+24
| | | | api/measures/component and api/measures/component_tree
* 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
| | | api/components/suggestions used to only use "relevance" (score) in sorting results. If two suggestions have exactly the same relevance (this is a rare case), then we will now also take alphabetical order into account.
* Make tests on clustering more robustEric Hartmann2017-05-113-2/+28
|
* apply search feedback (#2054)Stas Vilchik2017-05-1121-529/+650
|
* SONAR-9186 fix number of “more” in api/components/suggestionsDaniel Schwarz2017-05-112-26/+81
|
* fix project visibility of projects, created by ComponentDbTesterDaniel Schwarz2017-05-111-1/+1
|
* SONAR-9199 Fix unclosed inputStreamJulien HENRY2017-05-111-5/+6
|
* SONAR-9148 fix partition size for large inputs in MySQLDaniel Schwarz2017-05-114-13/+108
| | | | | | * reproduce issues with large inputs in MySQL * fix chunk size of #keepAuthorizedProjectIds * fix chunk size of #keepAuthorizedUsersForRoleAndProject
* SONAR-9174 Display issue box on the last line of its primary location (#2047)Stas Vilchik2017-05-119-12/+39
|
* SONAR-9186 fix performance hotspot when verifying authorizationSimon Brandhof2017-05-111-8/+8
| | | | by reducing the number of SQL requests.
* 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
| | | | The component text query is divided into two parts: one part generates results, the other part boosts certain results for the correct ordering.
* 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-1010-94/+24
| | | | replaced by UserSession#keepAuthorizedComponents()
* Fix bug in AuthorizationDao#keepAuthorizedProjectIds()Simon Brandhof2017-05-101-3/+3
| | | | | | Input of ids is not correctly partitioned. The SQL request may fail on some databases (Oracle at least) if the input list of ids is greater than 1'000 elements.
* Add method UserSession#keepAuthorizedComponents()Simon Brandhof2017-05-1014-27/+263
| | | | to be able to fix authorization performance hotspot