]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
9 years agoSONAR-6679 Move computation of language ditribution measures to CE 424/head
Julien Lancelot [Mon, 20 Jul 2015 14:14:39 +0000 (16:14 +0200)]
SONAR-6679 Move computation of language ditribution measures to CE

9 years agoSONAR-6679 Remove computation of language distribution measures from batch
Julien Lancelot [Mon, 20 Jul 2015 14:40:18 +0000 (16:40 +0200)]
SONAR-6679 Remove computation of language distribution measures from batch

9 years agoRename SensorMetrics to BatchMetrics
Julien Lancelot [Mon, 20 Jul 2015 12:07:32 +0000 (14:07 +0200)]
Rename SensorMetrics to BatchMetrics

9 years agoAdd NewCoverageTest in the suite
Julien Lancelot [Tue, 21 Jul 2015 11:52:28 +0000 (13:52 +0200)]
Add NewCoverageTest in the suite

9 years agoAdd ITs on new coverage measures
Julien Lancelot [Tue, 21 Jul 2015 11:43:24 +0000 (13:43 +0200)]
Add ITs on new coverage measures

9 years agoFix computation of new coverage
Julien Lancelot [Tue, 21 Jul 2015 11:38:27 +0000 (13:38 +0200)]
Fix computation of new coverage

9 years agoMerge branch 'branch-5.1' + SONAR-6700 fix for 5.2
Sébastien Lesaint [Tue, 21 Jul 2015 10:36:10 +0000 (12:36 +0200)]
Merge branch 'branch-5.1' + SONAR-6700 fix for 5.2

9 years agoAllow COMMENTED_OUT_CODE_LINES and PACKAGES to be send by the batch
Julien Lancelot [Tue, 21 Jul 2015 08:25:23 +0000 (10:25 +0200)]
Allow COMMENTED_OUT_CODE_LINES and PACKAGES to be send by the batch

9 years agoSONAR-6652 ws system/db_migration_status status of database migration 423/head
Teryk Bellahsene [Mon, 20 Jul 2015 12:50:42 +0000 (14:50 +0200)]
SONAR-6652 ws system/db_migration_status status of database migration

9 years agoSONAR-6366 rename MigrateDbSystemAction to MigrateDbAction
Teryk Bellahsene [Mon, 20 Jul 2015 08:56:11 +0000 (10:56 +0200)]
SONAR-6366 rename MigrateDbSystemAction to MigrateDbAction

9 years agoRemove unused db classes Snapshot and ResourceModel
Simon Brandhof [Mon, 20 Jul 2015 21:53:26 +0000 (23:53 +0200)]
Remove unused db classes Snapshot and ResourceModel

9 years agoSONAR-6703 fix coverage rules
Simon Brandhof [Mon, 20 Jul 2015 21:46:08 +0000 (23:46 +0200)]
SONAR-6703 fix coverage rules

9 years agoSONAR-6703 load common rule parameters from batch report
Simon Brandhof [Sun, 19 Jul 2015 22:22:54 +0000 (00:22 +0200)]
SONAR-6703 load common rule parameters from batch report

9 years agoRemove unused constants in FileStructure
Simon Brandhof [Sun, 19 Jul 2015 20:23:01 +0000 (22:23 +0200)]
Remove unused constants in FileStructure

9 years agoSONAR-6703 new common rules
Simon Brandhof [Thu, 16 Jul 2015 14:32:53 +0000 (16:32 +0200)]
SONAR-6703 new common rules

9 years agoSONAR-6709 Simplify RulesDefinition API when two plugins define the same repository
Simon Brandhof [Fri, 10 Jul 2015 14:04:12 +0000 (16:04 +0200)]
SONAR-6709 Simplify RulesDefinition API when two plugins define the same repository

9 years agoSONAR-6703 Register common rules at startup
Simon Brandhof [Sun, 12 Jul 2015 11:35:49 +0000 (13:35 +0200)]
SONAR-6703 Register common rules at startup

9 years agoSONAR-6700 fix undeleted computation working dir and cache files 425/head
Sébastien Lesaint [Mon, 20 Jul 2015 13:21:24 +0000 (15:21 +0200)]
SONAR-6700 fix undeleted computation working dir and cache files

