aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7402 improve list and tree views on measures pageStas Vilchik2016-03-241-0/+3
* SONAR-7487 Drop support of properties sonar.skippedModules and sonar.included...Julien HENRY2016-03-221-23/+5
* SONAR-6732 CE must load Settings from DB for each workerSébastien Lesaint2016-03-211-1/+6
* SONAR-7349 apply feedbackStas Vilchik2016-03-211-2/+2
* SONAR-7459 new interface org.sonar.api.PluginSimon Brandhof2016-03-184-18/+20
* 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 "https.proxyPo...Simon Brandhof2016-03-112-8/+18
* SONAR-7465 Support encryption of HTTP proxy propertiesSimon Brandhof2016-03-112-39/+84
* Remove l10n key "background_task.type.VIEW_REFRESH"Simon Brandhof2016-03-111-1/+0
* rename LEVEL measures to "Failed" and "Passed"Stas Vilchik2016-03-101-2/+2
* SONAR-7345 Rename Issue debt to effort in changelogJulien Lancelot2016-03-101-1/+1
* SONAR-7345 Rename Issue debt to effort in UIJulien Lancelot2016-03-101-13/+9
* SONAR-7345 Rename Issue debt to effort in APIJulien Lancelot2016-03-103-16/+37
* SONAR-7455 Update "Issue Filter" and "Project Issue Filter" widgets to suppor...Stas Vilchik2016-03-101-0/+2
* SONAR-7440 Remove SQALE word in widget/propertiesJulien Lancelot2016-03-092-6/+6
* SONAR-7349 Change project's home page to support new issue typesStas Vilchik2016-03-091-6/+10
* SONAR-7336 add ability to change issue type from UIStas Vilchik2016-03-081-0/+1
* SONAR-7336 new WS api/issues/set_typeSimon Brandhof2016-03-081-0/+1
* SONAR-7405 display treemap legendStas Vilchik2016-03-071-0/+2
* SONAR-7408 Drop "Technical Debt", "Coverage", "Duplications" and "Structure" ...Stas Vilchik2016-03-071-14/+0
* SONAR-7402 Create new Measures page in the project spaceStas Vilchik2016-03-071-0/+12
* SONAR-7337 "sqale_index" and "new_technical_debt" only use "Code Smell" issuesJulien Lancelot2016-03-071-0/+1
* SONAR-7401 Update component viewer header to support new quality modelStas Vilchik2016-03-031-1/+1
* SONAR-7331 Add new "Type" facet on Rules pageStas Vilchik2016-03-031-0/+1
* update deprecation tooltip messageStas Vilchik2016-03-031-1/+1
* SONAR-7353 Move RuleType to APIJulien Lancelot2016-03-024-113/+2
* SONAR-7329 display rule type in descriptionStas Vilchik2016-03-021-0/+3
* SONAR-7329 Rename IssueType to RuleTypeJulien Lancelot2016-03-024-35/+35
* SONAR-7338 SONAR-7339 SONAR-7340 new metrics to count issues by typeSimon Brandhof2016-02-291-2/+22
* Fix quality flawsSimon Brandhof2016-02-294-4/+10
* SONAR-7334 display types facet on issues pageStas Vilchik2016-02-261-0/+5
* SONAR-7333 DB migration to set ISSUES.ISSUE_TYPESimon Brandhof2016-02-262-0/+56
* SONAR-7333 add field "type" to issues (db and elasticsearch)Simon Brandhof2016-02-263-1/+67
* Move IssueUpdater from sonar-core to sonar-serverSimon Brandhof2016-02-252-928/+0
* Move issue workflow from sonar-core to sonar-serverSimon Brandhof2016-02-2525-1949/+0
* Move org.sonar.core.rule to org.sonar.server.ruleSimon Brandhof2016-02-254-156/+0
* refactor quality gates pageStas Vilchik2016-02-241-1/+10
* accept Governance plugin as a privileged pluginSébastien Lesaint2016-02-241-1/+1
* SONAR-7364 Remove SQALE characteristics from measures and rulesSimon Brandhof2016-02-221-6/+0
* SONAR-7191 fix wordingStas Vilchik2016-02-221-1/+1
* SONAR-7191 missed fileStas Vilchik2016-02-221-0/+1
* SONAR-5772 New executable_lines_data metricJulien HENRY2016-02-222-18/+12
* SONAR-7191 Update the background tasks page to reflect latest WS changesStas Vilchik2016-02-161-0/+6
* Automatic merge from branch-5.4Jenkins CI2016-02-154-12/+451
|\
| * Refactor a bit ComponentContainerSimon Brandhof2016-02-121-7/+18
| * SONAR-7125 use efficient delete dir code in core, batch and serverSébastien Lesaint2016-02-121-5/+3
| * SONAR-7125 add FileUtils in sonar-core with efficient delete methodsSébastien Lesaint2016-02-122-0/+430
* | Automatic merge from branch-5.4Jenkins CI2016-02-122-19/+47
|\|