]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
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

9 years agoSONAR-6706 org.sonar.api.rules.ActiveRule.getRule().getTemplate() is always null...
Simon Brandhof [Thu, 9 Jul 2015 13:40:45 +0000 (15:40 +0200)]
SONAR-6706 org.sonar.api.rules.ActiveRule.getRule().getTemplate() is always null on batch

9 years agoSONAR-6704 Exclude the scm-stats plugin from preview analysis
Simon Brandhof [Thu, 9 Jul 2015 10:04:01 +0000 (12:04 +0200)]
SONAR-6704 Exclude the scm-stats plugin from preview analysis

9 years agoFix travis.sh script
David Gageot [Thu, 9 Jul 2015 09:09:05 +0000 (11:09 +0200)]
Fix travis.sh script

Don't use travis-utils to start xvfb

9 years agoFix travis.sh script
David Gageot [Thu, 9 Jul 2015 09:03:16 +0000 (11:03 +0200)]
Fix travis.sh script

9 years agoUse latest travis-utils
David Gageot [Thu, 9 Jul 2015 09:00:51 +0000 (11:00 +0200)]
Use latest travis-utils

9 years agoSONAR-6677 remove coverage Decorators from batch 411/head
Sébastien Lesaint [Tue, 7 Jul 2015 16:47:35 +0000 (18:47 +0200)]
SONAR-6677 remove coverage Decorators from batch

9 years agoSONAR-6677 add CoverageMeasuresStep to compute coverage measures
Sébastien Lesaint [Tue, 7 Jul 2015 16:37:56 +0000 (18:37 +0200)]
SONAR-6677 add CoverageMeasuresStep to compute coverage measures

9 years agoadd missing package-info in formula/counter package
Sébastien Lesaint [Tue, 7 Jul 2015 16:37:28 +0000 (18:37 +0200)]
add missing package-info in formula/counter package

9 years agoMeasureRepoEntry must compare variations value rounded to 1 decimal
Sébastien Lesaint [Tue, 7 Jul 2015 14:52:39 +0000 (16:52 +0200)]
MeasureRepoEntry must compare variations value rounded to 1 decimal

this is much more convenient for tests

9 years agomethods specific to MeasureRepositoryRule should return this
Sébastien Lesaint [Tue, 7 Jul 2015 11:13:55 +0000 (13:13 +0200)]
methods specific to MeasureRepositoryRule should return this

allows to chain methods calls on a specific MeasureRepositoryRule instance

9 years agoMeasure and MeasureVariation must not accept NaN
Sébastien Lesaint [Tue, 7 Jul 2015 11:11:48 +0000 (13:11 +0200)]
Measure and MeasureVariation must not accept NaN

9 years agoadd Component to contexts in Formula API
Sébastien Lesaint [Mon, 6 Jul 2015 15:30:13 +0000 (17:30 +0200)]
add Component to contexts in Formula API

also rename context to be more specific
add Component to the API make it more versatile

9 years agoimprove MeasureVariation.Builder
Sébastien Lesaint [Mon, 6 Jul 2015 15:28:34 +0000 (17:28 +0200)]
improve MeasureVariation.Builder

9 years agofix VariationValue, avoid the int index pitfall by using the Period class directly
Sébastien Lesaint [Mon, 6 Jul 2015 08:53:49 +0000 (10:53 +0200)]
fix VariationValue, avoid the int index pitfall by using the Period class directly

9 years agoadd FormulaExecutorComponentVisitor + variation aggregation support
Sébastien Lesaint [Wed, 8 Jul 2015 14:41:48 +0000 (16:41 +0200)]
add FormulaExecutorComponentVisitor + variation aggregation support

FormulaExecutorComponentVisitor allows having any step execute Formula
Formula can now do aggregation of MeasureVariation values
also renamed FormulaRepository to CoreFormulaRepository and ComputeFormulaMeasuresStep to CoreMetricFormulaExecutorStep

9 years agoComputationStepsTest now use StepsExplorer instead of duplicating code
Sébastien Lesaint [Wed, 8 Jul 2015 14:40:57 +0000 (16:40 +0200)]
ComputationStepsTest now use StepsExplorer instead of duplicating code

9 years agosmall javadoc improvement on Period.getIndex()
Sébastien Lesaint [Fri, 3 Jul 2015 09:55:10 +0000 (11:55 +0200)]
small javadoc improvement on Period.getIndex()