9 years agoSONAR-6693 Create a new WS to list issue filters 407/head
Stas Vilchik [Fri, 3 Jul 2015 07:29:40 +0000 (09:29 +0200)]
SONAR-6693 Create a new WS to list issue filters

9 years agoSONAR-6682 Move computation comment_lines to CommentMeasuresStep
Julien Lancelot [Fri, 17 Jul 2015 14:38:38 +0000 (16:38 +0200)]
SONAR-6682 Move computation comment_lines to CommentMeasuresStep

9 years agoRename getNewMeasureXXX by getAddedMeasureXXX 420/head
Julien Lancelot [Fri, 17 Jul 2015 12:48:31 +0000 (14:48 +0200)]
Rename getNewMeasureXXX by getAddedMeasureXXX

9 years agoSONAR-6678 Add computation of duplication measures in compute engine
Julien Lancelot [Thu, 16 Jul 2015 15:07:30 +0000 (17:07 +0200)]
SONAR-6678 Add computation of duplication measures in compute engine

9 years agoSONAR-6678 Remove duplication decorators from the batch
Julien Lancelot [Thu, 16 Jul 2015 15:21:29 +0000 (17:21 +0200)]
SONAR-6678 Remove duplication decorators from the batch

9 years agoUpdate tests that were badly based on Measure.equals()
Julien Lancelot [Fri, 17 Jul 2015 08:02:34 +0000 (10:02 +0200)]
Update tests that were badly based on Measure.equals()
As Measure.equals()/hashcode() does not contains values, variations, etc., tests should do assertion directly on what they want to check : int value, double value, data, variations, etc.

9 years agoAdd Optional<Measure> getNewRawMeasure(int componentRef, String metricKey) in Measure...
Julien Lancelot [Fri, 17 Jul 2015 07:57:25 +0000 (09:57 +0200)]
Add Optional<Measure> getNewRawMeasure(int componentRef, String metricKey) in MeasureRepositoryRule

9 years agoCosmetic changes in SumFormula
Julien Lancelot [Fri, 17 Jul 2015 12:10:56 +0000 (14:10 +0200)]
Cosmetic changes in SumFormula

9 years agoFix quality flaws
Julien Lancelot [Fri, 17 Jul 2015 13:30:21 +0000 (15:30 +0200)]
Fix quality flaws

9 years agoFix medium tests and improve temp folders
Duarte Meneses [Fri, 17 Jul 2015 13:30:01 +0000 (15:30 +0200)]
Fix medium tests and improve temp folders

9 years agoMove Java db migrations from sonar-server to sonar-db
Simon Brandhof [Fri, 17 Jul 2015 08:38:17 +0000 (10:38 +0200)]
Move Java db migrations from sonar-server to sonar-db

9 years agoSONAR-6716 remove data migrations of v4.4
Simon Brandhof [Fri, 17 Jul 2015 08:13:17 +0000 (10:13 +0200)]
SONAR-6716 remove data migrations of v4.4

9 years agoDisable JMX in Persistit
Duarte Meneses [Fri, 17 Jul 2015 07:59:47 +0000 (09:59 +0200)]
Disable JMX in Persistit

9 years agoSONAR-6716 do not accept db upgrades from versions previous to LTS
Simon Brandhof [Thu, 16 Jul 2015 21:48:21 +0000 (23:48 +0200)]
SONAR-6716 do not accept db upgrades from versions previous to LTS

9 years agoSONAR-6716 Fix quality flaw in DatabaseVersion
Simon Brandhof [Sun, 12 Jul 2015 22:04:12 +0000 (00:04 +0200)]
SONAR-6716 Fix quality flaw in DatabaseVersion

9 years agoSONAR-6716 Move some additions of columns and indices
Simon Brandhof [Thu, 11 Jun 2015 05:51:27 +0000 (07:51 +0200)]
SONAR-6716 Move some additions of columns and indices

