Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move protobuf spec of table FILE_SOURCES.BINARY_DATA into sonar-db | Simon Brandhof | 2015-07-23 | 37 | -4044/+571 |
| | |||||
* | SONAR-6725 drop aggregation of measures of PACKAGES metric | Sébastien Lesaint | 2015-07-23 | 3 | -5/+1 |
| | |||||
* | fix some coverage flaws | Sébastien Lesaint | 2015-07-23 | 4 | -7/+17 |
| | |||||
* | SONAR-6684 remove Issue.tags from batch report | Simon Brandhof | 2015-07-23 | 5 | -261/+73 |
| | |||||
* | SONAR-6684 remove unused measure fields from report | Simon Brandhof | 2015-07-23 | 7 | -838/+101 |
| | |||||
* | Automatic merge from branch-5.1 | Jenkins CI | 2015-07-23 | 0 | -0/+0 |
|\ | | | | | | | | | * origin/branch-5.1: SONAR-6715 Preview analysis fails with "UnsupportedOperationException: Unable to find rule by query" | ||||
| * | SONAR-6715 Preview analysis fails with "UnsupportedOperationException: ↵ | Simon Brandhof | 2015-07-22 | 2 | -3/+164 |
| | | | | | | | | Unable to find rule by query" | ||||
* | | Improve readability of IssueWorkflowTest | Simon Brandhof | 2015-07-22 | 1 | -26/+31 |
| | | |||||
* | | Fix closing of resovled manual issue | Simon Brandhof | 2015-07-22 | 4 | -69/+204 |
| | | |||||
* | | Use latest version of travis-utils | David Gageot | 2015-07-22 | 1 | -1/+1 |
| | | |||||
* | | SONAR-6607 Update SQ Java to version 3.4 (fix assembly) | Julien HENRY | 2015-07-22 | 1 | -0/+1 |
| | | |||||
* | | Move MetricDao to sonar-db | Teryk Bellahsene | 2015-07-22 | 25 | -69/+33 |
| | | |||||
* | | SONAR-6607 Update SQ Java to version 3.4 | Julien HENRY | 2015-07-22 | 2 | -3/+3 |
| | | |||||
* | | Remove unused test of SQ version in PluginsTest | Simon Brandhof | 2015-07-22 | 1 | -26/+14 |
| | | |||||
* | | Improve utility org.sonar.core.util.Protobuf | Simon Brandhof | 2015-07-22 | 13 | -240/+992 |
| | | |||||
* | | Add org.sonar.core.util.ContextException | Simon Brandhof | 2015-07-22 | 2 | -0/+269 |
| | | |||||
* | | Improve UpdateCenterMatrixFactory code coverage | Teryk Bellahsene | 2015-07-22 | 2 | -3/+51 |
| | | |||||
* | | Configure plugin ITs (aka it-platform) | David Gageot | 2015-07-22 | 102 | -37/+23523 |
| | | |||||
* | | Use BadRequestException instead of ServerException with ↵ | Teryk Bellahsene | 2015-07-22 | 4 | -19/+15 |
| | | | | | | | | HttpURLConnection.HTTP_CONFLICT | ||||
* | | SONAR-6381 throw an exception when a compatible plugin is not found. | Teryk Bellahsene | 2015-07-22 | 2 | -1/+18 |
| | | |||||
* | | Revert deletion of CountDistributionBuilder | Julien Lancelot | 2015-07-22 | 2 | -0/+255 |
| | | |||||
* | | SONAR-6376 ws plugins/installed and plugins/pending add category field | Teryk Bellahsene | 2015-07-21 | 23 | -209/+426 |
| | | | | | | | | - use Optional when retrieving an UpdateCenter | ||||
* | | Fix quality flaws | Teryk Bellahsene | 2015-07-21 | 5 | -20/+49 |
| | | |||||
* | | Remove useless usage of BatchReport.Measure.setDescription() and ↵ | Julien Lancelot | 2015-07-21 | 4 | -73/+52 |
| | | | | | | | | | | | | setVariationXXX() Batch doesn't send anymore measure with variations, and description is no more used | ||||
* | | SONAR-6681 Move computation of Unit test related measures to CE | Julien Lancelot | 2015-07-21 | 6 | -4/+437 |
| | | |||||
* | | SONAR-6681 Remove UnitTestDecorator form the batch | Julien Lancelot | 2015-07-21 | 4 | -185/+1 |
| | | |||||
* | | Remove variation usage from BatchMeasureToMeasure | Julien Lancelot | 2015-07-21 | 2 | -65/+7 |
| | | | | | | | | The batch do not send anymore variationd data as there are now computed in CE | ||||
* | | MeasuresPublisher should not filter measures to put in the report | Julien Lancelot | 2015-07-21 | 2 | -69/+6 |
| | | |||||
* | | Re-introduce usage of toEntries() and entryOf() | Julien Lancelot | 2015-07-21 | 7 | -250/+211 |
| | | |||||
* | | Add integration tests for manual and common rules | Simon Brandhof | 2015-07-21 | 14 | -9/+386 |
| | | |||||
* | | Fix quality flaws | Simon Brandhof | 2015-07-21 | 2 | -3/+3 |
| | | |||||
* | | SONAR-6679 Move computation of language ditribution measures to CE | Julien Lancelot | 2015-07-21 | 4 | -1/+259 |
| | | |||||
* | | SONAR-6679 Remove computation of language distribution measures from batch | Julien Lancelot | 2015-07-21 | 7 | -509/+2 |
| | | |||||
* | | Rename SensorMetrics to BatchMetrics | Julien Lancelot | 2015-07-21 | 5 | -22/+21 |
| | | |||||
* | | Add NewCoverageTest in the suite | Julien Lancelot | 2015-07-21 | 2 | -6/+4 |
| | | |||||
* | | Add ITs on new coverage measures | Julien Lancelot | 2015-07-21 | 15 | -0/+186 |
| | | |||||
* | | Fix computation of new coverage | Julien Lancelot | 2015-07-21 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'branch-5.1' + SONAR-6700 fix for 5.2 | Sébastien Lesaint | 2015-07-21 | 2 | -0/+87 |
|\| | |||||
| * | SONAR-6700 fix undeleted computation working dir and cache files | Sébastien Lesaint | 2015-07-20 | 3 | -2/+99 |
| | | |||||
* | | Allow COMMENTED_OUT_CODE_LINES and PACKAGES to be send by the batch | Julien Lancelot | 2015-07-21 | 4 | -3/+9 |
| | | |||||
* | | SONAR-6652 ws system/db_migration_status status of database migration | Teryk Bellahsene | 2015-07-21 | 7 | -137/+497 |
| | | |||||
* | | SONAR-6366 rename MigrateDbSystemAction to MigrateDbAction | Teryk Bellahsene | 2015-07-21 | 4 | -8/+8 |
| | | |||||
* | | Remove unused db classes Snapshot and ResourceModel | Simon Brandhof | 2015-07-20 | 8 | -1114/+7 |
| | | |||||
* | | SONAR-6703 fix coverage rules | Simon Brandhof | 2015-07-20 | 2 | -5/+4 |
| | | |||||
* | | SONAR-6703 load common rule parameters from batch report | Simon Brandhof | 2015-07-20 | 71 | -4347/+3057 |
| | | |||||
* | | Remove unused constants in FileStructure | Simon Brandhof | 2015-07-20 | 1 | -3/+0 |
| | | |||||
* | | SONAR-6703 new common rules | Simon Brandhof | 2015-07-20 | 37 | -38/+1987 |
| | | |||||
* | | SONAR-6709 Simplify RulesDefinition API when two plugins define the same ↵ | Simon Brandhof | 2015-07-20 | 1 | -2/+2 |
| | | | | | | | | repository | ||||
* | | SONAR-6703 Register common rules at startup | Simon Brandhof | 2015-07-20 | 8 | -100/+323 |
| | | |||||
* | | SONAR-6693 Create a new WS to list issue filters | Stas Vilchik | 2015-07-17 | 18 | -58/+354 |
| | |