9 years agofix generics declaration in Counter and Formula
Sébastien Lesaint [Thu, 2 Jul 2015 15:54:42 +0000 (17:54 +0200)]
fix generics declaration in Counter and Formula

9 years agoFix issue tracking when comparing only hash of line
Simon Brandhof [Thu, 9 Jul 2015 05:30:32 +0000 (07:30 +0200)]
Fix issue tracking when comparing only hash of line

9 years agoFix travis.sh to execute db tests on mysql and postgres
Simon Brandhof [Tue, 7 Jul 2015 21:50:39 +0000 (23:50 +0200)]
Fix travis.sh to execute db tests on mysql and postgres

9 years agoMove ComponentDao from sonar-server to sonar-db
Julien Lancelot [Wed, 8 Jul 2015 13:35:42 +0000 (15:35 +0200)]
Move ComponentDao from sonar-server to sonar-db

9 years agoRemove SearchOptions from ComponentDao
Julien Lancelot [Wed, 8 Jul 2015 11:19:46 +0000 (13:19 +0200)]
Remove SearchOptions from ComponentDao

9 years agoRemove NotFoundExpection from ComponentDao
Julien Lancelot [Wed, 8 Jul 2015 10:21:14 +0000 (12:21 +0200)]
Remove NotFoundExpection from ComponentDao

9 years agoSONAR-6701 - Drop the db table SEMAPHORES
Simon Brandhof [Wed, 8 Jul 2015 11:54:39 +0000 (13:54 +0200)]
SONAR-6701 - Drop the db table SEMAPHORES

9 years agoSONAR-6661 drop the old update center
Stas Vilchik [Wed, 8 Jul 2015 12:28:28 +0000 (14:28 +0200)]
SONAR-6661 drop the old update center

9 years agoSONAR-6697 show updated date if available
Stas Vilchik [Wed, 8 Jul 2015 12:06:22 +0000 (14:06 +0200)]
SONAR-6697 show updated date if available

9 years agoSONAR-6697 filter available metrics
Stas Vilchik [Wed, 8 Jul 2015 11:59:26 +0000 (13:59 +0200)]
SONAR-6697 filter available metrics

9 years agoSONAR-6697 add tests
Stas Vilchik [Wed, 8 Jul 2015 11:38:29 +0000 (13:38 +0200)]
SONAR-6697 add tests

9 years agoSONAR-6697 add new custom measures page
Stas Vilchik [Wed, 8 Jul 2015 10:02:44 +0000 (12:02 +0200)]
SONAR-6697 add new custom measures page

9 years agoSONAR-6615 add metric name and domain to the mandatory response list
Stas Vilchik [Wed, 8 Jul 2015 10:06:49 +0000 (12:06 +0200)]
SONAR-6615 add metric name and domain to the mandatory response list

9 years agoRemoved PR Analysis from travis
tomverin [Wed, 8 Jul 2015 09:03:21 +0000 (11:03 +0200)]
Removed PR Analysis from travis

9 years agoMinor - fix log in PluginInfo
Simon Brandhof [Tue, 7 Jul 2015 21:44:33 +0000 (23:44 +0200)]
Minor - fix log in PluginInfo

9 years agotransition coding rules web tests
Stas Vilchik [Mon, 6 Jul 2015 14:54:34 +0000 (16:54 +0200)]
transition coding rules web tests

9 years agoFIX race condition on LogbackHelper
David Gageot [Tue, 7 Jul 2015 13:17:38 +0000 (15:17 +0200)]
FIX race condition on LogbackHelper

9 years agoReset logback after test
David Gageot [Tue, 7 Jul 2015 11:45:57 +0000 (13:45 +0200)]
Reset logback after test

9 years agoIt's not faster and might cause flakiness
David Gageot [Tue, 7 Jul 2015 11:30:28 +0000 (13:30 +0200)]
It's not faster and might cause flakiness

9 years agocache npm dependencies on travis
Stas Vilchik [Tue, 7 Jul 2015 12:27:38 +0000 (14:27 +0200)]
cache npm dependencies on travis

9 years agoAttempt to remove false-positive on LogbackHelperTest
Simon Brandhof [Tue, 7 Jul 2015 11:37:49 +0000 (13:37 +0200)]
Attempt to remove false-positive on LogbackHelperTest