9 years agoSONAR-6716 Rename migrations 061 and 283 to follow conventions
Simon Brandhof [Wed, 10 Jun 2015 21:19:22 +0000 (23:19 +0200)]
SONAR-6716 Rename migrations 061  and 283 to follow conventions

9 years agoSONAR-6716 Compress migrations of table action_plans
Simon Brandhof [Wed, 10 Jun 2015 21:16:48 +0000 (23:16 +0200)]
SONAR-6716 Compress migrations of table action_plans

9 years agoSONAR-6716 Rename migration 061 to follow conventions
Simon Brandhof [Wed, 10 Jun 2015 21:14:47 +0000 (23:14 +0200)]
SONAR-6716 Rename migration 061 to follow conventions

9 years agoSONAR-6716 Compress migrations of table manual_measures
Simon Brandhof [Wed, 10 Jun 2015 21:14:26 +0000 (23:14 +0200)]
SONAR-6716 Compress migrations of table manual_measures

9 years agoSONAR-6716 Compress migrations of table project_measures
Simon Brandhof [Wed, 10 Jun 2015 21:10:36 +0000 (23:10 +0200)]
SONAR-6716 Compress migrations of table project_measures

9 years agoSONAR-6716 Compress migrations of table alerts
Simon Brandhof [Wed, 10 Jun 2015 21:10:25 +0000 (23:10 +0200)]
SONAR-6716 Compress migrations of table alerts

9 years agoSONAR-6716 Compress migrations of table rules
Simon Brandhof [Wed, 10 Jun 2015 21:07:31 +0000 (23:07 +0200)]
SONAR-6716 Compress migrations of table rules

9 years agoSONAR-6716 Compress migrations of table characteristics
Simon Brandhof [Wed, 10 Jun 2015 21:01:00 +0000 (23:01 +0200)]
SONAR-6716 Compress migrations of table characteristics

9 years agoSONAR-6716 Compress migrations of table widget_properties
Simon Brandhof [Wed, 10 Jun 2015 20:59:41 +0000 (22:59 +0200)]
SONAR-6716 Compress migrations of table widget_properties

9 years agoSONAR-6716 Compress migrations of table rules_profiles
Simon Brandhof [Wed, 10 Jun 2015 20:58:04 +0000 (22:58 +0200)]
SONAR-6716 Compress migrations of table rules_profiles

9 years agoSONAR-6716 Remove unused db migrations of data (not structures)
Simon Brandhof [Wed, 10 Jun 2015 20:50:56 +0000 (22:50 +0200)]
SONAR-6716 Remove unused db migrations of data (not structures)

End of support of db migrations from versions lower than 3.7

9 years agoSONAR-6716 Remove temporary creation of tables for "reviews"
Simon Brandhof [Wed, 10 Jun 2015 20:27:32 +0000 (22:27 +0200)]
SONAR-6716 Remove temporary creation of tables for "reviews"

End of support of db migrations from versions lower than 3.7

9 years agoSONAR-6716 Remove temporary creation of tables for "filters"
Simon Brandhof [Wed, 10 Jun 2015 20:11:54 +0000 (22:11 +0200)]
SONAR-6716 Remove temporary creation of tables for "filters"

9 years agoRename remaining variables "sut" to "underTest" in tests
Simon Brandhof [Thu, 16 Jul 2015 19:46:04 +0000 (21:46 +0200)]
Rename remaining variables "sut" to "underTest" in tests

9 years agoRename variables "sut" to "underTest" in tests
Simon Brandhof [Thu, 16 Jul 2015 19:41:03 +0000 (21:41 +0200)]
Rename variables "sut" to "underTest" in tests

9 years agoAdd empty profile to xoo plugin
Simon Brandhof [Thu, 16 Jul 2015 18:59:38 +0000 (20:59 +0200)]
Add empty profile to xoo plugin

9 years agoRemove BiSumCounter
Julien Lancelot [Thu, 16 Jul 2015 10:00:59 +0000 (12:00 +0200)]
Remove BiSumCounter

9 years agoSONAR-6682 Merge DocumentationMeasuresStep into CommentMeasuresStep
Julien Lancelot [Thu, 16 Jul 2015 10:00:31 +0000 (12:00 +0200)]
SONAR-6682 Merge DocumentationMeasuresStep into CommentMeasuresStep

