aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
* 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-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
|\ | | | | | | | | | | | | | | | | | | | | * origin/branch-5.4: Refactor a bit ComponentContainer stabilize ProjectDrilldownTest SONAR-7125 use efficient delete dir code in core, batch and server SONAR-7125 use efficient delete dir from NIO in sonar-api SONAR-7125 add FileUtils in sonar-core with efficient delete methods SONAR-7125 use efficient delete dir method in sonar-process SONAR-7125 use nio to clean temp directory at startup
| * 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-122-0/+430
| | | | | | | | methods delete from Commons IO FileUtils class reimplemented with Java NIO API
* | Automatic merge from branch-5.4Jenkins CI2016-02-122-19/+47
|\| | | | | | | | | | | | | * origin/branch-5.4: Fix shutdown of server after DB migration SONAR-7103 Fix new debt ratio when 5 periods are defined SONAR-7311 fix file leak because CE appenders are closed too late
| * Fix shutdown of server after DB migrationSimon Brandhof2016-02-112-19/+47
| | | | | | | | | | | | 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.
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2016-02-091-1/+1
| |
| * [maven-release-plugin] prepare release 5.4-RC15.4-RC1Eric Hartmann2016-02-091-1/+1
| |
* | Upgrade version to 5.5-SNAPSHOTEric Hartmann2016-02-091-1/+1
|/
* 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
|
* Merge pull request #742 from SonarSource/feature/stas/selenium-js-logsStas Vilchik2016-02-041-0/+4
|\ | | | | dump js logs in failed selenium tests
| * Exclude files generated by protobuf from SQ analysisEvgeny Mandrikov2016-01-281-0/+4
| | | | | | | | This was already done for other modules, but not for sonar-core.
* | SONAR-7226 deploy all artifacts to central, except SQ zipSimon Brandhof2016-02-041-16/+0
| |
* | 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
| |
* | Reduce verbosity of unit test logsSimon Brandhof2016-02-011-7/+7
| | | | | | | | That makes Travis crash (too many logs)
* | SONAR-7252 display widgets to my issues on "My Account" pageStas Vilchik2016-02-011-0/+3
| |
* | SONAR-7231 add tokens help textStas Vilchik2016-02-011-0/+1
| |
* | squid:S1213 members of an interface decleration or class should appear in a ↵Zeeshan Asghar2016-01-291-3/+2
| | | | | | | | pre-defined order