aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/main
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7474 missed l10nStas Vilchik2016-03-111-0/+4
|
* SONAR-7429 Should be possible to specify "https.proxyHost" and ↵Simon Brandhof2016-03-111-5/+11
| | | | "https.proxyPort" in "conf/sonar.properties"
* SONAR-7465 Support encryption of HTTP proxy propertiesSimon Brandhof2016-03-111-38/+37
| | | | | Removing the calls to Settings.getProperties() as it keeps encrypted properties values.
* 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-102-13/+34
|
* SONAR-7455 Update "Issue Filter" and "Project Issue Filter" widgets to ↵Stas Vilchik2016-03-101-0/+2
| | | | support issue types
* 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
| | | | The ability to change issue type is also available from api/issues/bulk_change
* 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
| | | | pages
* 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-023-57/+2
|
* SONAR-7329 display rule type in descriptionStas Vilchik2016-03-021-0/+3
|
* SONAR-7329 Rename IssueType to RuleTypeJulien Lancelot2016-03-023-27/+27
|
* SONAR-7338 SONAR-7339 SONAR-7340 new metrics to count issues by typeSimon Brandhof2016-02-291-2/+22
|
* Fix quality flawsSimon Brandhof2016-02-293-4/+4
|
* SONAR-7334 display types facet on issues pageStas Vilchik2016-02-261-0/+5
|
* SONAR-7333 DB migration to set ISSUES.ISSUE_TYPESimon Brandhof2016-02-261-0/+6
|
* 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-251-354/+0
|
* Move issue workflow from sonar-core to sonar-serverSimon Brandhof2016-02-2514-966/+0
|
* Move org.sonar.core.rule to org.sonar.server.ruleSimon Brandhof2016-02-253-110/+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-221-13/+8
|
* SONAR-7191 Update the background tasks page to reflect latest WS changesStas Vilchik2016-02-161-0/+6
|
* 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
| | | | use Java NIO rather than Common IO FileUtils
* SONAR-7125 add FileUtils in sonar-core with efficient delete methodsSébastien Lesaint2016-02-121-0/+185
| | | | methods delete from Commons IO FileUtils class reimplemented with Java NIO API
* Fix shutdown of server after DB migrationSimon Brandhof2016-02-111-15/+25
| | | | | | When a DB migration is required, two containers are up at the same time ("safemode" and "level 2"). This is not handled by ComponentContainer, so one of the two children is badly dereferenced and can't be stopped.
* update wording on my account pageStas Vilchik2016-02-051-2/+2
|
* display links to all issue filters and all measure filters on my account pageStas Vilchik2016-02-051-0/+1
|
* SONAR-7216 Update allow users to signup descriptionJulien Lancelot2016-02-031-2/+2
|
* rename permission "Provision Projects" to "Create Projects"Stas Vilchik2016-02-031-1/+1
|
* SONAR-7252 add missed messagesStas Vilchik2016-02-031-3/+6
|
* SONAR-7242 Remove "Execute Preview Analysis" permissionJulien Lancelot2016-02-031-3/+0
|
* SONAR-5582 drop jfreechartSimon Brandhof2016-02-021-1/+0
|
* SONAR-7252 display widgets to my issues on "My Account" pageStas Vilchik2016-02-011-0/+3
|