9 years agoSONAR-6702 Fix UT on MsSQL when projects.kee is null
Julien Lancelot [Thu, 16 Jul 2015 11:57:59 +0000 (13:57 +0200)]
SONAR-6702 Fix UT on MsSQL when projects.kee is null

9 years agoRevert "SONAR-6556 remove RoR code of WS projects/ghosts/index and projects/provision...
Teryk Bellahsene [Thu, 16 Jul 2015 11:33:45 +0000 (13:33 +0200)]
Revert "SONAR-6556 remove RoR code of WS projects/ghosts/index and projects/provisioned/index"

This reverts commit 4af490d55e155f4db4b977fb939ec006303386c8.

9 years agoSONAR-6702 Reactivate previously removed components 414/head
Julien Lancelot [Thu, 9 Jul 2015 12:16:47 +0000 (14:16 +0200)]
SONAR-6702 Reactivate previously removed components

9 years agoSONAR-6702 Add migration to update PROJECTS.PROJECTS_KEE index
Julien Lancelot [Thu, 9 Jul 2015 17:10:45 +0000 (19:10 +0200)]
SONAR-6702 Add migration to update PROJECTS.PROJECTS_KEE index
Remove enabled column from the index
Set unique index (not on MySQL)

9 years agoSONAR-6702 Add migration to remove duplicated components with same key
Julien Lancelot [Thu, 9 Jul 2015 10:16:21 +0000 (12:16 +0200)]
SONAR-6702 Add migration to remove duplicated components with same key

9 years agoRemove no more used PurgeDao.selectPurgeableFileUuids()
Julien Lancelot [Thu, 16 Jul 2015 07:33:56 +0000 (09:33 +0200)]
Remove no more used PurgeDao.selectPurgeableFileUuids()

9 years agoremove dependency in old DbClient
Teryk Bellahsene [Thu, 16 Jul 2015 09:18:16 +0000 (11:18 +0200)]
remove dependency in old DbClient

9 years agoRevert "SONAR-6631 delete RoR code concerning custom measures (ex manual measures)"
Teryk Bellahsene [Thu, 16 Jul 2015 08:03:11 +0000 (10:03 +0200)]
Revert "SONAR-6631 delete RoR code concerning custom measures (ex manual measures)"

This reverts commit 8613533e2166c217f27beaf00c71e940fe6fc084.

9 years agoMove custom measures in sonar-db
Teryk Bellahsene [Wed, 15 Jul 2015 15:44:56 +0000 (17:44 +0200)]
Move custom measures in sonar-db

9 years agoMerge remote-tracking branch 'origin/branch-5.1'
Simon Brandhof [Wed, 15 Jul 2015 13:54:17 +0000 (15:54 +0200)]
Merge remote-tracking branch 'origin/branch-5.1'

9 years agoDrop use of ad-hoc MultiSets and use Guava's instead
Teryk Bellahsene [Wed, 15 Jul 2015 13:27:13 +0000 (15:27 +0200)]
Drop use of ad-hoc MultiSets and use Guava's instead

9 years agoSONAR-6685, SONAR-6351 Fix syntax issue when generating HTML report
Julien HENRY [Wed, 15 Jul 2015 13:01:21 +0000 (15:01 +0200)]
SONAR-6685, SONAR-6351 Fix syntax issue when generating HTML report

9 years agoSONAR-6631 delete RoR concerning custom measures (ex manual measures)
Teryk Bellahsene [Wed, 15 Jul 2015 12:40:08 +0000 (14:40 +0200)]
SONAR-6631 delete RoR concerning custom measures (ex manual measures)

9 years agoSONAR-6718 Issue tracking is not accurate when an action was done on issue from webapp
Simon Brandhof [Wed, 15 Jul 2015 12:34:23 +0000 (14:34 +0200)]
SONAR-6718 Issue tracking is not accurate when an action was done on issue from webapp

