aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7555 Add measures on number of won't fix issuesJulien Lancelot2016-05-111-0/+3
|
* SONAR-7566 Fix description of deprecation policy in Web API documentationStas Vilchik2016-05-101-1/+1
|
* missed changesStas Vilchik2016-05-101-0/+2
|
* SONAR-6336 display warning when duplicated conditions usedStas Vilchik2016-05-101-0/+1
|
* SONAR-7595 Issues are not closed in some block move conditionsSimon Brandhof2016-05-094-16/+56
|
* fix treemap legend l10n messageStas Vilchik2016-04-261-1/+1
|
* SONAR-7373 drop loading of code by scrollingStas Vilchik2016-04-221-0/+1
|
* SONAR-7374 Improve the UI when component viewer is loading source codeStas Vilchik2016-04-201-0/+2
|
* SONAR-7516 Change capitalization of metric names (#907)Stas Vilchik2016-04-201-113/+113
|
* Automatic merge from branch-5.5Jenkins CI2016-04-201-2/+2
|\ | | | | | | | | | | | | | | | | | | * origin/branch-5.5: SONAR-7550 Update Java plugin to 3.13.1 apply feedback for measures page (#905) change capitalization of new metrics (#906) Background tasks logs are available for project admin add web context on the measures page Add comment on query to keep authorized users for a project and a role
| * change capitalization of new metrics (#906)Stas Vilchik2016-04-191-2/+2
| |
* | SONAR-7476 apply feedbackStas Vilchik2016-04-191-0/+1
| |
* | Automatic merge from branch-5.5Jenkins CI2016-04-142-2/+46
|\| | | | | | | | | | | | | | | | | | | * origin/branch-5.5: SONAR-7429 defaults of HTTPS proxy are values of HTTP proxy Add context when failing to map a db measure to a ws measure SONAR-7187 Fix perf issue in selectByQuery Add support of WS api/ce/task to sonar-ws Add partial support of api/projects to sonar-ws SONAR-7427 Remove "effort_to_reach_reliability_rating_a" and "effort_to_reach_security_rating_a" from js
| * SONAR-7429 defaults of HTTPS proxy are values of HTTP proxySimon Brandhof2016-04-142-2/+46
| |
| * add l10n names for reliability_rating and security_ratingStas Vilchik2016-04-111-0/+4
| |
| * fixed version for 5.5-SNAPSHOTTom2016-04-111-1/+1
| |
| * SONAR-7402 make it possible to see more about domain on the overview pageStas Vilchik2016-04-081-3/+0
| |
| * [maven-release-plugin] prepare for next development iterationTom2016-04-071-1/+1
| |
| * [maven-release-plugin] prepare release 5.5-RC15.5-RC1Tom2016-04-071-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationTom2016-04-071-1/+1
| |
| * [maven-release-plugin] prepare release 5.5Tom2016-04-071-1/+1
| |
* | SONAR-7402 make it possible to see more about domain on the overview pageStas Vilchik2016-04-131-3/+0
| |
* | add l10n names for reliability_rating and security_ratingStas Vilchik2016-04-111-0/+4
| |
* | Upgrade version to 5.6-SNAPSHOTTom2016-04-071-1/+1
|/
* Fix quality flawsSimon Brandhof2016-04-061-1/+2
|
* SONAR-7402 improve breadcrumbs on measures pageStas Vilchik2016-04-041-2/+2
|
* SONAR-7510 add sonar-plugin-bridge and ReportAnalysisComponentProviderSébastien Lesaint2016-03-311-0/+4
| | | | | new sonar-plugin-bridge maven module replaces modules sonar-dev-cockpit-bridge and sonar-governance-bridge ReportAnalysisComponentProvider generalizes loading component in the Compute Engine task processing analysis report which was specifically in Dev Cockpit before, as a method of DevCockpitBridge
* Improve execute analysis permission descriptionJulien Lancelot2016-03-301-2/+2
|
* SONAR-7458 Expose SQ Version in SensorContextJulien HENRY2016-03-302-113/+0
|
* SONAR-7470 Drop ability to manage manual rules from UIJulien Lancelot2016-03-291-13/+0
|
* SONAR-7472 Drop manual issues in issue trackingJulien Lancelot2016-03-293-140/+8
|
* SONAR-7473 Drop 'reporter' from bundleJulien Lancelot2016-03-291-5/+0
|
* SONAR-7473 Drop 'reporter' field from backendJulien Lancelot2016-03-293-15/+12
|
* rename Show Details to Show MeasuresStas Vilchik2016-03-291-1/+1
|
* renamed BatchMetrics to ScannerMetricsSébastien Lesaint2016-03-292-8/+8
|
* SONAR-7441 add ComputeEngineSide annotation where applicableSébastien Lesaint2016-03-297-2/+14
|
* improve code qualityStas Vilchik2016-03-251-0/+1
|
* SONAR-7204 Clean action plans out of localization propertiesJulien Lancelot2016-03-251-62/+0
|
* SONAR-7467 Drop/deprecate action plan APITeryk Bellahsene2016-03-253-154/+2
|
* SONAR-7402 improve display of measures home pageStas Vilchik2016-03-251-1/+3
|
* SONAR-7368 Deprecate quality_profiles measure and add data in scanner reportJulien HENRY2016-03-242-5/+2
|
* SONAR-7402 improve list and tree views on measures pageStas Vilchik2016-03-241-0/+3
|
* SONAR-7487 Drop support of properties sonar.skippedModules and ↵Julien HENRY2016-03-221-23/+5
| | | | sonar.includedModules
* SONAR-6732 CE must load Settings from DB for each workerSébastien Lesaint2016-03-211-1/+6
| | | | | renamed ServerSettings to WebServerSettings and extract from it a ServerSetting interface to be able to easily provide separte implementations for Web Server and CE) CE Server implementation is called ComputeEngineSettings which supports loading up to date Settings for a specific worker using delegation and a ThreadLocal
* SONAR-7349 apply feedbackStas Vilchik2016-03-211-2/+2
|
* SONAR-7459 new interface org.sonar.api.PluginSimon Brandhof2016-03-184-18/+20
| | | | It allows to check version of SonarQube to filter extensions
* SONAR-7458 new component org.sonar.api.SonarQubeVersionSimon Brandhof2016-03-162-0/+113
|
* Fix some quality flawsJulien HENRY2016-03-161-1/+1
|
* SONAR-7474 missed l10nStas Vilchik2016-03-111-0/+4
|
* SONAR-7429 Should be possible to specify "https.proxyHost" and ↵Simon Brandhof2016-03-112-8/+18
| | | | "https.proxyPort" in "conf/sonar.properties"