Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-7336 add ability to change issue type from UI | Stas Vilchik | 2016-03-08 | 1 | -0/+1 |
| | |||||
* | SONAR-7336 new WS api/issues/set_type | Simon Brandhof | 2016-03-08 | 1 | -0/+1 |
| | | | | The ability to change issue type is also available from api/issues/bulk_change | ||||
* | SONAR-7405 display treemap legend | Stas Vilchik | 2016-03-07 | 1 | -0/+2 |
| | |||||
* | SONAR-7408 Drop "Technical Debt", "Coverage", "Duplications" and "Structure" ↵ | Stas Vilchik | 2016-03-07 | 1 | -14/+0 |
| | | | | pages | ||||
* | SONAR-7402 Create new Measures page in the project space | Stas Vilchik | 2016-03-07 | 1 | -0/+12 |
| | |||||
* | SONAR-7337 "sqale_index" and "new_technical_debt" only use "Code Smell" issues | Julien Lancelot | 2016-03-07 | 1 | -0/+1 |
| | |||||
* | SONAR-7401 Update component viewer header to support new quality model | Stas Vilchik | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | SONAR-7331 Add new "Type" facet on Rules page | Stas Vilchik | 2016-03-03 | 1 | -0/+1 |
| | |||||
* | update deprecation tooltip message | Stas Vilchik | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | SONAR-7353 Move RuleType to API | Julien Lancelot | 2016-03-02 | 4 | -113/+2 |
| | |||||
* | SONAR-7329 display rule type in description | Stas Vilchik | 2016-03-02 | 1 | -0/+3 |
| | |||||
* | SONAR-7329 Rename IssueType to RuleType | Julien Lancelot | 2016-03-02 | 4 | -35/+35 |
| | |||||
* | SONAR-7338 SONAR-7339 SONAR-7340 new metrics to count issues by type | Simon Brandhof | 2016-02-29 | 1 | -2/+22 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2016-02-29 | 4 | -4/+10 |
| | |||||
* | SONAR-7334 display types facet on issues page | Stas Vilchik | 2016-02-26 | 1 | -0/+5 |
| | |||||
* | SONAR-7333 DB migration to set ISSUES.ISSUE_TYPE | Simon Brandhof | 2016-02-26 | 2 | -0/+56 |
| | |||||
* | SONAR-7333 add field "type" to issues (db and elasticsearch) | Simon Brandhof | 2016-02-26 | 3 | -1/+67 |
| | |||||
* | Move IssueUpdater from sonar-core to sonar-server | Simon Brandhof | 2016-02-25 | 2 | -928/+0 |
| | |||||
* | Move issue workflow from sonar-core to sonar-server | Simon Brandhof | 2016-02-25 | 25 | -1949/+0 |
| | |||||
* | Move org.sonar.core.rule to org.sonar.server.rule | Simon Brandhof | 2016-02-25 | 4 | -156/+0 |
| | |||||
* | refactor quality gates page | Stas Vilchik | 2016-02-24 | 1 | -1/+10 |
| | |||||
* | accept Governance plugin as a privileged plugin | Sébastien Lesaint | 2016-02-24 | 1 | -1/+1 |
| | |||||
* | SONAR-7364 Remove SQALE characteristics from measures and rules | Simon Brandhof | 2016-02-22 | 1 | -6/+0 |
| | |||||
* | SONAR-7191 fix wording | Stas Vilchik | 2016-02-22 | 1 | -1/+1 |
| | |||||
* | SONAR-7191 missed file | Stas Vilchik | 2016-02-22 | 1 | -0/+1 |
| | |||||
* | SONAR-5772 New executable_lines_data metric | Julien HENRY | 2016-02-22 | 2 | -18/+12 |
| | |||||
* | SONAR-7191 Update the background tasks page to reflect latest WS changes | Stas Vilchik | 2016-02-16 | 1 | -0/+6 |
| | |||||
* | Automatic merge from branch-5.4 | Jenkins CI | 2016-02-15 | 4 | -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 ComponentContainer | Simon Brandhof | 2016-02-12 | 1 | -7/+18 |
| | | |||||
| * | SONAR-7125 use efficient delete dir code in core, batch and server | Sébastien Lesaint | 2016-02-12 | 1 | -5/+3 |
| | | | | | | | | use Java NIO rather than Common IO FileUtils | ||||
| * | SONAR-7125 add FileUtils in sonar-core with efficient delete methods | Sébastien Lesaint | 2016-02-12 | 2 | -0/+430 |
| | | | | | | | | methods delete from Commons IO FileUtils class reimplemented with Java NIO API | ||||
* | | Automatic merge from branch-5.4 | Jenkins CI | 2016-02-12 | 2 | -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 migration | Simon Brandhof | 2016-02-11 | 2 | -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 iteration | Eric Hartmann | 2016-02-09 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 5.4-RC15.4-RC1 | Eric Hartmann | 2016-02-09 | 1 | -1/+1 |
| | | |||||
* | | Upgrade version to 5.5-SNAPSHOT | Eric Hartmann | 2016-02-09 | 1 | -1/+1 |
|/ | |||||
* | update wording on my account page | Stas Vilchik | 2016-02-05 | 1 | -2/+2 |
| | |||||
* | display links to all issue filters and all measure filters on my account page | Stas Vilchik | 2016-02-05 | 1 | -0/+1 |
| | |||||
* | Merge pull request #742 from SonarSource/feature/stas/selenium-js-logs | Stas Vilchik | 2016-02-04 | 1 | -0/+4 |
|\ | | | | | dump js logs in failed selenium tests | ||||
| * | Exclude files generated by protobuf from SQ analysis | Evgeny Mandrikov | 2016-01-28 | 1 | -0/+4 |
| | | | | | | | | This was already done for other modules, but not for sonar-core. | ||||
* | | SONAR-7226 deploy all artifacts to central, except SQ zip | Simon Brandhof | 2016-02-04 | 1 | -16/+0 |
| | | |||||
* | | SONAR-7216 Update allow users to signup description | Julien Lancelot | 2016-02-03 | 1 | -2/+2 |
| | | |||||
* | | rename permission "Provision Projects" to "Create Projects" | Stas Vilchik | 2016-02-03 | 1 | -1/+1 |
| | | |||||
* | | SONAR-7252 add missed messages | Stas Vilchik | 2016-02-03 | 1 | -3/+6 |
| | | |||||
* | | SONAR-7242 Remove "Execute Preview Analysis" permission | Julien Lancelot | 2016-02-03 | 1 | -3/+0 |
| | | |||||
* | | SONAR-5582 drop jfreechart | Simon Brandhof | 2016-02-02 | 1 | -1/+0 |
| | | |||||
* | | Reduce verbosity of unit test logs | Simon Brandhof | 2016-02-01 | 1 | -7/+7 |
| | | | | | | | | That makes Travis crash (too many logs) | ||||
* | | SONAR-7252 display widgets to my issues on "My Account" page | Stas Vilchik | 2016-02-01 | 1 | -0/+3 |
| | | |||||
* | | SONAR-7231 add tokens help text | Stas Vilchik | 2016-02-01 | 1 | -0/+1 |
| | | |||||
* | | squid:S1213 members of an interface decleration or class should appear in a ↵ | Zeeshan Asghar | 2016-01-29 | 1 | -3/+2 |
| | | | | | | | | pre-defined order |