9 years agoSONAR-6556 remove RoR code of WS projects/ghosts/index and projects/provisioned/index
Teryk Bellahsene [Wed, 15 Jul 2015 08:34:23 +0000 (10:34 +0200)]
SONAR-6556 remove RoR code of WS projects/ghosts/index and projects/provisioned/index

9 years agoFix quality flaws
Julien Lancelot [Wed, 15 Jul 2015 09:38:32 +0000 (11:38 +0200)]
Fix quality flaws

9 years agoAdd missing annotations
Julien Lancelot [Wed, 15 Jul 2015 09:27:22 +0000 (11:27 +0200)]
Add missing annotations

9 years agoSONAR-6682 Add computation of comment density measures in Compute Engine 416/head
Julien Lancelot [Wed, 15 Jul 2015 08:52:26 +0000 (10:52 +0200)]
SONAR-6682 Add computation of comment density measures in Compute Engine

9 years agoClean PersistMeasuresStepTest
Julien Lancelot [Fri, 10 Jul 2015 14:23:40 +0000 (16:23 +0200)]
Clean PersistMeasuresStepTest
Replace usage of MeasureVariations.setVariation(int, value) by MeasureVariations.setVariation(period, value)
Replace usage of org.sonar.server.db.DbClient by org.sonar.db.DbClient

9 years agoSONAR-6682 Remove computation of comment density measures from the batch
Julien Lancelot [Thu, 9 Jul 2015 16:08:39 +0000 (18:08 +0200)]
SONAR-6682 Remove computation of comment density measures from the batch

9 years agoFilter metrics that can be read from the batch
Julien Lancelot [Fri, 10 Jul 2015 10:33:09 +0000 (12:33 +0200)]
Filter metrics that can be read from the batch
Only plugin metrics and some defined core metrics are allowed to be read from the batch

9 years agoCreate BiSumCounter to do a sum on 2 metrics
Julien Lancelot [Thu, 9 Jul 2015 16:36:03 +0000 (18:36 +0200)]
Create BiSumCounter to do a sum on 2 metrics

9 years agoReplace usage of MeasureRepositoryImpl by MeasureRepositoryRule
Julien Lancelot [Fri, 10 Jul 2015 11:58:05 +0000 (13:58 +0200)]
Replace usage of MeasureRepositoryImpl by MeasureRepositoryRule

9 years agoMove accessors formula to compute engine
Julien Lancelot [Fri, 10 Jul 2015 10:21:53 +0000 (12:21 +0200)]
Move accessors formula to compute engine

9 years agoAdd test with no data on formulas
Julien Lancelot [Thu, 9 Jul 2015 14:23:36 +0000 (16:23 +0200)]
Add test with no data on formulas

9 years agoSONAR-6377 ws plugins/available add homepage and issue tracking URLs
Teryk Bellahsene [Tue, 14 Jul 2015 14:55:35 +0000 (16:55 +0200)]
SONAR-6377 ws plugins/available add homepage and issue tracking URLs

9 years agoadd a type validation module
Teryk Bellahsene [Tue, 14 Jul 2015 14:40:39 +0000 (16:40 +0200)]
add a type validation module

9 years agoSONAR-6615 ws custom_measures/search update documentation and tests to include the...
Teryk Bellahsene [Tue, 14 Jul 2015 13:10:58 +0000 (15:10 +0200)]
SONAR-6615 ws custom_measures/search update documentation and tests to include the pending/name/domain fields

9 years agoSONAR-6610 ws custom_measures/create improve exception management
Teryk Bellahsene [Tue, 14 Jul 2015 08:59:47 +0000 (10:59 +0200)]
SONAR-6610 ws custom_measures/create improve exception management

9 years agoMerge remote-tracking branch 'origin/branch-5.1'
Julien HENRY [Mon, 13 Jul 2015 14:46:45 +0000 (16:46 +0200)]
Merge remote-tracking branch 'origin/branch-5.1'

Conflicts:
sonar-batch/src/main/java/org/sonar/batch/scan/ProjectScanContainer.java
sonar-core/src/main/java/org/sonar/core/notification/DefaultNotificationManager.java

