aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move protobuf spec of table FILE_SOURCES.BINARY_DATA into sonar-dbSimon Brandhof2015-07-2337-4044/+571
* SONAR-6725 drop aggregation of measures of PACKAGES metricSébastien Lesaint2015-07-233-5/+1
* fix some coverage flawsSébastien Lesaint2015-07-234-7/+17
* SONAR-6684 remove Issue.tags from batch reportSimon Brandhof2015-07-235-261/+73
* SONAR-6684 remove unused measure fields from reportSimon Brandhof2015-07-237-838/+101
* Automatic merge from branch-5.1Jenkins CI2015-07-230-0/+0
|\
| * SONAR-6715 Preview analysis fails with "UnsupportedOperationException: Unable...Simon Brandhof2015-07-222-3/+164
* | Improve readability of IssueWorkflowTestSimon Brandhof2015-07-221-26/+31
* | Fix closing of resovled manual issueSimon Brandhof2015-07-224-69/+204
* | Use latest version of travis-utilsDavid Gageot2015-07-221-1/+1
* | SONAR-6607 Update SQ Java to version 3.4 (fix assembly)Julien HENRY2015-07-221-0/+1
* | Move MetricDao to sonar-dbTeryk Bellahsene2015-07-2225-69/+33
* | SONAR-6607 Update SQ Java to version 3.4Julien HENRY2015-07-222-3/+3
* | Remove unused test of SQ version in PluginsTestSimon Brandhof2015-07-221-26/+14
* | Improve utility org.sonar.core.util.ProtobufSimon Brandhof2015-07-2213-240/+992
* | Add org.sonar.core.util.ContextExceptionSimon Brandhof2015-07-222-0/+269
* | Improve UpdateCenterMatrixFactory code coverageTeryk Bellahsene2015-07-222-3/+51
* | Configure plugin ITs (aka it-platform)David Gageot2015-07-22102-37/+23523
* | Use BadRequestException instead of ServerException with HttpURLConnection.HTT...Teryk Bellahsene2015-07-224-19/+15
* | SONAR-6381 throw an exception when a compatible plugin is not found.Teryk Bellahsene2015-07-222-1/+18
* | Revert deletion of CountDistributionBuilderJulien Lancelot2015-07-222-0/+255
* | SONAR-6376 ws plugins/installed and plugins/pending add category fieldTeryk Bellahsene2015-07-2123-209/+426
* | Fix quality flawsTeryk Bellahsene2015-07-215-20/+49
* | Remove useless usage of BatchReport.Measure.setDescription() and setVariation...Julien Lancelot2015-07-214-73/+52
* | SONAR-6681 Move computation of Unit test related measures to CEJulien Lancelot2015-07-216-4/+437
* | SONAR-6681 Remove UnitTestDecorator form the batchJulien Lancelot2015-07-214-185/+1
* | Remove variation usage from BatchMeasureToMeasureJulien Lancelot2015-07-212-65/+7
* | MeasuresPublisher should not filter measures to put in the reportJulien Lancelot2015-07-212-69/+6
* | Re-introduce usage of toEntries() and entryOf()Julien Lancelot2015-07-217-250/+211
* | Add integration tests for manual and common rulesSimon Brandhof2015-07-2114-9/+386
* | Fix quality flawsSimon Brandhof2015-07-212-3/+3
* | SONAR-6679 Move computation of language ditribution measures to CEJulien Lancelot2015-07-214-1/+259
* | SONAR-6679 Remove computation of language distribution measures from batchJulien Lancelot2015-07-217-509/+2
* | Rename SensorMetrics to BatchMetricsJulien Lancelot2015-07-215-22/+21
* | Add NewCoverageTest in the suiteJulien Lancelot2015-07-212-6/+4
* | Add ITs on new coverage measuresJulien Lancelot2015-07-2115-0/+186
* | Fix computation of new coverageJulien Lancelot2015-07-211-1/+1
* | Merge branch 'branch-5.1' + SONAR-6700 fix for 5.2Sébastien Lesaint2015-07-212-0/+87
|\|
| * SONAR-6700 fix undeleted computation working dir and cache filesSébastien Lesaint2015-07-203-2/+99
* | Allow COMMENTED_OUT_CODE_LINES and PACKAGES to be send by the batchJulien Lancelot2015-07-214-3/+9
* | SONAR-6652 ws system/db_migration_status status of database migrationTeryk Bellahsene2015-07-217-137/+497
* | SONAR-6366 rename MigrateDbSystemAction to MigrateDbActionTeryk Bellahsene2015-07-214-8/+8
* | Remove unused db classes Snapshot and ResourceModelSimon Brandhof2015-07-208-1114/+7
* | SONAR-6703 fix coverage rulesSimon Brandhof2015-07-202-5/+4
* | SONAR-6703 load common rule parameters from batch reportSimon Brandhof2015-07-2071-4347/+3057
* | Remove unused constants in FileStructureSimon Brandhof2015-07-201-3/+0
* | SONAR-6703 new common rulesSimon Brandhof2015-07-2037-38/+1987
* | SONAR-6709 Simplify RulesDefinition API when two plugins define the same repo...Simon Brandhof2015-07-201-2/+2
* | SONAR-6703 Register common rules at startupSimon Brandhof2015-07-208-100/+323
* | SONAR-6693 Create a new WS to list issue filtersStas Vilchik2015-07-1718-58/+354