Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-3373 Fix delete confirm message | Jean-Baptiste Lievremont | 2014-07-24 | 1 | -0/+2 |
| | |||||
* | SONAR-3513 Feedback applied | Stas Vilchik | 2014-07-24 | 1 | -4/+4 |
| | |||||
* | SONAR-5417 Return quality profiles and settings by module | Julien Lancelot | 2014-07-24 | 7 | -11/+77 |
| | |||||
* | SONAR-5477 Remove metrics from preview db | Julien HENRY | 2014-07-23 | 2 | -3/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/branch-4.4' | Stas Vilchik | 2014-07-23 | 1 | -0/+2 |
|\ | | | | | | | | | | | Conflicts: sonar-server/src/main/coffee/component-viewer/header/scm-header.coffee sonar-server/src/main/coffee/component-viewer/main.coffee | ||||
| * | Fix SCM header, add "modified lines" filter | Stas Vilchik | 2014-07-23 | 1 | -0/+2 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2014-07-17 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 4.4-RC34.4-RC3 | Eric Hartmann | 2014-07-17 | 1 | -1/+1 |
| | | |||||
| * | SONAR-5338 Read test info from the test_data measure | Julien Lancelot | 2014-07-16 | 2 | -0/+21 |
| | | |||||
| * | Fix UT on MySQL 5.6 | Julien Lancelot | 2014-07-16 | 2 | -7/+35 |
| | | |||||
| * | Issue when trying to plan an issue and no action plan exists | Stas Vilchik | 2014-07-10 | 1 | -2/+1 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2014-07-08 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 4.4-RC24.4-RC2 | Eric Hartmann | 2014-07-08 | 1 | -1/+1 |
| | | |||||
| * | SONAR-5007 fix bug related to synchronization of rule parameters | Simon Brandhof | 2014-07-07 | 1 | -2/+2 |
| | | | | | | | | | | * removal of rule parameter must be propagated to active rules * addition of rule parameter with default value must be propagated to active rules | ||||
| * | Fix type | Julien Lancelot | 2014-07-04 | 1 | -1/+1 |
| | | |||||
| * | SONAR-5209 Show error message when component api fails | Stas Vilchik | 2014-07-04 | 1 | -0/+1 |
| | | |||||
| * | SONAR-5007 - added createdAt and updatedAt fields for ActiveRuleDto | Stephane Gamard | 2014-07-03 | 3 | -32/+23 |
| | | |||||
| * | SONAR-5300 id should be a long instead of an integer | Julien Lancelot | 2014-07-03 | 2 | -4/+4 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2014-07-02 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 4.4-RC14.4-RC1 | Eric Hartmann | 2014-07-02 | 1 | -1/+1 |
| | | |||||
* | | SONAR-5477 Return global settings from database in /batch/global WS | Julien Lancelot | 2014-07-23 | 1 | -3/+6 |
| | | |||||
* | | SONAR-5477 First version of the global referentials WS : only metrics are ↵ | Julien Lancelot | 2014-07-22 | 4 | -65/+276 |
| | | | | | | | | returned for the moment | ||||
* | | SONAR-5400 Add overall coverage to the new Component Viewer | Stas Vilchik | 2014-07-22 | 1 | -0/+1 |
| | | |||||
* | | SONAR-5389 Allow to create issues on directories and to override severity on ↵ | Julien HENRY | 2014-07-22 | 1 | -3/+3 |
| | | | | | | | | issues | ||||
* | | SONAR-5446 activate migration | Simon Brandhof | 2014-07-22 | 2 | -1/+2 |
| | | |||||
* | | SONAR-3373 Add missing l10n key | Jean-Baptiste Lievremont | 2014-07-21 | 1 | -0/+1 |
| | | |||||
* | | SONAR-5001 Split migration on rules description format (1 to add column, 1 ↵ | Jean-Baptiste Lievremont | 2014-07-21 | 2 | -1/+2 |
| | | | | | | | | to fill column) | ||||
* | | SONAR-3373 Integrate management of manual rules in Rules space | Jean-Baptiste Lievremont | 2014-07-18 | 1 | -0/+1 |
| | | |||||
* | | SONAR-5417 Get active rules using batch protocol | Julien HENRY | 2014-07-18 | 2 | -1/+5 |
| | | |||||
* | | SONAR-5417 Load metrics using project referential | Julien HENRY | 2014-07-18 | 2 | -140/+0 |
| | | |||||
* | | SONAR-5368 Use bubble popup for debt model information | Jean-Baptiste Lievremont | 2014-07-18 | 1 | -1/+1 |
| | | |||||
* | | SONAR-5453 Add a filter to display 'Open' and 'Reopen' issues in the ↵ | Stas Vilchik | 2014-07-18 | 1 | -1/+2 |
| | | | | | | | | component viewer | ||||
* | | SONAR-3513 Sort unit tests based on name or execution time | Stas Vilchik | 2014-07-18 | 1 | -0/+4 |
| | | |||||
* | | Remove unused import in DefaultDatabase | Simon Brandhof | 2014-07-17 | 1 | -2/+1 |
| | | |||||
* | | SONAR-5462 Upgrade PostgreSQL driver to support 9.3 | Julien Lancelot | 2014-07-17 | 1 | -1/+1 |
| | | |||||
* | | SONAR-5390 Fix tooltips of inactive filters | Jean-Baptiste Lievremont | 2014-07-16 | 1 | -0/+1 |
| | | |||||
* | | SONAR-5001 Update API, ES and WS to support Markdown in rule descriptions | Jean-Baptiste Lievremont | 2014-07-16 | 2 | -4/+8 |
| | | |||||
* | | SONAR-5001 Link description_format column to relational backend | Jean-Baptiste Lievremont | 2014-07-16 | 4 | -11/+21 |
| | | |||||
* | | SONAR-5001 Add DB column to store description format | Jean-Baptiste Lievremont | 2014-07-16 | 3 | -1/+3 |
| | | |||||
* | | SONAR-5338 Read test info from the test_data measure | Julien Lancelot | 2014-07-16 | 2 | -0/+21 |
| | | |||||
* | | Fix UT on MySQL 5.6 | Julien Lancelot | 2014-07-16 | 2 | -7/+35 |
| | | |||||
* | | SONAR-5207 Treemap feedback | Stas Vilchik | 2014-07-11 | 1 | -2/+1 |
| | | |||||
* | | SONAR-5450 Add a Technical debt synopsis widget | Julien Lancelot | 2014-07-11 | 1 | -1/+4 |
| | | |||||
* | | SONAR-5416 Fix LazyInitializationException | Julien HENRY | 2014-07-10 | 1 | -1/+7 |
| | | |||||
* | | SONAR-5445 Introduce new metric "SQALE Debt Ratio" | Julien Lancelot | 2014-07-10 | 1 | -0/+3 |
| | | |||||
* | | SONAR-5388 Rename properties | Julien Lancelot | 2014-07-10 | 1 | -2/+2 |
| | | |||||
* | | Issue when trying to plan an issue and no action plan exists | Stas Vilchik | 2014-07-10 | 1 | -2/+1 |
| | | |||||
* | | Remove lang="raw" in mybatis XML files. | Simon Brandhof | 2014-07-10 | 29 | -93/+93 |
| | | | | | | | | MyBatis 3.2.4 raw is automatically applied if the statement is static. | ||||
* | | SONAR-5388 Introduce the SQALE Rating metric in SonarQube Core | Julien Lancelot | 2014-07-09 | 3 | -12/+110 |
| | | |||||
* | | SONAR-5207 Different enhancements | Stas Vilchik | 2014-07-09 | 1 | -6/+8 |
| | |