9 years agoMerge pull request #403 from SonarSource/feature/fix_notif_manager_preview
Julien HENRY [Mon, 13 Jul 2015 14:13:02 +0000 (16:13 +0200)]
Merge pull request #403 from SonarSource/feature/fix_notif_manager_preview

SONAR-6673 Do not try to load DefaultNotificationManager in preview mode

9 years agoSONAR-6572 ws metrics/update metric key format validation
Teryk Bellahsene [Mon, 13 Jul 2015 13:37:25 +0000 (15:37 +0200)]
SONAR-6572 ws metrics/update metric key format validation

9 years agoSONAR-6571 ws metrics/create metric key format validation
Teryk Bellahsene [Mon, 13 Jul 2015 13:10:25 +0000 (15:10 +0200)]
SONAR-6571 ws metrics/create metric key format validation

9 years agoShow the maven command being used
David Gageot [Mon, 13 Jul 2015 12:28:14 +0000 (14:28 +0200)]
Show the maven command being used

9 years agoUse latest version of travis-utils
David Gageot [Mon, 13 Jul 2015 08:06:30 +0000 (10:06 +0200)]
Use latest version of travis-utils

9 years agoRevert "Use latest travis-utils"
David Gageot [Mon, 13 Jul 2015 08:02:37 +0000 (10:02 +0200)]
Revert "Use latest travis-utils"

This reverts commit 0533907055e465dad873e66ef125ac527a11f5d6.

9 years agoUse latest travis-utils
David Gageot [Mon, 13 Jul 2015 07:56:29 +0000 (09:56 +0200)]
Use latest travis-utils

9 years agoThe test is still unstable
David Gageot [Mon, 13 Jul 2015 07:33:53 +0000 (09:33 +0200)]
The test is still unstable

9 years agoMerge SqlUtil and DatabaseUtils
Simon Brandhof [Sun, 12 Jul 2015 15:13:04 +0000 (17:13 +0200)]
Merge SqlUtil and DatabaseUtils

9 years agoSONAR-6644 do not compute issue debt if SQALE characteristic is not set
Simon Brandhof [Sun, 12 Jul 2015 13:31:55 +0000 (15:31 +0200)]
SONAR-6644 do not compute issue debt if SQALE characteristic is not set

9 years agofix quality flaw: method can be static 415/head
Sébastien Lesaint [Fri, 10 Jul 2015 12:30:56 +0000 (14:30 +0200)]
fix quality flaw: method can be static

9 years agoremove deprecated method MeasureVariations.Builder#setVariation(int, double)
Sébastien Lesaint [Fri, 10 Jul 2015 12:30:26 +0000 (14:30 +0200)]
remove deprecated method MeasureVariations.Builder#setVariation(int, double)

9 years agoSONAR-6645 rewrite computation of new coverage with Formula
Sébastien Lesaint [Wed, 8 Jul 2015 16:33:36 +0000 (18:33 +0200)]
SONAR-6645 rewrite computation of new coverage with Formula

in addition, merge aggregation and computation steps into one

9 years agoextend Formula to be able to generate more than one measure
Sébastien Lesaint [Thu, 9 Jul 2015 14:25:25 +0000 (16:25 +0200)]
extend Formula to be able to generate more than one measure

9 years agoSONAR-6709 Simplify RulesDefinition API when two plugins define the same repository
Simon Brandhof [Fri, 10 Jul 2015 14:04:12 +0000 (16:04 +0200)]
SONAR-6709 Simplify RulesDefinition API when two plugins define the same repository

9 years agoFix 's' parameter description
Julien Lancelot [Fri, 10 Jul 2015 13:49:10 +0000 (15:49 +0200)]
Fix 's' parameter description

9 years agoUse JDK 7 in Travis-ci
Simon Brandhof [Thu, 9 Jul 2015 14:11:11 +0000 (16:11 +0200)]
Use JDK 7 in Travis-ci

9 years agoAutomatic merge from branch-5.1
Jenkins CI [Thu, 9 Jul 2015 13:50:59 +0000 (15:50 +0200)]
Automatic merge from branch-5.1

* origin/branch-5.1:
  SONAR-6706 org.sonar.api.rules.ActiveRule.getRule().getTemplate() is always null on batch