aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix some quality flawsJulien HENRY2016-03-1619-78/+202
|
* SONAR-7200 WS api/issues/search filter issues on leak periodTeryk Bellahsene2016-03-169-53/+233
|
* Revert orchestrator version to 3.11-build315Duarte Meneses2016-03-161-1/+1
|
* SONAR-7479 Remove system tags from DB when no tags in pluginJulien Lancelot2016-03-162-10/+63
|
* SONAR-7124 Concurrent access to WS cache allowedDuarte Meneses2016-03-1610-58/+177
|
* SONAR-7414 Change Sensor API to update Issue#effortToFix to Issue#gapJulien HENRY2016-03-1623-63/+96
|
* SONAR-7416 Deprecate CPDMapping extension pointJulien HENRY2016-03-165-3/+12
|
* Fix orchestrator versionDuarte Meneses2016-03-161-1/+1
|
* SONAR-7330 Rule was not re-indexed in ES when beeing deletedJulien Lancelot2016-03-162-6/+30
|
* SONAR-7444 Fix ITsJulien Lancelot2016-03-161-0/+1
|
* SONAR-7440 Remove remaining SQALE wordsJulien Lancelot2016-03-162-3/+3
|
* SONAR-7453 Finish renaming of debt to effortJulien Lancelot2016-03-169-26/+125
|
* SONAR-7396 Improve error message when base url is badly configuredJulien Lancelot2016-03-165-16/+57
|
* SONAR-7444 Provide an UnauthorizedException to display functional errorJulien Lancelot2016-03-1615-101/+181
|
* SONAR-7235 Improve error message when server public URL is not a valid URLDuarte Meneses2016-03-162-10/+15
|
* Fix test WindowsDuarte Meneses2016-03-161-2/+6
|
* SONAR-7153 Allow to override sonar.language with blank valueDuarte Meneses2016-03-151-3/+4
|
* SONAR-7389 Add new Sensor API to provide duplication tokensJulien HENRY2016-03-1546-267/+761
|
* Fix some quality flawsJulien HENRY2016-03-151-2/+2
|
* Cleanup error reporting on scanner sideJulien HENRY2016-03-153-20/+21
|
* SONAR-6719 Wrong casing when indexing individual files lead to issue during ↵Duarte Meneses2016-03-151-0/+17
| | | | scm blame
* SONAR-7158 Time limit for calculation of duplications is ineffectiveDuarte Meneses2016-03-151-3/+3
|
* SONAR-6719 Wrong casing when indexing individual files lead to issue during ↵Duarte Meneses2016-03-152-16/+22
| | | | scm blame
* SONAR-7158 Time limit for calculation of duplications is ineffectiveDuarte Meneses2016-03-156-10/+79
|
* SONAR-7328 Ignore "recursive" folder indexation caused by symlinkDuarte Meneses2016-03-152-17/+72
|
* SONAR-7235 Improve error message when server public URL is not a valid URLDuarte Meneses2016-03-152-1/+22
|
* SONAR-7153 Allow to override sonar.language with blank valueDuarte Meneses2016-03-152-3/+15
|
* SONAR-7321 sanitize some DB columnsSimon Brandhof2016-03-155-5/+37
| | | | | | | - ISSUE_CHANGES.USER_LOGIN on all databases except H2 - ACTIVITIES.USER_LOGIN is too small on MsSQL and H2 - RULES.PLUGIN_CONFIG_KEY is too big on H2 - AUTHORS.LOGIN is too small on H2
* Fix quality flawsSimon Brandhof2016-03-154-6/+6
|
* Remove performance test IssuesModeBigTest5.5-M10Simon Brandhof2016-03-141-144/+0
|
* SONAR-7260 Fail fast if version of database is not supportedSimon Brandhof2016-03-142-36/+101
|
* SONAR-7474 Fix ITsJulien Lancelot2016-03-142-39/+39
|
* ITs on quality modelJulien Lancelot2016-03-1436-128/+670
|
* SONAR-7426 Take into account issues on level other than fileJulien Lancelot2016-03-144-12/+32
|
* Drop commons-collectionsSimon Brandhof2016-03-1312-165/+154
|
* SONAR-7196 WS api/measures/component_tree improve metric_sort documentationTeryk Bellahsene2016-03-111-1/+2
|
* correctly order components when drilldown on "new_" measuresStas Vilchik2016-03-112-10/+26
|
* SONAR-7196 WS api/measures/component_tree supports sorting by period variationTeryk Bellahsene2016-03-117-34/+197
|
* Fix typo for WS api/measures/component_tree descriptionTeryk Bellahsene2016-03-111-1/+1
|
* fix display of leak values for RATING and LEVEL measuresStas Vilchik2016-03-111-1/+3
|
* fix drilldown on measure treemap when displaying on "new_" measuresStas Vilchik2016-03-111-1/+1
|
* fix measure treemap when displaying on "new_" measuresStas Vilchik2016-03-111-1/+3
|
* better sort coverage measuresStas Vilchik2016-03-111-0/+22
|
* SONAR-7453 Fix rules WS descriptionJulien Lancelot2016-03-117-104/+27
|
* improve code qualityStas Vilchik2016-03-1115-39/+35
|
* drop colorized labels for issue and rule typesStas Vilchik2016-03-112-12/+6
|
* SONAR-7474 missed l10nStas Vilchik2016-03-111-0/+4
|
* SONAR-7474 Update "Issues and Effort" widget to display effort per type measuresStas Vilchik2016-03-111-38/+108
|
* SONAR-7429 Should be possible to specify "https.proxyHost" and ↵Simon Brandhof2016-03-113-9/+23
| | | | "https.proxyPort" in "conf/sonar.properties"
* SONAR-7465 Support encryption of HTTP proxy propertiesSimon Brandhof2016-03-112-39/+84
| | | | | Removing the calls to Settings.getProperties() as it keeps encrypted properties values.